Gregory Schier
c93f6ffcec
Update version
2018-05-23 03:10:57 -04:00
Gregory Schier
66bb89edc4
Tweak request switcher styles
2018-05-23 03:07:22 -04:00
Gregory Schier
0594126401
Bump versioN
2018-05-23 02:55:31 -04:00
Gregory Schier
31cd964cb1
Fix max height of query editor
2018-05-23 02:54:52 -04:00
Shawn Axsom
7ef37363bc
UI for filter requests by folder, URI, method, query string ( #864 )
...
* Re-enable searching by url, request method
* Fuzzy matching UI for Quick Switch window
* Extract out a Highlight component for Quick Switch matching, and apply fuzzysort to all fuzzy matching to be consistent
* Highlighting of search results on the sidebar
* Move fuzzysort dependency into the insomnia-app package
* Move inline styling to LESS
* Update type returned by fuzzyMatch method
* Update unit tests, fix flow errors
* Updated tests reflecting changes in fuzzyMatch
* Fix lint error
2018-05-22 23:39:01 -07:00
Gregory Schier
a0b27cb384
Bump version
2018-05-23 00:55:51 -04:00
skang0601
8fdd22da3d
Traversing further into scope directories ( #914 )
2018-05-22 21:49:08 -07:00
Claudio Bley
33442c1e5d
Allow YAML extensions in file selection import dialog too ( #919 )
...
The Swagger importer also supports parsing a spec in YAML format.
2018-05-22 21:47:11 -07:00
Gregory Schier
15424334e3
Bump version
2018-05-23 00:43:10 -04:00
Gregory Schier
f83f1cf430
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2018-05-23 00:28:44 -04:00
Gregory Schier
f918e647c0
Remove analytics
2018-05-23 00:28:25 -04:00
Andrew Waters
cc3602c784
Chore/add plugin ( #925 )
...
* Make the plugin list alphabetical
* Adds swagger validator spec plugin
2018-05-16 06:38:45 -07:00
Brian Goad
6253ba2536
Add Faker Plugin ( #935 )
2018-05-16 06:37:48 -07:00
Gregory Schier
63ec162cb8
Fix tests and bump version
2018-05-04 15:07:12 -04:00
Gregory Schier
7bdaa82f38
Publish
...
- insomnia-app@1.0.16
- insomnia-importers@2.0.3
2018-05-04 14:42:15 -04:00
Gregory Schier
50d6ffef52
More Linux icons
2018-05-04 14:40:59 -04:00
Gregory Schier
d0a99a969d
Fix linking of nghttp2lib ( Closes #920 )
2018-05-04 14:17:01 -04:00
Gregory Schier
bcb8e01813
Actually send header when value is empty
2018-05-04 10:37:37 -04:00
Gregory Schier
4b5ef56c56
Fixed tests
2018-05-03 18:01:49 -04:00
Gregory Schier
dc6b92d52e
Remove auth debouncing
2018-05-03 17:50:56 -04:00
Gregory Schier
e8aba99417
Fix AWS auth ( Fixes #907 )
2018-04-30 08:48:00 -04:00
Gregory Schier
ba59b41537
Fix Linux builds again
2018-04-28 02:19:09 -04:00
Gregory Schier
3c4356a0a2
Statically link libssl linux ( Fixes #899 )
2018-04-27 15:46:32 -04:00
Gregory Schier
4bd9b166cf
Change nunjucks preview box to <textarea> ( Closes #904 )
2018-04-26 12:22:08 -04:00
Gregory Schier
bd683a7d1c
Icons fix attempt #2
2018-04-26 09:47:10 -04:00
Gregory Schier
6029a49502
Re-add icon.ico
2018-04-26 09:03:04 -04:00
Gregory Schier
00223ad1a0
Update srp-js package
2018-04-26 07:52:16 -04:00
Gregory Schier
a121ec0202
Another Appveyor try
2018-04-25 18:25:25 -04:00
Gregory Schier
54193ade58
Fix Appveyor builds
2018-04-25 17:47:45 -04:00
Gregory Schier
8445a72b7d
Bump version
2018-04-25 14:54:51 -04:00
Gregory Schier
51d0a5ae19
Fix charset handling for response webview ( Fixes #859 )
2018-04-25 14:39:38 -04:00
Gregory Schier
23fa05fc01
Give response hooks access to read-only request context ( Closes #853 )
2018-04-25 14:24:52 -04:00
Gregory Schier
85ff38e8a4
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2018-04-25 13:52:32 -04:00
Gregory Schier
a03b1546bf
Fix autocomplete hotkey in settings ( Fixes #872 )
2018-04-25 13:52:13 -04:00
Gregory Schier
6af6c6e06d
Autocomplete for GraphQL variables ( #888 )
...
* Autocomplete for GraphQL variables
* Add refresh key to audioi response viewer (Fixes #890 )
2018-04-25 08:02:59 -04:00
Gregory Schier
a9beae360e
Try fix for Appveyor Electron 1.8
2018-04-23 08:07:58 -04:00
Gregory Schier
9456461b3d
Revert Electron version
2018-04-23 07:58:22 -04:00
Gregory Schier
7c8746f2d2
Change fonts to use what VSCode does ( Closes #843 )
2018-04-23 07:47:36 -04:00
Gregory Schier
69605c4b05
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2018-04-23 07:35:08 -04:00
Gregory Schier
ef3c76079b
Close trial-end dialog even on failure ( Fixes #847 )
2018-04-23 07:34:47 -04:00
Miguel Piedrafita
3e2b2b3e69
Update license year ( #882 )
2018-04-23 07:23:41 -04:00
Gregory Schier
52f7cdea4e
Add refresh key to audioi response viewer ( Fixes #890 )
2018-04-23 07:22:21 -04:00
Gregory Schier
2a139ba009
Fix app refresh after change content-type ( Fixes #884 )
2018-04-22 12:55:43 -04:00
Gregory Schier
7dbbeaa8ab
Fetch GraphQL schema more often
2018-04-20 19:06:16 -04:00
Gregory Schier
40b2bf3c78
Statically link libcurl on Linux builds ( #879 )
...
* Statically linked Curl for linux builds with Docker
* Test Travis Docker
* Try fix blocking i/o
* Try a package
* Fixed linux build
* Try hack
* Fix icons?
* Icon color
* Re-enable osx builds
* Remove libcurl3 dependency requirements
* Update electronbuilder config
2018-04-20 18:31:57 -04:00
Justin Collier
2622cb1bb3
option one: height of the query preview box is not constrained ( #873 )
2018-04-20 10:25:12 -04:00
Ulugbek Miniyarov
7f79a28a71
Add insomnia-plugin-js-eval to Plugins list ( #876 )
2018-04-20 09:25:43 -04:00
Gregory Schier
b0ff54d050
Updated eslint, flow, and fixed errors
2018-04-19 15:54:19 -04:00
Gregory Schier
053c2cb3a0
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2018-04-18 14:21:37 -04:00
Gregory Schier
b5ad46b5a9
Add HMAC-256 oauth 1 ( Closes #868 )
2018-04-18 14:21:06 -04:00