Gregory Schier
10a550cdb3
More dropdown positioning work
2018-12-15 00:01:16 -05:00
Joe Bauser
182acbef2b
Support postman basic, digest, bearer, oauth, and aws auth ( #1244 )
...
Add support for importing 5 new authentication types from both
Postman v2.0 and v2.1 import formats.
- Basic Auth (Fixes #1235 )
- Bearer Tokens (Fixes #1236 )
- Digest Auth username and password (Fixes #1237 )
- AWS IAMv4 Authentication (Fixes #1241 )
- Oauth 1.0 and Oauth 2.0 (Fixes #1240 )
Note: For Oauth2.0 this means setting authorization to Oauth2 but
generating a disabled config, since postman does not export anything we
can use to fill our config values.
2018-11-05 20:38:43 -04:00
Gregory Schier
605cb90753
Update Electron and node-libcurl ( #1215 )
...
* A bunch of things
* Publish
- insomnia-app@1.0.41
- insomnia-cookies@0.0.8
- insomnia-httpsnippet@1.16.13
- insomnia-importers@2.0.7
- insomnia-libcurl@0.0.17
- insomnia-url@0.1.4
- insomnia-xpath@1.0.5
- insomnia-plugin-cookie-jar@1.0.3
- insomnia-plugin-jsonpath@1.0.7
- insomnia-plugin-now@1.0.7
- insomnia-plugin-os@1.0.9
- insomnia-plugin-prompt@1.1.7
- insomnia-plugin-request@1.0.13
- insomnia-plugin-response@1.0.11
- insomnia-plugin-uuid@1.0.6
* Package deps
* Remove fsevents again
* Appveyor node verison
* Remove unused dep
* Try something
* Try another thing
* NPM audit
* Yet again
* Fix test
* Fix test
* Remove npm dep
* Fix webview
* Fix React sortable and bump version
* Comment out broken test for now
* Publish
- insomnia-app@1.0.42
- insomnia-cookies@0.0.9
- insomnia-httpsnippet@1.16.14
- insomnia-importers@2.0.8
- insomnia-libcurl@0.0.18
- insomnia-xpath@1.0.6
- insomnia-plugin-cookie-jar@1.0.4
- insomnia-plugin-file@1.0.5
- insomnia-plugin-jsonpath@1.0.8
- insomnia-plugin-now@1.0.8
- insomnia-plugin-os@1.0.10
- insomnia-plugin-request@1.0.14
- insomnia-plugin-response@1.0.12
- insomnia-plugin-uuid@1.0.7
* Remove deprecated Electron Builder config options
* Try some more
* Publish
- insomnia-app@1.0.43
- insomnia-libcurl@0.0.19
* Bump
* Publish
- insomnia-app@1.0.44
- insomnia-libcurl@0.0.20
* Hopefully fix windows builds
* DEBUG on travis
* Hopefully fix dependency issues
* Undo package-lock copy
* Debug
* More debugging
* Another check
* Fix debug check
* Try just build
* Extra logging
* Escape windows paths differently (Fixes #1217 )
* Try packing more deps
* Publish
- insomnia-app@1.0.45
- insomnia-cookies@0.0.10
- insomnia-httpsnippet@1.16.15
- insomnia-importers@2.0.9
- insomnia-libcurl@0.0.21
- insomnia-xpath@1.0.7
- insomnia-plugin-cookie-jar@1.0.5
- insomnia-plugin-jsonpath@1.0.9
- insomnia-plugin-now@1.0.9
- insomnia-plugin-os@1.0.11
- insomnia-plugin-request@1.0.15
- insomnia-plugin-response@1.0.13
- insomnia-plugin-uuid@1.0.8
* Adjust some deps
* Zip build dir into release files
* More debug info
* Undo travis tar debug
* Downgrade electron-builder to 20.19
* Downgrade electron-builder to last working version
* Try electron-builder 20.20.4
* Change bundled deps
* Add electron-builder-lib back
2018-10-19 22:11:58 -04:00
Gregory Schier
2446ac800d
Start storing timestamps on timeline entries (Related #618 )
2018-10-11 13:12:31 -04:00
Gregory Schier
0eed38aea3
Bump some deps
2018-07-16 08:52:10 -04:00
Gregory Schier
65fc2ece89
Upgrade some deps
2018-07-11 19:07:20 -04:00
Gregory Schier
82621e8fb3
Fix for swagger2 importer
2018-01-17 12:18:10 +07:00
slawus
e987931805
Feature/swagger2 importer ( #695 )
...
* Added support for async importers
* Swagger importer v0.1 - supports import of workspace, environment and endpoints from swagger 2.0 specifications. Supports query params, headers and body. Mocks body of application/json endpoitns
* Refactor: added comments, removed function-in-function declarations
* Fixed import of yaml files. Added tests for both .json and .yaml
2018-01-16 14:02:12 +07:00
Gregory Schier
3217b8677d
Fixed render context inheritance ( Fixes #631 )
2017-11-27 15:52:35 +00:00
Gregory Schier
fbf6855729
Fix eslint
2017-11-26 23:48:30 +00:00
Gregory Schier
efdd69bcb5
Some minor fixes
2017-11-26 23:05:44 +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