Filipe Freire
f513d59f69
Add gRPC Headers (INS-362) ( #3667 ) ( #4244 )
...
* Add gRPC Headers (INS-362) (#3667 )
* Add grpc headers support to client, server and bidi streams
* Fix failing grpc unit checks
* Improvements after CR for #4244
* Fix lint issues
* Fix grpc header overflow and failing tests
* Fix illegal characters in metadata key validation
* Fix common-headers naming and add unit checks
* Fix wrong import format
2021-12-06 10:12:18 +00:00
Dimitri Mitropoulos
0178533e52
Feat/eslint import order ( #3782 )
2021-07-23 11:04:56 +12:00
Opender Singh
611d73804f
Automatically enable sync for collections created in a remote space ( #3474 )
2021-06-22 20:45:30 +00:00
Opender Singh
deda7a37b7
Add space data model ( #3424 )
2021-05-27 15:59:54 +12:00
Dimitri Mitropoulos
5f4c19da35
[TypeScript] Phase 1 & 2 ( #3370 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-05-12 18:35:00 +12:00
Opender Singh
eff9cda1b2
Use workspace scope enum everywhere appropriate ( #3199 )
2021-03-18 11:37:32 +13:00
Mike Ellan
47dd90a22b
Rename workspace scope from designer to design ( #3194 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-03-17 12:28:12 +13:00
Gerry Tan
021b9f5810
Strips newlines when parsing GraphQL curl command ( #2888 )
...
Co-authored-by: Eric Reynolds <reynolek@gmail.com>
2021-02-09 14:00:53 +13:00
Opender Singh
99b75213e0
Add migration for workspace scope and apply defaults ( #3031 )
2021-02-02 16:02:17 +13:00
Opender Singh
dc526d845d
fix: remove request id validation ( #2885 )
2020-12-02 09:29:30 +13:00
Opender Singh
8f8acf83f2
Allow changing the protofile for a request ( #2828 )
2020-11-13 12:03:36 +13:00
Opender Singh
d18ba8e6d8
Support for gRPC Unary and Client streaming ( #2809 )
2020-11-10 13:30:27 +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
d1e1da53e5
Save a GrpcRequest after protofile selection ( #2785 )
2020-10-29 11:23:07 +13:00
Opender Singh
edb0a8561d
Add GrpcRequest and GrpcRequestMeta database models ( #2784 )
2020-10-28 13:05:54 +13:00
Opender Singh
cc71660c96
Create protofile database model & unit tests ( #2754 )
2020-10-22 10:02:43 +13:00
Opender Singh
443d6df08d
Initial pass to combine eslint and prettier ( #2166 )
2020-05-15 10:54:07 +12:00
Opender Singh
d6bb7a3896
Resolve recursive migration issue that comes up in a particular use case ( #2071 )
...
* Resolve recursive migration that comes up in a particular case
* Remove migration altogether
2020-04-28 19:48:25 -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
Opender Singh
c3d4d89193
Prevent migrations from running for database.duplicate ( #2040 )
2020-04-22 11:59:09 +12:00
Gregory Schier
7bc219422e
Update Babel and ESLint and fix all related errors ( #2032 )
...
* Update Babel and ESLint and fix all related errors
* Update babel-jest
2020-04-09 10:32:19 -07:00
Nilay Majorwar
ad278ea01a
[Feature] Added request-specific followRedirects setting ( #1737 )
...
* Added request-specific follow redirect setting
* Added hint text to follow redirects setting
2019-10-31 12:02:03 -04:00
Gregory Schier
e24ce7f7b4
Fix tests
2019-05-08 13:59:16 -04:00
Gregory Schier
69a4abb268
Add setting to show more data in timeline ( Closes #1262 )
2019-04-27 01:55:04 -07:00
Gregory Schier
88b0bb784f
Add trailing commas to ESLint + Prettier
2018-12-12 12:36:11 -05:00
Gregory Schier
5ebc53fa13
Adjusted top-level deps
2018-12-11 18:44:34 -05:00
Ricky Chandra
f88d961748
Add clean deleted responses task on startup, and add tests ( #1292 )
...
* Add clean deleted responses task on startup, and add tests
* Bump version
* Add hookDatabaseInit() call to perform ops on DB startup
* Refactor clean responses function to fetch all from db instead of batching, move the call to db init hook, and refactor tests to use spyOn
2018-12-04 22:26:18 -05:00
Daniel O'Loughlin
37ccd12af4
Closes 1225 ( #1230 )
...
* Updated all references to use the getDataDirectory function from misc so that an environment variable can be set for the data directory.
* Did some minor code formatting cleanup
* Got rid of some unused vars
* More unused var cleanup
2018-11-05 22:39:50 -04:00
Timothy Lim
2b3591f6e4
Fixes #922 : Clear Content-Type when selecting 'No Body' ( #1214 )
...
* Clear Content-Type when selecting 'No Body'
* Remove CONTENT_TYPE_NO_BODY and simplify filter
2018-10-20 10:24:27 -04:00
Gregory Schier
99de4725fa
prettier entire project
2018-10-17 12:42:33 -04:00
Gregory Schier
4901f03041
Add Prettier
2018-06-25 13:42:50 -04:00
Gregory Schier
c82e163841
Add ability to view introspection request/response timeline upon error ( #970 )
...
* Add ability to view introspection request/response timeline upon error
* Fix tests
2018-06-06 13:48:14 -07:00
Gregory Schier
d5b75c7d32
Curl generation query params bug ( Fixes #810 )
2018-03-26 13:50:43 -07:00
Gregory Schier
88286bbf94
Don't restore name/folder on history change ( Fixes #786 )
2018-03-06 19:02:31 +13:00
Gregory Schier
1c69e3a1b4
Fix tests
2018-03-06 16:45:40 +13:00
Alan Seymour
c5b946c07c
[Feature] Save request body when switching to 'No Body' ( #752 ) ( #762 )
...
* Save body when switching to No Body, restore on returning
* Hide body clearing warning when switching to no body
* Remove unused import
* Add tests
2018-02-17 00:24:54 +08:00
Gregory Schier
1ff673f46c
Fix tests
2017-12-12 20:26:27 +01:00
Gregory Schier
cff03fb4e6
Fix body migration ( Fixes #634 )
2017-11-28 11:25:05 +00:00
Gregory Schier
549ce23ce8
Merge All Repositories into Monorepo for easier maintenance ( #629 )
...
* All projects into monorepo
* Update CI
* More CI updates
* Extracted a bunch of things into packages
* Publish
- insomnia-plugin-base64@1.0.1
- insomnia-plugin-default-headers@1.0.2
- insomnia-plugin-file@1.0.1
- insomnia-plugin-hash@1.0.1
- insomnia-plugin-now@1.0.1
- insomnia-plugin-request@1.0.1
- insomnia-plugin-response@1.0.1
- insomnia-plugin-uuid@1.0.1
- insomnia-cookies@0.0.2
- insomnia-importers@1.5.2
- insomnia-prettify@0.0.3
- insomnia-url@0.0.2
- insomnia-xpath@0.0.2
* A bunch of small fixes
* Improved build script
* Fixed
* Merge dangling files
* Usability refactor
* Handle duplicate plugin names
2017-11-26 20:45:40 +00:00