David Marby
e1812efdb3
Add initial segment events ( #3121 )
2021-02-26 20:57:19 +01:00
Opender Singh
6f3d2666f8
Add option to disable migrating workspaces ( #3108 )
2021-02-26 12:01:46 +13:00
Forrest
ff1c70f437
Set a minimum value for fontSize setting ( #3042 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-02-26 10:48:23 +13:00
David Marby
1b718165d7
Update the website links ( #3120 )
2021-02-26 10:33:38 +13:00
Opender Singh
b8f76deff9
Add plugin bundle to default config ( #3092 )
2021-02-26 10:10:21 +13:00
Opender Singh
eac7eb3535
Handle unsupported activity values ( #3116 )
...
Co-authored-by: David Marby <david@dmarby.se>
2021-02-26 09:55:07 +13:00
Opender Singh
f654f49dfb
Onboarding flow ent to end tests and automatic screenshots on failure ( #3106 )
...
Co-authored-by: David Marby <david@dmarby.se>
2021-02-26 09:39:59 +13:00
Opender Singh
5e31295174
Update onboarding flow ( #3101 )
2021-02-26 09:13:37 +13:00
Opender Singh
29fed74346
Data migration workflow from Designer to Core ( #3051 )
2021-02-10 08:55:30 +13:00
David Marby
09e910df57
Stop automatically appending .git to git repository URLs ( #3054 )
2021-02-09 09:17:47 +01:00
Opender Singh
26fb78ab99
Remove Core and Designer specific cases ( #3034 )
2021-02-03 12:19:22 +13:00
Giuseppe B
c4babfc129
Autobind replacement and react-hot-reload update ( #3022 )
2021-02-03 11:23:42 +13:00
Opender Singh
b135a2c637
Prevent deletes and validate proto files when uploading a directory ( #3024 )
2021-01-28 11:00:43 +13:00
Opender Singh
1fe337dd2d
Sync & Export support for ProtoDirectory ( #3014 )
2021-01-25 16:27:36 +13:00
Opender Singh
f27cd5f630
Support template tags with gRPC ( #2926 )
2020-12-18 00:38:21 +13:00
David Marby
cad2ebc932
Merge branch 'release/2020.5.2' into develop
2020-12-09 19:40:16 +01:00
David Marby
5bedc0ffad
Add additional metrics to the notification call ( #2921 )
2020-12-09 17:39:53 +01:00
Opender Singh
27987201ad
gRPC URL bar improvements - streaming type & package groups ( #2883 )
2020-12-09 17:42:50 +13:00
cobwebsonsale
c50bc1f965
Add sort options for sidebar rows ( #2738 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-12-01 13:37:57 +13:00
Julien Giovaresco
6d259a4e73
Fix Copy as CURL with Multipart ( #2740 )
...
The issue was located in the `exportHar` function. It was not handled `file` param correctly.
For this type of file, the `value` attribute is empty, therefore we should take instead the `fileName`
Closes #2282
2020-11-24 14:33:16 +13:00
Opender Singh
0b58a748af
Support for server and bidi streaming ( #2814 )
2020-11-17 11:59:02 +13:00
Opender Singh
5c1885a540
Support reuploading a proto file ( #2832 )
2020-11-17 11:01:50 +13:00
Opender Singh
ccd270a9fb
gRPC with Insomnia export format V4 ( #2830 )
...
* feat: initial commit to export grpc entities
* feat: grpc requests and protofiles in v4 export format
* test(export): add grpc requests and protofiles in export tests
* test(models): add isProtoFile tests
2020-11-14 12:31:18 +13:00
Opender Singh
f858b6625d
gRPC state management ( #2813 )
2020-11-12 11:44:03 +13:00
Opender Singh
d18ba8e6d8
Support for gRPC Unary and Client streaming ( #2809 )
2020-11-10 13:30:27 +13:00
Opender Singh
bd4ed35dab
Add gRPC as a new request method ( #2755 )
2020-10-22 10:26:09 +13: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
David Marby
4fc8b21827
Add file logging ( #2716 )
2020-10-13 18:05:41 +02:00
Opender Singh
1bbbf38a96
Support hyphen -
and other special characters in variable names ( #2601 )
2020-10-02 07:49:05 +13:00
Mike Ellan
19a9d6a7e7
Export import unit tests ( #2663 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-25 12:16:51 +12:00
Julien Giovaresco
c9f009a838
Change default keyboard shortcut to bring up the keyboard settings ( #2649 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-24 15:35:28 +12:00
Opender Singh
653c546883
Add bitbucket cloud docs, add documentation tooltip to git settings modal header ( #2518 )
2020-08-18 08:57:21 +12:00
Huli
e3f9e3c1d4
Consistent export dropdown verbiage ( #2476 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-08-03 17:32:51 +12:00
Opender Singh
a35664d4dd
Stub console log during db initialization ( #2351 )
2020-07-07 10:59:56 +12:00
Gregory Schier
48348e04c1
Swap out switch for new activity toggle component ( #2335 )
...
* Swap out switch for new activity toggle component
* Extra check
* Remove some more theme stuff
* Some PR feedback
2020-06-30 16:54:56 -07:00
Gregory Schier
bab945a6a1
Alternate send request callback for app to use ( #2334 )
2020-06-30 15:40:15 -07:00
Gregory Schier
45861b6393
POC to get Insomnia networking available outside of app ( #2329 )
...
* Hacked insomnia lib package to get Insomnia's networking in tests
* Some small tweaks
* Got it mostly working
* Tweak
* Fix
* Fix pkg
* Fix some things
* Add comment
* Comment out log
* Some tweaks after doing a self code review
* Fix test
* Update app name for `insomnia-send-request`
* Update package-lock
* Update package-locks
* Fix tests
* Add gitignore
* Fix tests hopefully
* Fix accidental dep deletions
* Fix tests again
* Mock for all tests
* Update tests again
* Don't compile for Electron for tests
* Update release scripts to disable tests
2020-06-30 12:36:15 -07:00
Gregory Schier
6b4f009a67
Add fallback status messages for HTTP/2 ( Closes #2273 ) ( #2275 )
2020-06-10 11:16:09 -07:00
Gregory Schier
53c21fba37
Add ability to specify HTTP version ( #2276 )
...
* Add ability to specify HTTP version (Closes #2245 )
* Fix default HTTP version
* Format w/ Prettier
2020-06-10 11:15:56 -07:00
Gregory Schier
7f4a5529e9
Fix usable of nested objects in environments ( #2249 )
2020-06-09 14:14:05 -07:00
Opender Singh
08534699e7
Fix GitLab sync ( #2162 )
...
* Down with hardcoded slugs
* Type the error modal
* Set username
* Update
* Update
* add username
* Revert .flowconfig
* Address comments
* Simplify
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
2020-05-15 14:11:06 +12:00
Opender Singh
443d6df08d
Initial pass to combine eslint and prettier ( #2166 )
2020-05-15 10:54:07 +12:00
Opender Singh
200c354a3a
Handle empty security object in openapi3 ( #2170 )
2020-05-14 14:11:15 +12:00
Opender Singh
453745d3e2
Fix linting whitespace error
2020-05-06 17:00:31 +12:00
Rishabh Gupta
37959fc644
Show version release date ( #2031 )
2020-05-05 17:43:39 -07:00
Opender Singh
486f4b5881
Add plugin hub/npm hyperlink to plugin listing ( #2109 )
2020-05-03 15:46:02 +12:00
Gregory Schier
a32181c4c7
Handle non-string types in filterHeaders() ( #2099 )
2020-05-02 11:19:18 -07:00
Gregory Schier
e96e663b2c
Bump version and fix user agent
2020-04-29 13:05:54 -07:00
Opender Singh
da80f36703
Set filename of apiSpec using Workspace name during db repair ( #2074 )
...
* Set filename of workspace during db repair
* Remove unnecessary changes
* Update api-spec.js
2020-04-29 13:00:56 -07:00
Opender Singh
fd1420ddc8
Add filename to apiSpec model and decouple from workspace name ( #2063 )
...
* Initial commit
* WIP
* Fix lint
* Fix tests
* Add test for workspace migration
* Rename title to use fileName instead of workspace name for designer
* Linting
2020-04-28 14:29:51 -04:00