Commit Graph

114 Commits

Author SHA1 Message Date
Gregory Schier
85ff38e8a4 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2018-04-25 13:52:32 -04:00
Gregory Schier
a03b1546bf Fix autocomplete hotkey in settings (Fixes #872) 2018-04-25 13:52:13 -04:00
Gregory Schier
6af6c6e06d
Autocomplete for GraphQL variables (#888)
* Autocomplete for GraphQL variables

* Add refresh key to audioi response viewer (Fixes #890)
2018-04-25 08:02:59 -04:00
Gregory Schier
7c8746f2d2 Change fonts to use what VSCode does (Closes #843) 2018-04-23 07:47:36 -04:00
Gregory Schier
ef3c76079b Close trial-end dialog even on failure (Fixes #847) 2018-04-23 07:34:47 -04:00
Gregory Schier
52f7cdea4e Add refresh key to audioi response viewer (Fixes #890) 2018-04-23 07:22:21 -04:00
Gregory Schier
2a139ba009 Fix app refresh after change content-type (Fixes #884) 2018-04-22 12:55:43 -04:00
Gregory Schier
7dbbeaa8ab Fetch GraphQL schema more often 2018-04-20 19:06:16 -04:00
Gregory Schier
40b2bf3c78
Statically link libcurl on Linux builds (#879)
* Statically linked Curl for linux builds with Docker

* Test Travis Docker

* Try fix blocking i/o

* Try a package

* Fixed linux build

* Try hack

* Fix icons?

* Icon color

* Re-enable osx builds

* Remove libcurl3 dependency requirements

* Update electronbuilder config
2018-04-20 18:31:57 -04:00
Justin Collier
2622cb1bb3 option one: height of the query preview box is not constrained (#873) 2018-04-20 10:25:12 -04:00
Gregory Schier
b0ff54d050 Updated eslint, flow, and fixed errors 2018-04-19 15:54:19 -04:00
Gregory Schier
053c2cb3a0 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2018-04-18 14:21:37 -04:00
Gregory Schier
b5ad46b5a9 Add HMAC-256 oauth 1 (Closes #868) 2018-04-18 14:21:06 -04:00
Gregory Schier
d18564c7dc Fix link 2018-04-17 15:47:15 -04:00
Ville Skyttä
d902fc088f Spelling fixes (#862) 2018-04-15 07:08:00 -04:00
Ville Skyttä
36e4f3aca6 Add Swagger to import format lists (#863) 2018-04-15 07:06:44 -04:00
Gregory Schier
d7db623c66 Plugin reload now properly invalidates cached files 2018-04-05 16:54:11 -04:00
Gregory Schier
386acdd2c9 Add content types and fix iconv failure 2018-04-05 08:35:56 -04:00
Gregory Schier
26e92635dd Update httpsnippet 2018-04-02 08:46:14 -04:00
Gregory Schier
23affcdd17 Add 'About' screen for Windows/Linux (Closes #760) 2018-03-30 12:49:23 -04:00
Gregory Schier
d0d6c4b57f Ability for prompt tag to cache results 2018-03-30 10:25:35 -04:00
Gregory Schier
653cc88ae1 Ability to change Bearer prefix (Closes #817) 2018-03-30 08:52:02 -04:00
Gregory Schier
c9402c58d0 Upgrade flow 2018-03-29 13:59:32 -04:00
Gregory Schier
2cc5c541f2 Use Yarn for all plugin install stages (Closes #825) 2018-03-29 13:23:49 -04:00
Gregory Schier
6493f57e3b Cleaned up request switcher 2018-03-29 11:40:37 -04:00
Gregory Schier
e17332c7de Fix response timer infinite recursion (Fixes #838) 2018-03-29 10:59:28 -04:00
Gregory Schier
c8172bf5b2
Move folders and requests to new workspaces (#837) 2018-03-29 09:57:24 -04:00
Gregory Schier
6df9aa15c2 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2018-03-28 22:32:48 -04:00
Gregory Schier
976720c8f2 Introspection queries use same OAuth2 tokens (Closes #835) 2018-03-28 22:32:09 -04:00
Brandon Cook
3a15aab2c4 Add support for additional claims in ASAP Auth (#822) 2018-03-28 19:27:21 -04:00
Shawn Axsom
bee9973839 Filter requests by folder, URI, method, query string (#797)
* Quick Switch matching for Request URL and Method

Previously only Request Name was searched for in Quick Switch window.
This adds support for searching Request URL and Method as well.
A fuzzyMatchAll function has been added to be able to search different
fields in any
order, space delimited.

* Include request parameters in searchable fields

* Allow searching requests by folder paths

* More descriptive placeholder for Quick Switch modal search input

* Update sidebar filter to match Quick Switch, allowing URL and Query String matching

* More descriptive placeholder for sidebar search

* Unit tests for fuzzyMatch and fuzzyMatchAll

* More unit tests for fuzzyMatch and fuzzyMatchAll

* minor refactorings
2018-03-28 16:57:05 -04:00
Gregory Schier
dc0695de23 Add get/set/has/remove parameter fns to plugin API 2018-03-28 16:48:58 -04:00
Gregory Schier
a7f267d774 Actually handle plugin download errors (Related #825) 2018-03-28 16:32:51 -04:00
Gregory Schier
feb736c1bc Always show all autocomplete items (Fixes #833) 2018-03-28 15:54:28 -04:00
Gregory Schier
6b84fd589c Log response body on OAuth token fetch errors 2018-03-26 19:18:21 -07:00
Gregory Schier
1321f9b6c8 Add 'Delete All' option to key/value editors (Closes #803) 2018-03-26 19:11:20 -07:00
Gregory Schier
d410d20c49 Fix updating env colors (Fixes #811) 2018-03-26 18:40:08 -07:00
Gregory Schier
0dab74ecc0 Allow query params to be multiline (Closes #806) 2018-03-26 18:14:43 -07:00
Gregory Schier
9fd5c62902 Fix response csv/multipart stale refreshes 2018-03-26 14:25:56 -07:00
Gregory Schier
d5b75c7d32 Curl generation query params bug (Fixes #810) 2018-03-26 13:50:43 -07:00
Gregory Schier
87ccc34bad Setting for Curl's PATH_AS_IS flag (Closes #823) 2018-03-26 10:43:42 -07:00
Gregory Schier
cbd873febc Add verifier to OAuth1 (Closes #828) 2018-03-26 09:52:14 -07:00
Gregory Schier
11a616b011 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2018-03-26 09:40:07 -07:00
Gregory Schier
e0bfed5a1d More AWS Auth fields and add 'enable' to OAuth (Closes #830) 2018-03-26 09:40:02 -07:00
Benjamin Atkin
d05ca8582f change header placeholder from My-Header to Header so it says New Header (#820) 2018-03-19 11:24:42 +10:00
Gregory Schier
f2466b5d7e Apply request hooks to har export (Closes #749) 2018-03-08 22:59:23 +13:00
Gregory Schier
88286bbf94 Don't restore name/folder on history change (Fixes #786) 2018-03-06 19:02:31 +13:00
Gregory Schier
676ac58b8b Handle backslashes better in render preview (Fixes #788) 2018-03-06 18:39:34 +13:00
Gregory Schier
d6af6b2762 Lower permission for reading files (Closes #789) 2018-03-06 18:30:40 +13:00
Gregory Schier
da818d7be8 Add JSONPath template tag plugin 2018-03-06 18:26:37 +13:00