Gregory Schier
67fa832c24
Response Handling Improvements ( #625 )
...
* Better response bodyPath handling
* Better response bodyPath and large response handling
* Fix tests and a few other things
* Remove compress/decompress utils
* Switch bodyCompression default and add migration
* Switch update channel to beta if on beta version
* Revert beta channel migration and bump version
2017-11-23 21:57:08 +00:00
Gregory Schier
df9e7b12d1
Better stats handling and update notifications ( #620 )
...
* Better stats handling and update notifications
* Some event handler cleanup
2017-11-22 21:10:34 +00:00
Gregory Schier
ba26ec3163
Repair envs and jars, and create missing ones ( #616 )
...
* Repair envs and jars, and create missing ones
* Hack to make tests work
2017-11-22 14:00:12 +00:00
Gregory Schier
d6295a8b01
Auto-Update Improvements ( #613 )
...
* Specify update channel and auto-updates
* Minor tweaks
* Fix lint
* Bump version
* Small tweaks
* Bump
* Some minor improvements
* Touch
2017-11-21 17:49:33 +00:00
Gregory Schier
158510d4d8
Fix/large response body handling ( #614 )
...
* Basic fix in place
* Use curlopt_writefunction
* Fix tests
2017-11-21 17:49:17 +00:00
Gregory Schier
e9b87686e1
Upgrade Electron Builder ( #498 )
...
* Upgrade electron-builder
* Fix optional dep
* Add another dep
* Fix travis
* Fix 7zip install
* Fix icons
* Minor fix
* Delete changelog
* Moved build scripts to JS
* Some adjustments
* Remove lines
* Add 7zip back
* Update scripts
* Small tweaks
* Fix electronbuilder config
* snap dependency
* Fix pkg
* Remove snapd dep
* Updated deps and lots of fixes
* Travis update
* Return package name
* Remove snap for now
* Remove portable
* Try fixing code signing
* Bump cache
* Disable automatic tests
* Fix windows artifacts
* package-lock for app/
* Try fix npm install
* Try again
* Some minor tweaks
* Preleases by default
2017-11-20 16:07:36 +00:00
Gregory Schier
7adf8591c1
Switch to Google Analytics API ( #609 )
...
* Almost working
* First working implementation
* Simplified analytics utils
* Fix tests
2017-11-18 22:47:54 +00:00
Gregory Schier
041ec5139e
Move Database to Electron Main Process ( #607 )
...
* Working concept of DB on backend
* Local DB is local
2017-11-17 12:10:37 +00:00
Gregory Schier
4d70a495a8
Custom headers parsing ( #594 )
2017-11-13 23:10:53 +00:00
Gregory Schier
d3c95e9c87
Add flow to EnvironmentsDropdown
2017-11-13 19:05:46 +00:00
Gregory Schier
d506e0b4c1
Use Insomnia network stack for OAuth 2.0 requests ( #582 )
...
* Use Insomnia network stack for OAuth 2.0 requests
* Fix zombie docs
2017-11-10 11:50:39 +01:00
Gregory Schier
3739a38c3f
Fix ASAP build errors
2017-11-07 19:19:16 +01:00
Gerry Tan
f67f220c6d
Atlassian ASAP authentication support ( https://s2sauth.bitbucket.io/ ) ( #565 ) ( #566 )
2017-11-07 19:14:08 +01:00
Gregory Schier
777f823909
Add more OAuth 1.0 params
2017-11-06 22:43:00 +01:00
Gregory Schier
2dc44f9d7e
Added Token to OAuth 1.0 (Rel #197 )
2017-11-06 21:44:55 +01:00
Roman Besolov
d3e8a05fc7
oAuth 1.0a Support ( #571 )
2017-11-06 20:26:31 +01:00
Atvaark
f6d00d3d99
WIP: Exporting the workspace / all workspaces as HAR file ( #523 )
...
* Implemented exporting the workspace / all workspaces as HAR file
* Added HAR export unit tests
2017-11-01 12:23:22 +01:00
Gregory Schier
52fe473063
New ClientCertificate model and ability to have private certificates ( #555 )
...
* Pull out client certificates
* Add test for the migration
2017-10-31 19:05:35 +01:00
Gregory Schier
a9605fdc04
Add setting to enable nunjucks power mode ( #524 )
2017-10-13 10:22:13 +02:00
Gregory Schier
a2517713c5
Autoselect active env in editor and update flow ( #497 )
2017-09-25 23:32:58 +02:00
Gregory Schier
28ab0af409
Flow for RequestGroup and sidebar children component
2017-09-18 18:25:51 +02:00
Gregory Schier
a2c8f7f982
Fix race condition for creating workspace dependencies
2017-09-15 13:04:44 +02:00
Gregory Schier
a20ea65c4c
Async model migrations
2017-09-13 08:11:49 +02:00
Gregory Schier
e6b97dc96c
Ensure things exist for new workspaces ( Closes #482 )
2017-09-13 07:40:17 +02:00
Gregory Schier
94119f6b68
Fix tests
2017-08-22 20:42:44 -07:00
Gregory Schier
33b126ee87
Even more robust cookie editing
2017-08-22 20:33:07 -07:00
Gregory Schier
2887282032
Fixed tests and types
2017-08-22 17:06:56 -07:00
Gregory Schier
9e3d79ccc0
More changes to cookie editing
2017-08-22 16:54:31 -07:00
Gregory Schier
d654feca82
Updates to cookie editor
2017-08-22 16:13:46 -07:00
Gregory Schier
7c4800023e
Hawk improvements and fuzzy filtering everywhere
2017-08-21 11:11:52 -07:00
Julien Giovaresco
2fcf98536f
Implement Hawk Authentication ( #446 )
...
* Implement Hawk Authentication
* fix the missing label of inputs
* Fix PR reviews
2017-08-21 10:43:12 -07:00
Gregory Schier
9d5b896b00
Add max redirects setting to test
2017-08-16 10:08:29 -07:00
Gregory Schier
a92ef82e9f
Fix checkmark in content type dropdown
2017-08-14 12:28:49 -07:00
Gregory Schier
c4933badba
Add response.bytesContent and use for size check ( Closes #412 )
2017-08-11 14:44:34 -07:00
Gregory Schier
4006c25532
Automatically switch to POST for GraphQL
2017-08-10 12:50:37 -07:00
Christophe Pouliot
36d3bd5bf5
Add netrc as auth type ( #384 )
...
* Add netrc as auth type
* Re add netrc flow types
* Remove period from netrc text to accommodate windows users
* Address comments
* Add netrc network test
2017-07-31 10:29:36 -07:00
Gregory Schier
3b27d5fa01
Mark new workspaces in UI ( #379 )
2017-07-27 15:59:07 -07:00
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
911315b401
Refactored test beforeeach
2017-07-19 20:36:44 -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
361f03e5a9
Flow types on wrapper.js
2017-07-18 21:48:28 -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
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
2c5ce7999e
Move responses into Redux ( #359 )
2017-07-17 11:20:38 -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
de610f419b
Move response bodies out of DB ( #338 )
...
* Move response bodies out of DB
* Small tweak
2017-06-29 20:30:22 -07:00
Gregory Schier
83daea4d00
Add ability to assign color to environments ( #334 )
2017-06-27 14:44:23 -07:00