Gregory Schier
9a0ed72af2
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2017-10-31 13:37:13 +01:00
Gregory Schier
8d7cd74bb0
Tweak netrc name
2017-10-31 13:36:24 +01:00
Gregory Schier
00deb967c5
Minor tweak
2017-10-31 13:35:53 +01:00
Gregory Schier
f549dc520f
Send first named query as operationName ( #550 )
2017-10-30 14:12:49 +01:00
Gregory Schier
0c48d0027d
Send first named query as operationName
2017-10-30 13:55:04 +01:00
Gregory Schier
74804b27c9
Fix code editor non-string crash
2017-10-29 10:47:54 +01:00
Gregory Schier
1ed4b51a01
Convert Multipart Handling to Use Streams ( #547 )
...
* Almost done converting multipart processor to use streams
* Implement temp filesystem hack instead
2017-10-29 00:16:34 +02:00
Gregory Schier
1011929490
Make sure render returns something
2017-10-27 19:56:35 +02:00
Gregory Schier
56ec271c59
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2017-10-17 22:43:56 +02:00
Gregory Schier
990c23173e
remove portable target
2017-10-17 22:28:09 +02:00
Gregory Schier
14535aa909
Try portable build
2017-10-17 22:04:00 +02:00
Gregory Schier
7a769abb83
Update README.md
2017-10-17 16:57:39 +02:00
Gregory Schier
90ffe174fb
Update README.md
2017-10-17 16:56:40 +02:00
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