Commit Graph

1262 Commits

Author SHA1 Message Date
Gregory Schier
23cca8c42b Add download link to README (Closes #553) 2017-10-17 16:55:56 +02:00
Gregory Schier
0b0d8743f9 Update jsonpath 2017-10-17 11:45:31 +02:00
Gregory Schier
d77348ba3d Fix tests 2017-10-17 00:19:16 +02:00
Gregory Schier
f5871213a4 Fix new cookies being destroyed on edit 2017-10-16 23:09:42 +02:00
Gregory Schier
a14bac2aa9 Fix extra import 2017-10-13 21:21:50 +02:00
Gregory Schier
b27515edb6 Fix env editor debounce so no longer lose changes 2017-10-13 21:15:31 +02:00
Gregory Schier
c83c58b65a Disable tag editor variable <select> when no variables 2017-10-13 21:02:30 +02:00
Gregory Schier
444ca06431 Introduce randomness into sync delay 2017-10-13 18:53:25 +02:00
Gregory Schier
935f3feb66 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2017-10-13 15:02:53 +02:00
Gregory Schier
593e2770a9 Bump version to 5.9.6 2017-10-13 15:02:17 +02:00
Gregory Schier
7f86b46417 Added error boundaries for better failures (#527)
* Added error boundaries for better failing

* Fix regex escaping (fixes #525)

* Many more error boundaries
2017-10-13 15:01:27 +02:00
Gregory Schier
01f6363eeb Adjust cookie filter render fallback 2017-10-13 12:21:10 +02:00
Gregory Schier
4c1112781c Bump version 2017-10-13 12:11:58 +02:00
Gregory Schier
a9605fdc04 Add setting to enable nunjucks power mode (#524) 2017-10-13 10:22:13 +02:00
Gregory Schier
3973f13daf Add boolean type to template tags (#521)
* Fix multipart newlines for Windows

* Revert multipart

* Fix tests

* Rewrote broken PDF viewer

* Fix Content type active checkmark

* Add boolean arg type for template tags
2017-10-13 02:06:51 +02:00
Gregory Schier
8451eae270 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2017-10-12 23:35:12 +02:00
Gregory Schier
c6023eca81 Handle render failures in cookies modal (Fixes #516) 2017-10-12 23:34:53 +02:00
Gregory Schier
b2612eb081 Rewrite broken PDF viewer (#518)
* Fix multipart newlines for Windows

* Revert multipart

* Fix tests

* Rewrote broken PDF viewer
2017-10-12 22:27:54 +02:00
Gregory Schier
bddcd63b6f Fix Content type active checkmark 2017-10-12 21:11:06 +02:00
Gregory Schier
0d56b84c21 Rewrote broken PDF viewer 2017-10-12 19:58:49 +02:00
Gregory Schier
6ca5204961 Fix tests 2017-10-12 14:35:03 +02:00
Gregory Schier
5bc0a6584f Revert multipart 2017-10-12 14:25:26 +02:00
Gregory Schier
af2bbca356 Fix multipart newlines for Windows 2017-10-12 13:34:51 +02:00
Gregory Schier
e8c964dd83 Bump version 2017-10-11 23:43:48 +02:00
Gregory Schier
07cc38f003 Don't rely on Curl for multipart/form-data (#513)
* Playing around but nothing working

* Got it working!

* Move multipart logic to own file
2017-10-11 23:43:21 +02:00
Gregory Schier
0c25c9841f Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2017-10-11 11:25:39 +02:00
Gregory Schier
5b9db10060 Fix autocomplete breaking with no-arg tags 2017-10-11 11:24:49 +02:00
Atvaark
b80f757a26 Add .gitattributes (#506)
Checkout text files with LF line endings.

This prevents auto conversion from LF to CRLF on windows,
which would break unit tests expecting LF line endings.
2017-10-10 22:55:22 +02:00
Gregory Schier
de08895092 Support for tag editor dynamic variable args (#512) 2017-10-10 19:54:42 +02:00
Gregory Schier
14bdea8b34 Add menu item to show app data folder 2017-10-10 18:47:49 +02:00
Gregory Schier
904b369c46 Flow and robustness to tag editor (#511) 2017-10-10 16:46:32 +02:00
Gregory Schier
05db836890 Specify HTTP method when signing AWS requests (Fixes #509) 2017-10-10 10:58:13 +02:00
Atvaark
b3c37dc067 Fix Invalid_flowconfig error (#505)
The .flowconfig file had an empty line at the start which causes the following issue when running the "npm test:flow" command:
{"code":8,"reason":"Invalid_flowconfig","msg":".flowconfig:1 Unexpected config line not in any section"}

Microsoft Windows 10 Pro Build 15063
Node v8.6.0
Flow 0.55.0
2017-10-06 21:08:01 +02:00
Gregory Schier
3908da67b6 More robust certificate check (Fixes #452) (#502) 2017-10-05 15:11:22 +02:00
Gregory Schier
b1c439c76f Fix React warnings 2017-09-30 22:15:35 +02:00
Gregory Schier
a51fe44f74 Upgrade Electron and React 2017-09-30 22:10:57 +02:00
Gregory Schier
413818cee1 Add zip target to Windows builds 2017-09-26 10:51:08 +02:00
Gregory Schier
a2517713c5 Autoselect active env in editor and update flow (#497) 2017-09-25 23:32:58 +02:00
Gregory Schier
84fca15bb9 Built Nunjucks handling into prettify algorithm (#496) 2017-09-25 16:43:51 +02:00
Gregory Schier
3cd50d8014 Slightly better cookie handling 2017-09-23 22:36:52 +02:00
Gregory Schier
8eecb55515 Better XPath handling (Fixes #492) 2017-09-22 15:48:47 +02:00
Gregory Schier
4b7fe5c190 Fix null values in environments messing up sorting 2017-09-19 11:55:08 +02:00
Gregory Schier
6d455b4324 Use Content-Disposition header when downloading files when available (Closes #475) 2017-09-18 20:19:04 +02:00
Gregory Schier
3df4e36104 Fix response-viewer shouldComponentUpdate 2017-09-18 19:11:31 +02:00
Gregory Schier
28ab0af409 Flow for RequestGroup and sidebar children component 2017-09-18 18:25:51 +02:00
Gregory Schier
1962256029 Move simple-react-pdf out of native deps (Fixes #489) 2017-09-18 14:39:50 +02:00
Gregory Schier
ec3f54537e Added menu item to show dev tools 2017-09-17 16:25:31 +02:00
Gregory Schier
1815563697 Bump version 2017-09-17 16:20:13 +02:00
Gregory Schier
b155318058 Updated symbols 2017-09-17 16:19:59 +02:00
Gregory Schier
3311892910 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2017-09-17 16:07:36 +02:00