Gregory Schier
a03b1546bf
Fix autocomplete hotkey in settings ( Fixes #872 )
2018-04-25 13:52:13 -04:00
Gregory Schier
b0ff54d050
Updated eslint, flow, and fixed errors
2018-04-19 15:54:19 -04:00
Gregory Schier
c9402c58d0
Upgrade flow
2018-03-29 13:59:32 -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
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
f2466b5d7e
Apply request hooks to har export ( Closes #749 )
2018-03-08 22:59:23 +13:00
Gregory Schier
1c69e3a1b4
Fix tests
2018-03-06 16:45:40 +13:00
Gregory Schier
d9aceff789
Fix type issue
2018-03-06 16:15:09 +13:00
Gregory Schier
e57bc871f2
Better host header handling for AWS auth ( Closes #740 )
2018-02-08 17:09:13 +08:00
slawus
71ed57143e
Added support for async importers ( #694 )
2018-01-16 12:51:28 +07:00
Gregory Schier
aba3c8ed86
Prompt Template Tag and Plugin arg validation ( #673 )
...
* Plugin arg validation, prompt tag, and some changes needed
* Version bumps
2017-12-21 06:01:51 -08:00
Gregory Schier
22c02e5d03
More accurate HTTP status messages ( Closes #660 )
2017-12-18 19:10:34 +01:00
Gregory Schier
3ad8f7ecae
Remove log
2017-12-05 17:07:37 +00:00
Gregory Schier
b737a8d9f8
Fix test
2017-11-28 11:49:41 +00:00
Gregory Schier
3217b8677d
Fixed render context inheritance ( Fixes #631 )
2017-11-27 15:52:35 +00:00
Gregory Schier
3f8326570d
Publish
...
- insomnia-plugin-base64@1.0.2
- insomnia-plugin-default-headers@1.0.3
- insomnia-plugin-file@1.0.2
- insomnia-plugin-hash@1.0.2
- insomnia-plugin-now@1.0.2
- insomnia-plugin-request@1.0.2
- insomnia-plugin-response@1.0.2
- insomnia-plugin-uuid@1.0.2
- insomnia-cookies@0.0.3
- insomnia-importers@1.5.3
- insomnia-prettify@0.1.0
- insomnia-url@0.1.0
- insomnia-xpath@0.0.3
2017-11-26 23:04:47 +00:00
Gregory Schier
549ce23ce8
Merge All Repositories into Monorepo for easier maintenance ( #629 )
...
* All projects into monorepo
* Update CI
* More CI updates
* Extracted a bunch of things into packages
* Publish
- insomnia-plugin-base64@1.0.1
- insomnia-plugin-default-headers@1.0.2
- insomnia-plugin-file@1.0.1
- insomnia-plugin-hash@1.0.1
- insomnia-plugin-now@1.0.1
- insomnia-plugin-request@1.0.1
- insomnia-plugin-response@1.0.1
- insomnia-plugin-uuid@1.0.1
- insomnia-cookies@0.0.2
- insomnia-importers@1.5.2
- insomnia-prettify@0.0.3
- insomnia-url@0.0.2
- insomnia-xpath@0.0.2
* A bunch of small fixes
* Improved build script
* Fixed
* Merge dangling files
* Usability refactor
* Handle duplicate plugin names
2017-11-26 20:45:40 +00:00