Commit Graph

1075 Commits

Author SHA1 Message Date
Gregory Schier
98b23002a2 Better graphql autocomplete 2017-07-25 11:00:30 -07:00
Gregory Schier
1df3ba4531 GraphQL Body Type (#376)
* Initial GraphQL support

* Better error handling and formatting
2017-07-24 21:15:24 -07:00
Gregory Schier
d3ce502c13 Load plugin from NPM (#371)
* Install plugins from npm

* A bit more

* Error handling and messaging
2017-07-21 17:55:34 -07:00
Gregory Schier
8523e67695 Minor tweak 2017-07-21 16:17:49 -07:00
Gregory Schier
dc41140556 Let modified property overwrite on update if exists 2017-07-21 16:15:57 -07:00
Gregory Schier
483ca03668 Add some tooltips to OAuth form 2017-07-21 13:11:01 -07:00
Gregory Schier
4c2322f808 Refactor tooltip and some props stuff 2017-07-21 11:59:17 -07:00
Gregory Schier
d00f8d1953 Only load dev extensions in dev 2017-07-20 12:29:16 -07:00
Louis St-Amour
6a391268e5 Adding react and redux dev tools (#327)
* Adding react & redux dev tools

To dev builds, using electron-devtools-installer

* Corrected lint error

* Updating package-lock.
2017-07-20 12:09:07 -07:00
Gregory Schier
d88e1fc727 Don't run flow server to check 2017-07-19 21:06:40 -07:00
Gregory Schier
8790206682 Revert timeout 2017-07-19 21:02:42 -07:00
Gregory Schier
54f656261e Increase jasmine timeout for CI 2017-07-19 20:58:04 -07:00
Gregory Schier
911315b401 Refactored test beforeeach 2017-07-19 20:36:44 -07:00
Gregory Schier
ce5e730e4f More flow retries for slow CI 2017-07-19 19:16:45 -07:00
Gregory Schier
09c219fb6d More Plugin Hooks (#352)
* Playing around with pre-request hooks

* Added response hooks

* More flow types

* Flow types on wrapper.js

* Flow types on plugin folder

* Basic tests for plugin hooks

* Make DB initilize for all tests no matter what

* Touch
2017-07-19 18:55:40 -07:00
Gregory Schier
0902aa6ef9 Added flow to templating index 2017-07-19 11:56:51 -07:00
Gregory Schier
01e10138ee Add flow check to npm test 2017-07-18 22:04:15 -07:00
Gregory Schier
361f03e5a9 Flow types on wrapper.js 2017-07-18 21:48:28 -07:00
Gregory Schier
fe1a0903b6 Fix lint error 2017-07-18 19:57:49 -07:00
Gregory Schier
c90ea4d35a More verbose flow types 2017-07-18 19:54:03 -07:00
Gregory Schier
2322b8be39 More flow types 2017-07-18 18:55:47 -07:00
Gregory Schier
a56c6bc592 Add flow to database.js 2017-07-18 17:19:56 -07:00
Gregory Schier
9aa2833002 Better flow types for request model 2017-07-18 16:38:19 -07:00
Gregory Schier
8c58ffea60 More flow types 2017-07-18 15:10:57 -07:00
Gregory Schier
7d5477a8d5 Flow types for network.js 2017-07-18 13:38:19 -07:00
Gregory Schier
683385690d Fixes 2017-07-17 17:10:46 -07:00
Gregory Schier
2708ea1c3e bump version 2017-07-17 16:53:57 -07:00
Gregory Schier
f2a500dd28 Fix babel test plugins 2017-07-17 16:47:54 -07:00
Gregory Schier
08438b6911 Add flow to project 2017-07-17 16:32:47 -07:00
Gregory Schier
f03e3c3bcc Fix response body saving 2017-07-17 15:58:41 -07:00
Gregory Schier
40c089c091 Minor style tweak 2017-07-17 15:51:50 -07:00
Gregory Schier
dae1ba3fb0 Minor tweak to sidebar filter style 2017-07-17 15:47:45 -07:00
Gregory Schier
e50dcdc579 Track unhandled error counts in GA 2017-07-17 15:37:24 -07:00
Gregory Schier
207978bb23 Fix Codemirror single line scroll quirk 2017-07-17 15:17:31 -07:00
Gregory Schier
3853f3dcd7 Try snap packaging 2017-07-17 12:27:19 -07:00
Gregory Schier
e315ea2945 Bump version 2017-07-17 12:06:07 -07:00
Gregory Schier
3c928e0b4c Fix timeline tracking 2017-07-17 12:05:31 -07:00
Gregory Schier
caed321348 Bump version to 5.6.0 2017-07-17 11:42:15 -07:00
Donald Little
da90cc3d1d Allow fuzzy searching in Quick Switch modal (#204) 2017-07-17 11:22:05 -07:00
Gregory Schier
2c5ce7999e Move responses into Redux (#359) 2017-07-17 11:20:38 -07:00
Gregory Schier
13eb471a0c Ignore functions again 2017-07-14 12:34:14 -07:00
Gregory Schier
616d34eb8a Fix handling null values in environments. Closes #360 2017-07-14 12:32:44 -07:00
Gregory Schier
dc221bb05c Apply AWS signing to application/x-www-form-urlencoded bodies 2017-07-12 14:20:31 -07:00
Gregory Schier
c6d845d32c Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2017-07-12 14:02:21 -07:00
Gregory Schier
42de245f2a Show URL in cookie template tag error 2017-07-12 14:02:15 -07:00
Peter Lyons
d2c677c0fd Add support for AWS authentication (#347)
* Implements #344
* Multifactor authentication (MFA) not yet supported
2017-07-12 14:01:14 -07:00
Gregory Schier
5891414d0b Environment Rendering Improvements (#351)
* Pass meta through to environment renders

* Better render env failure strategy for unused vars
2017-07-10 18:05:54 -07:00
Gregory Schier
7d55c7a2e6 Fix response error handling 2017-07-10 17:23:40 -07:00
Gregory Schier
fcd901109d Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2017-07-10 15:34:29 -07:00
Gregory Schier
8d69bfe659 Add paste as event that delays network requests 2017-07-10 15:34:22 -07:00