Gregory Schier
3bd7a41200
Fix type check on render ( Fixes #1786 )
2019-11-15 12:55:10 -05:00
Nilay Majorwar
49804432a5
Added response history grouping by time ( #1761 )
2019-11-07 17:10:08 -05:00
Gregory Schier
8073797816
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2019-11-04 20:10:21 -05:00
Gregory Schier
0f13d4d002
Dropdown works with empty dividers
2019-11-04 20:10:14 -05:00
Elias Meire
414e35ea11
[Feature] [OpenAPI] Support OpenAPI 3 securitySchemes ( #1725 )
...
* feat(openapi): Fix parseDocument return type
* feat(openapi): Add support for apiKey and http security
Add support for apiKey and http security in OpenAPI 3 parser
* feat(openapi): Add env variables for OpenAPI security
* feat(openapi): Restore fixture tests, add skip option for failing test
* feat(openapi): Add/adapt test fixtures
* feat(openapi): Improve Cookie formatting
* Empty commit; trigger CI
* feat(openapi): Add type basic to auth
2019-11-01 10:30:44 -04:00
Nilay Majorwar
9b804b282b
Fix build failing ( #1760 )
2019-11-01 10:02:53 -04:00
Nilay Majorwar
157ccac2f8
Added display support for X-Http-Method-Override ( #1744 )
2019-10-31 12:46:48 -04:00
Nilay Majorwar
ad278ea01a
[Feature] Added request-specific followRedirects setting ( #1737 )
...
* Added request-specific follow redirect setting
* Added hint text to follow redirects setting
2019-10-31 12:02:03 -04:00
Adam Lavin
c88eb129b9
Fetch new access tokens if refreshing token returns "invalid_grant" ( #1729 )
2019-10-31 11:58:58 -04:00
Elias Meire
e8cefefa57
[Feature] [cURL] Parse query parameters from url in importer ( #1726 )
...
* feat(curl): parse parameters from url string
* feat(curl): Remove trailing slash after import
* feat(curl): Add exception for failing test
* feat(curl): Parse params from url in curl importer
2019-10-31 11:42:42 -04:00
Gregory Schier
61b4c6e78d
Dropdown children now work with React.Fragment
2019-10-30 12:30:34 -04:00
Gregory Schier
76d11266a7
Put ref check in correct script
2019-10-30 10:56:10 -04:00
Gregory Schier
b531dfbd9c
Fix package script env var reference
2019-10-30 10:39:00 -04:00
Gregory Schier
8110caa4ff
Small tweak to build scripts
2019-10-30 10:24:32 -04:00
Gregory Schier
e1d3f15311
Better entities initialization
2019-10-30 10:24:14 -04:00
Gregory Schier
f554425d13
Add travis back for macOS builds
2019-10-18 10:48:39 -04:00
Gregory Schier
b0e9edea9d
Add snapcraft login
2019-10-17 15:57:26 -04:00
Gregory Schier
2991e87187
Hack publish parameter for snap
2019-10-17 15:11:00 -04:00
Gregory Schier
6d32a48756
Try publish: null
2019-10-17 14:51:55 -04:00
Gregory Schier
1b102e20c3
Don't publish snapcraft during build
2019-10-17 14:30:22 -04:00
Gregory Schier
45aa1a563f
Disable snap publish
2019-10-10 16:55:27 -07:00
Gregory Schier
a65e99fb63
Print snapcraft version
2019-10-10 14:05:40 -07:00
Gregory Schier
d62b969d87
Bump version to beta
2019-10-10 12:20:46 -07:00
Gregory Schier
51d16a9fca
CI fixes
2019-10-10 11:34:43 -07:00
Gregory Schier
2153af7ab9
Fix owner and repo in release code
2019-10-10 10:29:49 -07:00
Gregory Schier
24109a0538
Bump version'
2019-10-09 13:32:36 -07:00
Gregory Schier
153b10c209
Better Github Actions builds ( #1718 )
...
* Try some things
* Try docker
* Specify bash in Dockerfile
* Fix?
* Fix dockerfile version
* Fix bootstrap.sh path
* Use GITHUB_WORKSPACE in docker script
* Fix permissions again
* Fix missing bootstrap.sh
* Try again
* Fix entrypoint.sh permissions
* Remove Linux2
2019-10-09 13:31:42 -07:00
Gregory Schier
46373fda2e
Try fix CI
2019-10-08 16:46:17 -07:00
Gregory Schier
0c53522f46
Add Apple Notarization
2019-10-08 16:31:32 -07:00
Gregory Schier
9bbb253a37
Bump version
2019-10-08 12:00:58 -07:00
Gregory Schier
8ce877eb73
Publish
...
- insomnia-app@1.1.10
- insomnia-cookies@0.0.19
- insomnia-importers@2.0.22
- insomnia-libcurl@0.0.30
- insomnia-prettify@0.1.13
- insomnia-url@0.1.12
- insomnia-xpath@1.0.16
- insomnia-plugin-base64@1.0.12
- insomnia-plugin-cookie-jar@1.0.17
- insomnia-plugin-core-themes@1.0.11
- insomnia-plugin-default-headers@1.1.13
- insomnia-plugin-file@1.0.13
- insomnia-plugin-hash@1.0.13
- insomnia-plugin-jsonpath@1.0.20
- insomnia-plugin-now@1.0.18
- insomnia-plugin-os@1.0.20
- insomnia-plugin-prompt@1.1.17
- insomnia-plugin-request@1.0.26
- insomnia-plugin-response@1.0.26
- insomnia-plugin-uuid@1.0.17
2019-10-07 13:48:48 -07:00
Gregory Schier
76f5d8da1a
Only handle supported Curl args during import ( Fixes #1697 )
2019-10-07 13:45:05 -07:00
Gregory Schier
384c65bd37
Reset window bounds if not within bounds of any display ( Closes #1702 )
2019-10-07 12:37:38 -07:00
Gregory Schier
f5978b22f9
Fix tab key in code editor ( Closes #1703 )
2019-10-07 12:26:28 -07:00
Gregory Schier
edf94643c1
Re-detect operationName when editing GQL query ( Fixes #1708 )
2019-10-07 12:17:34 -07:00
Gregory Schier
1817534025
Merge branch 'master' of github.com:getinsomnia/insomnia into develop
2019-10-07 11:55:23 -07:00
Malachi Willey
552ca2ad69
No longer override in GraphQL editor on initialization ( #1701 )
2019-10-07 11:54:46 -07:00
Malachi Willey
607b219afa
Correct typo on import dialog ( #1696 )
2019-10-07 11:52:00 -07:00
Corey Gouker
6fe838eef7
Set macOS icon to png for correct icon.icns build ( #1707 )
2019-10-07 11:51:04 -07:00
Alex Hîncu
16a00cf70b
Add request name in the hover tooltip ( #1705 )
2019-10-07 11:44:16 -07:00
Alex Hîncu
8a290784aa
Add ability to duplicate environments ( #1706 )
2019-10-07 11:43:34 -07:00
v1ktor
9909f8e907
Escape yarn paths ( #1699 )
2019-10-07 11:37:42 -07:00
Gregory Schier
cab9475de9
Remove package linking from release
2019-10-02 08:19:23 -07:00
Gregory Schier
eed5672948
Bump package locks
2019-10-02 08:01:58 -07:00
Gregory Schier
ebb8bb531d
Version bump
2019-09-30 17:58:07 -07:00
v1ktor
e1c185ced2
Escape dirs in the yarn cmd ( #1688 )
2019-09-30 13:13:03 -07:00
Ranjan Purbey
e14237a555
Fix transparent line-numbers background ( #1690 )
2019-09-30 13:11:15 -07:00
Gregory Schier
bdb09f9eea
Send app property with notification request
2019-09-30 11:44:04 -07:00
Gregory Schier
400f15a348
Publish
...
- insomnia-app@1.1.9
- insomnia-cookies@0.0.18
- insomnia-importers@2.0.21
- insomnia-libcurl@0.0.29
- insomnia-prettify@0.1.12
- insomnia-url@0.1.11
- insomnia-xpath@1.0.15
- insomnia-plugin-base64@1.0.11
- insomnia-plugin-cookie-jar@1.0.16
- insomnia-plugin-core-themes@1.0.10
- insomnia-plugin-default-headers@1.1.12
- insomnia-plugin-file@1.0.12
- insomnia-plugin-hash@1.0.12
- insomnia-plugin-jsonpath@1.0.19
- insomnia-plugin-now@1.0.17
- insomnia-plugin-os@1.0.19
- insomnia-plugin-prompt@1.1.16
- insomnia-plugin-request@1.0.25
- insomnia-plugin-response@1.0.25
- insomnia-plugin-uuid@1.0.16
2019-09-19 13:57:27 -07:00
Gregory Schier
c27140648a
Send app ID to auto-update server
2019-09-18 12:07:09 -07:00
Gregory Schier
945ff0e631
Unify build config in one place
2019-09-17 17:02:42 -07:00
CodyDWJones
d2d29bd1e1
Add Audience parameter for Resource Owner Password Credentials ( #1677 )
2019-09-17 11:59:59 -07:00
Gregory Schier
32a45ac8bf
Consider min x/y when clamping initial window ( Fixes #1255 )
2019-08-21 10:43:54 -07:00
Gregory Schier
30b54ee3d3
Base64 encode JSONPath template tag
2019-08-20 17:24:18 -07:00
Gregory Schier
57bf6c2df2
Always show GraphQL introspection errors ( Fixes #1643 )
2019-08-20 11:24:53 -07:00
Gregory Schier
d4a4efc515
Tweak keysource alg for more robust recursion
2019-08-16 14:19:25 -07:00
Gabrz
5e53c82972
[Bug Fix 1288] "Undefined" for nested variables ( #1637 )
...
* Update nunjucks-tags.js
(Fixes bug #1288 ) Extract parent from nunjucks tag when it is a nested property nested. The parent is then used to fetch the keyContext
* Revert "Update nunjucks-tags.js"
This reverts commit 4d4da99de3
.
* Update render.js
Added function that recursively gets the keys. So they will show the correct parent location in the nunjuck tooltip.
* Rework after review from gschier
A few little changes after review of the initial change.
* Added keySource for Arrays
Added loop to store Key and Source when item is an Array.
2019-08-16 13:54:01 -07:00
Gregory Schier
e965de17f9
Still show nunjucks tag label when render error present
2019-08-15 14:53:27 -07:00
Gregory Schier
899926450a
Fix tests
2019-08-15 14:06:55 -07:00
Gregory Schier
3e2311e4e1
Make OpenAPI importer generate deterministic IDs
2019-08-15 12:56:32 -07:00
Gabrz
34a55477a7
Changed type determination
2019-08-13 17:31:02 +02:00
Gregory Schier
257685ca47
Ask user on import whether they want to use current workspace
2019-08-12 17:15:44 -04:00
Gregory Schier
26dc5233cc
GraphQL explorer now uses font color from theme
2019-08-12 16:54:45 -04:00
Gregory Schier
7c5dc005ae
GraphQL explorer now uses font color from theme
2019-08-12 16:50:41 -04:00
Gabrz
e4137d83d2
Update render.js
...
(Feature Request #1580 ) Merge Environment nested objects instead of overwrite them
2019-08-11 11:12:48 +02:00
Gregory Schier
5ce2825ea9
Fix Codemirror state restore in wrong place
2019-08-09 16:45:44 -04:00
Gregory Schier
972477d2d4
Fix for Swagger and OpenAPI importers using wrong workspace key
2019-08-09 16:45:25 -04:00
Gregory Schier
baedfd2aef
Remove ability to prettify YAML (doesn't need it)
2019-08-09 13:10:20 -04:00
Gregory Schier
3f02e84d4c
Add YAML name to beautify button
2019-08-09 12:54:49 -04:00
Gregory Schier
05b2f0ba10
Add support for YAML content type
2019-08-09 12:52:43 -04:00
Gregory Schier
2c1130e691
Always indent YAML with spaces instead of tabs since tabs are not valid
2019-08-09 12:42:10 -04:00
Gregory Schier
60b429b71d
Remove unnecessary check for editor indenting
2019-08-09 12:37:13 -04:00
Gregory Schier
b30f8a9e77
Add extra "editor" scope for plugin themes
2019-08-09 12:15:29 -04:00
Gregory Schier
99964821d5
Convert Promise to async/await and make sidebar dragging more robust.
2019-08-09 11:09:48 -04:00
Gregory Schier
09861f54b2
Fix JSONPath dependency issue ( Closes #1624 )
2019-08-07 12:18:14 -04:00
Gregory Schier
a3ab2acfd4
Fix change password logic
2019-08-07 11:08:25 -04:00
Gregory Schier
1ed09bf9b7
Publish
...
- insomnia-app@1.1.8
- insomnia-cookies@0.0.17
- insomnia-importers@2.0.20
- insomnia-libcurl@0.0.28
- insomnia-xpath@1.0.14
- insomnia-plugin-cookie-jar@1.0.15
- insomnia-plugin-jsonpath@1.0.18
- insomnia-plugin-now@1.0.16
- insomnia-plugin-os@1.0.18
- insomnia-plugin-prompt@1.1.15
- insomnia-plugin-request@1.0.24
- insomnia-plugin-response@1.0.24
- insomnia-plugin-uuid@1.0.15
2019-08-06 12:05:21 -04:00
Gregory Schier
1a80b3131a
Bump app version
2019-08-06 12:05:05 -04:00
Opender Singh
4bfb6eb200
Add back View > Toggle Sidebar item ( #1548 )
...
* Add View > Toggle Sidebar item back
* Remove from _globalKeyMap to prevent double toggle
* Remove sidebar toggle hotkeys
2019-08-05 14:38:19 -04:00
Gregory Schier
45d0a498cd
Convert promise to async/await
2019-08-05 14:33:07 -04:00
Gregory Schier
554db6243b
Merge branch 'develop' of github.com:getinsomnia/insomnia into pull/1584
2019-08-05 14:28:03 -04:00
Gregory Schier
4e39890837
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2019-08-05 14:13:21 -04:00
Gregory Schier
9f90410a0b
Merge branch 'pull/1597' into develop
2019-08-05 14:13:11 -04:00
Gregory Schier
685c522886
Improve logic around saving last value in Prompt tag
2019-08-05 14:12:56 -04:00
Marc Easen - Amplience
3e1ac1f68e
feat(oas3 readonly): ignore fields marked as readOnly when generating request bodies ( #1618 )
2019-08-05 11:35:48 -04:00
Gregory Schier
d3d788eb06
Fix zprint-clj version
2019-08-02 15:37:25 -04:00
Gregory Schier
8fda24ae47
Small sidebar refactor and moved ESLint to top level
2019-08-02 15:01:01 -04:00
Gregory Schier
bb5eaaa871
GraphQL Docs Explorer ( #1616 )
...
* Implement a GraphQLExplorer for visually browsing schemas
* Fix some type stuff and theme
* Adjust GraphQL explorer colors for fields to match Codemirror
* Explorer state not modified when showing docs from dropdown
* A few more small tweaks and fixes
2019-07-31 11:05:43 -04:00
dependabot[bot]
465f7247f6
Bump lodash from 4.17.11 to 4.17.14 ( #1599 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-15 16:18:25 -07:00
Gregory Schier
8d9352aaec
Revert entity loading to use model.all() ( Fixes #1582 )
2019-07-02 15:42:00 -04:00
Brendan O'Leary
f836913e28
Fix race condition on setting request body and headers
2019-07-02 09:31:44 -04:00
Forrest Ye
a4f56ffe7d
[fix] do not assume object param type has properties ( #1570 )
2019-06-24 16:20:01 -04:00
Nathan Thomas
a7ac4c1549
Update HTTP Status Code Descriptions ( #1554 )
...
* Update error messages in 400 range
* Revert phrasing of code 415
* Remove yarn lock from repo for PR
* Update status code 101 for flow and phrasing
2019-06-10 15:19:19 -04:00
Gregory Schier
67bd8570f6
Dep updates
2019-06-07 12:02:02 -04:00
Gregory Schier
c31f71b188
Fix extraneous import
2019-06-07 11:33:10 -04:00
Gregory Schier
cdca249ab8
Extra check for sync dropdown
2019-06-07 11:25:21 -04:00
Gregory Schier
8ce49bfb49
Response history now shows correct request methods ( Fixes #1552 )
2019-06-07 11:25:02 -04:00
Gregory Schier
98750b7819
Update dependencies
2019-06-06 09:34:06 -04:00
Uday K
5a26fe171e
Move request group instead of copying ( #1543 )
2019-06-03 14:49:28 -04:00
Opender Singh
5d82a5ec95
Download path settings per request ( #1544 )
...
* Remove from state
* Download path to meta
* Finished?
* Fixed!
* Remove props from ResponsePane
2019-06-03 14:45:22 -04:00