Commit Graph

1679 Commits

Author SHA1 Message Date
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
Claudio Bley
28a0b7dc17 Fix parameter replacement in swagger importer (#861)
The regex was greedily matching any character which causes problems with
multiple path parameters in a route and it was only replacing once:

input: `/api/v1/{channel}/items/{id}`
output: `/api/v1/{{ channel}/items/{id }}`
2018-04-13 08:18:30 -04:00
Gregory Schier
d7db623c66 Plugin reload now properly invalidates cached files 2018-04-05 16:54:11 -04:00
Gregory Schier
1fca65005e Publish
- insomnia-plugin-prompt@1.1.1
 - insomnia-app@1.0.15
2018-04-05 16:33:49 -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
1c638b2293 Revert Electron to 1.7.13 2018-03-31 08:25:58 -04:00
Gregory Schier
171d97cd6f Fix cache reference 2018-03-31 08:04:49 -04:00
Gregory Schier
7f68119eca Update appveyor cache file 2018-03-30 19:23:24 -04:00
Gregory Schier
f5c465ac8c Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2018-03-30 12:49:38 -04:00
Gregory Schier
23affcdd17 Add 'About' screen for Windows/Linux (Closes #760) 2018-03-30 12:49:23 -04:00
Gregory Schier
88575b508b
Update README.md 2018-03-30 12:38:33 -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
72280310c9 Update Electron 2018-03-29 10:09:10 -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
59d6916903 Fix escaped unicode in env (Closes #814) 2018-03-26 14:44:45 -07:00
Gregory Schier
9fd5c62902 Fix response csv/multipart stale refreshes 2018-03-26 14:25:56 -07:00
Gregory Schier
c30abaab84 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2018-03-26 13:51:03 -07:00
Gregory Schier
d5b75c7d32 Curl generation query params bug (Fixes #810) 2018-03-26 13:50:43 -07:00
Gregory Schier
15958148d8 Fix tests 2018-03-26 11:14:14 -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
Knut Hühne
6c27522713 fix typo in issue template (#816) 2018-03-19 11:23:11 +10:00
Gregory Schier
cd1ff32b4d Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2018-03-08 23:00:34 +13:00
Gregory Schier
f2466b5d7e Apply request hooks to har export (Closes #749) 2018-03-08 22:59:23 +13:00
Gregory Schier
02eb86f6fe
Update README.md 2018-03-07 14:50:45 +13:00
Gregory Schier
5363e7ce5c Fix deps 2018-03-06 19:18:03 +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