Mike Ellan
7a8b1b4953
Add protofile modal design integration ( #2820 )
...
* Add proto file modal design integration
2020-11-10 16:30:16 -05:00
Opender Singh
d18ba8e6d8
Support for gRPC Unary and Client streaming ( #2809 )
2020-11-10 13:30:27 +13:00
David Marby
17ea1b1812
Add the ability to delete synced workspaces from the API ( #2795 )
2020-11-09 23:56:13 +01:00
Mike Ellan
450b8353f9
Introduce stub UI for gRPC request and response panes ( #2817 )
2020-11-09 14:36:35 +13:00
Opender Singh
175834efa9
Unsafe deletion of a protofile ( #2798 )
2020-11-03 13:30:43 +13:00
Opender Singh
e6bdbf27ea
Extract foundational components from request and response panes ( #2799 )
2020-11-03 11:09:45 +13:00
Opender Singh
dd86bd3369
Add support for gRPC request actions ( #2794 )
2020-11-02 13:55:22 +13:00
Opender Singh
e77fe3248d
Remove unrelated items from request actions and request settings ( #2793 )
2020-10-29 12:00:29 +13:00
Opender Singh
5f1c1bb747
Allow sidebar to show grpc requests ( #2786 )
2020-10-29 11:44:37 +13:00
Opender Singh
d1e1da53e5
Save a GrpcRequest after protofile selection ( #2785 )
2020-10-29 11:23:07 +13:00
Opender Singh
33ef367f3f
fix: hide gRPC from url bar method dropdown for HTTP requests ( #2792 )
2020-10-29 08:45:20 +13:00
Nicholas Latham
743b8b8230
Remove references to Travis CI in README.md ( #2783 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-28 22:01:53 +13:00
Opender Singh
edb0a8561d
Add GrpcRequest and GrpcRequestMeta database models ( #2784 )
2020-10-28 13:05:54 +13:00
Julien Giovaresco
5852d27d3f
Fix color picker display when updating an environment color ( #2711 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-27 20:02:49 +13:00
Antoine
a511ea5ed9
Adding deprecated warning icon/message in graphQL docs ( #2749 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-27 14:24:21 +13:00
David Marby
b78508d54a
Bump versions to 2020.4.2
2020-10-26 20:46:49 +01:00
Opender Singh
6403d20be2
Add timeout to spectron steps in github actions ( #2774 )
2020-10-27 01:10:29 +13:00
David Marby
543dc2df99
Use the correct notification icon for Core ( #2772 )
2020-10-23 21:19:20 +02:00
Opender Singh
65a333cac3
Fetch workspace protofiles from redux instead of refreshing after every action ( #2764 )
2020-10-23 11:27:46 +13:00
Opender Singh
f2737ff706
Allow for renaming of a protofile ( #2763 )
2020-10-23 11:06:37 +13:00
Opender Singh
b2bf1146f9
Add file selector to upload a .proto file ( #2757 )
2020-10-23 10:48:00 +13:00
Mike Ellan
c081fd2003
Insomnia core & designer app iconography ( #2766 )
...
App window logo updates and fix.
2020-10-22 16:43:00 -04:00
David Marby
1817872f31
Fix fetching notifications ( #2765 )
2020-10-22 21:35:42 +02:00
Opender Singh
c73092e294
Modal prompt to select protofile ( #2756 )
2020-10-23 08:14:46 +13:00
Opender Singh
bd4ed35dab
Add gRPC as a new request method ( #2755 )
2020-10-22 10:26:09 +13:00
Opender Singh
cc71660c96
Create protofile database model & unit tests ( #2754 )
2020-10-22 10:02:43 +13:00
David Marby
edcfcf5cef
Beta sync fixes ( #2753 )
...
* Fix trailing whitespace in vcs
* Add logging to sync graphql queries
* Don't remotely create a sync project when opening the share dialog
* Fix pulling workspaces with a missing default branch
* Fix the sync merge modal
* Fix workspaces dissapearing when switching to an empty default branch
2020-10-21 12:42:36 +02:00
Martin Pastore
52de6d819d
fix: resize all texts when font size change on preferences ( #2710 )
...
* fix: resize all texts when font size change on preferences
* fix: add missing rem conversion
Co-authored-by: Mike Ellan <52717970+sonicyeti@users.noreply.github.com>
2020-10-20 17:22:26 -04:00
Jasmine Wang
d544d754ca
Removing unused / redundant styles ( #2752 )
2020-10-20 16:50:57 -04:00
Emanuele Concas
29ff23343b
Add Show App Logs Folder to help ( #2728 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-21 00:01:47 +13:00
Ben Scholzen
294777b0ed
Add PKCE support ( #2652 )
...
* Add PKCE support
* Fix failing unit test and add new test for PKCE
* Update packages/insomnia-app/app/network/o-auth-2/grant-authorization-code.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Update packages/insomnia-app/app/network/o-auth-2/grant-authorization-code.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Fix prettier report
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-20 20:58:16 +13:00
Julien Giovaresco
d201cd1807
Rename button label of the Save and Download
action save dialog ( #2727 )
...
The label was `Send and Save`, it is confusing because actually the request was already sent.
2020-10-20 20:36:04 +13:00
Julien Giovaresco
ceead25167
Fix infinite request spinner when cancelling "Send and Download" ( #2721 )
...
We were hiding the spinner at the end of the _handleSendAndDownloadRequestWithEnvironment method. However, we
were exiting early we the user cancel the save dialog (L672).
To prevent that, I've moved the code in a finally block, therefore we make sure that the spinner will be hidden
Closes #2718
2020-10-20 19:45:48 +13:00
Antoine
27d5881684
Reloading GraphQL docs on schema reload ( #2747 )
2020-10-20 17:35:53 +13:00
David Marby
b0b7613f26
Fix sync issues when switching between workspaces ( #2724 )
2020-10-15 23:42:16 +02:00
David Marby
4fc8b21827
Add file logging ( #2716 )
2020-10-13 18:05:41 +02:00
Timothy Lim
a9e22075fb
Prevent newlines for singleline Code editor ( #2704 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-13 18:46:25 +13:00
Isaac Moore
81ad8ba2c8
Change bulk header editor setting verbiage ( #2717 )
...
This change is to be consistent with #2713 .
2020-10-13 16:15:51 +13:00
Isaac Moore
474da01295
Add required annotation to Kubernetes config ( #2709 )
...
Fixes #2706
2020-10-13 10:32:25 +13:00
karolineKarkoschDrKlein
984881c0cb
Don't clear oAuth2 session on restart ( #2701 )
...
* Don't clear oAuth2 session on restart
Offer button to user where it can be cleared without restart
* PR improvements
* remove accidental newline
* PR improvements 2
* cleanup
* capitalize insomnia
2020-10-10 09:33:21 +13:00
Selamanse
03d83a8f52
Cancel the active request instead of the most recent request ( #2696 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-09 06:17:37 +13:00
Antoine
0092723a8d
del. top/btm padding from CodeMirror-dialog #2646 ( #2697 )
2020-10-08 10:39:56 -04:00
Opender Singh
8d88cf9c69
An effort to figure out why spectron sometimes hangs on Windows CI ( #2698 )
2020-10-08 15:48:20 +13:00
Opender Singh
fa64e6b5e8
Update README entry for Insomnia Documenter ( #2692 )
2020-10-07 11:29:34 +13:00
Opender Singh
1bbbf38a96
Support hyphen -
and other special characters in variable names ( #2601 )
2020-10-02 07:49:05 +13:00
Mike Ellan
9bf5d29160
Toast based logo fixes, consistent names, fixing positioning ( #2676 )
...
* Toast based logos locally sourced, consistent names, fixing positioning
* Pulling unused classes
* Using APP_ID_INSOMNIA over appName method, styling footer, adding alt tags
* Removing gravatar from src and component library
2020-09-30 17:05:00 -04:00
Opender Singh
601c6060a4
Update o2k readme examples ( #2679 )
2020-09-30 19:38:44 +13:00
Opender Singh
6cafe6ae47
Update babelrc to node 12 for all packages ( #2670 )
2020-09-29 18:33:03 +13:00
Julien Giovaresco
64c7b429aa
Expose network context to requestHook & responseHook scopes ( #2662 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-29 15:10:51 +13:00
Julien Giovaresco
9bdb13c6bb
Bump httpsnippet to fix Copy as Curl not respecting header case ( #2668 )
...
Closes #2615
2020-09-27 01:07:33 +12:00