Gregory Schier
cc159d7090
Fix request switcher active index when only workspaces match
2019-05-10 00:05:27 -04:00
Gregory Schier
b46d14a71c
Add reference to create a run button
2019-05-09 22:46:50 -04:00
Gregory Schier
f634a64672
NeDB more frequent compaction and higher corruption threshold ( #1104 )
2019-05-09 22:11:12 -04:00
Gregory Schier
d29db04b33
Keep OAuth 2.0 refresh token if a new one is not returned ( Fixes #1492 )
2019-05-09 21:44:22 -04:00
Gregory Schier
5068cee2cd
Feature/recent requests switcher ( #1491 )
...
* Add recent requests hotkey and sort requests by most recent in switcher
* Fix a bunch of Flow errors
2019-05-09 21:18:34 -04:00
Gregory Schier
4a50ad1496
Upgrade yarn-standalone.js ( #1202 )
2019-05-09 13:45:26 -04:00
Gregory Schier
17f3c1491b
Print timestamp at the start of response Timeline
2019-05-09 13:38:36 -04:00
Gregory Schier
bba03d0eab
Show when response was sent ( Closes #1488 )
2019-05-09 13:03:39 -04:00
Gregory Schier
db48aafa6e
Updated icon
2019-05-08 17:12:10 -04:00
Gregory Schier
b2247e4344
Make documentation code scroll horizontally ( Fixes #720 )
2019-05-08 16:34:48 -04:00
Gregory Schier
46483fd23e
Fix unnecessary navigation interception
2019-05-08 16:32:28 -04:00
Gregory Schier
5ac53aa3b1
Only force refresh header editor when changing body type ( Closes #931 )
2019-05-08 16:31:54 -04:00
Gregory Schier
0705efa55e
Change default autocomplete delay from 700ms to 1200ms
2019-05-08 16:13:42 -04:00
Gregory Schier
2640b4ba48
Open all links in external browser ( Fixes #1473 )
2019-05-08 16:13:26 -04:00
Gregory Schier
e24ce7f7b4
Fix tests
2019-05-08 13:59:16 -04:00
Gregory Schier
0468980304
Fix drag-n-drop for empty folders ( Closes #1486 )
2019-05-08 13:51:46 -04:00
Gregory Schier
3a40a77845
Merge remote-tracking branch 'origin/develop' into develop
2019-05-08 13:40:14 -04:00
Gregory Schier
8adee60c86
Store response tag filter in base64 ( Fixes #1484 , Fixes #1030 )
...
Also tweak response tag dependency sending
2019-05-08 13:39:58 -04:00
Gregory Schier
7c63132a85
Add new encoding type to template tag args
2019-05-08 13:36:55 -04:00
Gregory Schier
f48a6469aa
Fix autocomplete value preview showing rendered HTML
2019-05-08 12:22:16 -04:00
Gregory Schier
f34a72f569
Fix sync menu jumping up
2019-05-07 14:28:00 -04:00
Gregory Schier
8ceaa7e7ec
Fix sync menu jumping up
2019-05-07 14:27:36 -04:00
Gregory Schier
4d6f6d9541
Allow render failures for request descriptions ( Fixes #1478 )
2019-05-07 14:24:04 -04:00
Gregory Schier
6b3dee759d
More robust handling of prompt tag filtering
2019-05-07 14:08:57 -04:00
Gregory Schier
b2ebeeea70
Fix dependencies
2019-05-07 11:48:03 -04:00
Gregory Schier
87651b3bc6
Publish
...
- insomnia-app@1.1.4
- insomnia-importers@2.0.18
- insomnia-plugin-response@1.0.21
2019-05-07 11:15:40 -04:00
Gregory Schier
2482fd61fe
Upgrade httpsnippet
2019-05-07 11:15:25 -04:00
Gregory Schier
9cde9a765c
Some tweaks to request pinning
2019-05-07 11:10:13 -04:00
Opender Singh
c48daaea44
Support for pinned requests ( #1471 )
...
* Add pinning behavior
* add fa-thumb-tack
* Updated package-lock files
* Allow only top level request and request group to be pinned
* Prevent dnd for pinned request
* Efficiency change
* Reverted changes
* Revert changes to selectors.js
* Fixed pin and add thumbtack
* Changes
* Pin styling
* Fix overflow bug
* styling complete
* Remove additional style
* Updated package-lock.json
* Mergie
* Boolean to boolean
* allow nested requests to be pinned
* Remove unused arg
* Remove folder pinning functionality
* Remove comment
* Revert change to open tag on group
* Render separator with dsiplay: none so that sync menu is in correct place
* Don't reset parent id on request pin
* Remove extra checks
* Move pin filter to selectors to prevent duplicate childTree traversal
* Decouple pinned items from search results
* Hide pin on hover
* Pin keyboard shortcut via shift+ctrl+p
* Typo fix
* Update mac hotkey + activeRequest nullcheck
* Disable drag and drop only for items in the pinned list
* Filter to Find
2019-05-07 10:46:35 -04:00
Gregory Schier
48f08e553d
Better param default
2019-05-07 10:44:02 -04:00
Gregory Schier
e3d5dc59a3
Better missing factory error message for OpenAPI ( #1481 )
2019-05-07 10:41:13 -04:00
Gregory Schier
7a54931047
Fix response dependency behavior check
2019-05-07 10:35:19 -04:00
Gregory Schier
7773ac698f
Update README.md
2019-05-05 18:39:48 -04:00
Gregory Schier
d8066bc558
Add ability for plugins to add folder actions ( #774 )
2019-05-04 16:34:52 -04:00
Gregory Schier
ec1310000d
Audit deps
2019-05-04 15:13:47 -04:00
Gregory Schier
b0beb232a8
Merge remote-tracking branch 'origin/develop' into develop
2019-05-03 10:53:23 -04:00
Gregory Schier
4b41c8c360
New render purpose for request/response hooks ( Fixes #1341 )
2019-05-03 10:53:18 -04:00
Rafael Renan Pacheco
fd9ebf335d
Fix 405 HTTP status description ( #1479 )
...
The https://developer.mozilla.org/en-US/docs/Web/HTTP/Status page do say that the 405 should not be returned for GET and HEAD. But if you click on that 405 link it will open https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405 , and there there's nothing about mandatory methods.
On that page you will get the RFC link https://tools.ietf.org/html/rfc7231#section-6.5.5 , and again, there's nothing about mandatory methods.
The restful documentation also doesn't talk about mandatory methods for 405: https://restfulapi.net/http-status-codes/
Spring Framework (a well know framework for Java) has some configuration for the Spring Data Rest project that will result in GET requests returning 405.
Since the RFC should be the winner here, and the divergence between the mozilla's pages, I'm proposing this fix to remove the misleading description.
2019-05-03 10:18:26 -04:00
Gregory Schier
0eccfce9db
Fix stalebot config
2019-05-03 10:13:36 -04:00
Gregory Schier
4e6f044b99
Fix session ID not being provided in some network calls
2019-05-02 11:25:30 -04:00
Gregory Schier
43f424c48c
Also show "book" font styles ( Closes #1407 )
2019-04-29 23:11:06 -04:00
Gregory Schier
0d333b008b
Publish
...
- insomnia-app@1.1.3
- insomnia-cookies@0.0.16
- insomnia-importers@2.0.17
- insomnia-libcurl@0.0.27
- insomnia-prettify@0.1.11
- insomnia-url@0.1.10
- insomnia-xpath@1.0.13
- insomnia-plugin-base64@1.0.10
- insomnia-plugin-cookie-jar@1.0.12
- insomnia-plugin-core-themes@1.0.9
- insomnia-plugin-default-headers@1.1.11
- insomnia-plugin-file@1.0.11
- insomnia-plugin-hash@1.0.11
- insomnia-plugin-jsonpath@1.0.16
- insomnia-plugin-now@1.0.15
- insomnia-plugin-os@1.0.17
- insomnia-plugin-prompt@1.1.13
- insomnia-plugin-request@1.0.22
- insomnia-plugin-response@1.0.20
- insomnia-plugin-uuid@1.0.14
2019-04-29 14:45:29 -04:00
Gregory Schier
6bea0eed6c
Version bump
2019-04-29 14:19:00 -04:00
Gregory Schier
3fea57328d
Fix settings dialog help tooltips
2019-04-27 02:09:33 -07:00
Gregory Schier
69a4abb268
Add setting to show more data in timeline ( Closes #1262 )
2019-04-27 01:55:04 -07:00
Gregory Schier
dce5f320c3
Refactor settings and store timeline separately
2019-04-27 01:46:10 -07:00
Gregory Schier
0601fc9582
Order of response behavior args
2019-04-26 21:45:11 -07:00
Gregory Schier
a7c2fd01fc
Ability to resend Response Tag's dependent request ( #1470 )
2019-04-26 21:34:15 -07:00
Gregory Schier
d67bd50806
Strip non-breaking spaces in GraphQL mode ( Fixes #1460 , #1254 )
2019-04-26 16:39:36 -07:00
Gregory Schier
e68b1b186c
Handle non-200 cases when downloading responses ( Fixes #1414 )
2019-04-26 15:38:35 -07:00