Jack Kavanagh
a48d92ad30
Bump app version to 2023.4.0-beta.0 and lerna package versions
2023-07-03 16:51:25 +00:00
Jack Kavanagh
f7f13b327f
v3.18.0-beta.0
2023-07-03 16:51:07 +00:00
Jack Kavanagh
20b4556c85
upgrade pkg ( #6001 )
...
* include debug instructions
* remove pkg as a dependency
* fix doc
* add tslib to send-request to fix libcurl pkg bs
* bump pkg to 5.8.1
* remove not needed scripts
2023-06-29 17:25:46 +02:00
Jack Kavanagh
eb0af2e2fe
Bump app version to 2023.3.0 and lerna package versions
2023-06-27 18:51:40 +00:00
Jack Kavanagh
ca3191f4c3
v3.17.0
2023-06-27 18:51:25 +00:00
Jack Kavanagh
90b9516d55
make all migration functions non-async ( #6043 )
...
* make all migration functions non-async
* migrate is not a promise
* simplify scope migration
* remove apispec and fix test
* fix tests
* fix tests, for real this time
* removed api spec from collection
* default doc name to my-spec.yaml again
* fix apispec typing
* remove pointless generic
* fix type
* Create an api spec on first launch
* Remove flaky firstLaunch data creation
* fix test
* create apispec only when scope is deisgn
* oauth test left
* gitlab test
---------
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2023-06-27 20:46:43 +02:00
Jack Kavanagh
d1106381ee
add support for multiple workspaces in one import file ( #6044 )
...
* many ws
* squashed import commits
* split import to project and workspace
* import logic
* fix the collection to design bug
* rename type
* fix tests
* tidy workspace loader
* multiple ws imports should always create new ws
* fall back to default project
* env var to bool
* fix tests
* fix app/import
* provide import context in title
* fix api spec import
* clean up
* ask about private envs everytime
* fix loading
* fix export private dialog
2023-06-27 15:43:51 +00:00
Jack Kavanagh
4b0defdc26
cli flake timeout 20s ( #6034 )
2023-06-14 14:42:01 +00:00
Jack Kavanagh
9d735b9f4a
upgrade some bundling deps ( #6000 )
...
* upgrade some deps
* downgrade execa
* remove get-bin-path
* bin path
* update execa api
* update execa
* update execa
* use old api
* locks
* revert pkg upgrade
* pin pkg at 5.8.3
2023-05-30 09:56:51 +00:00
Filipe Freire
1005897417
Bump app version to 2023.2.2 and lerna package versions
2023-05-17 14:28:10 +00:00
Filipe Freire
5ed99dbc20
v3.16.0
2023-05-17 14:27:49 +00:00
Filipe Freire
62f7f3d74f
chore: fix prerelease environment editor tests ( #5964 )
2023-05-15 16:20:52 +00:00
Jack Kavanagh
81d85af39c
Bump app version to 2023.2.1 and lerna package versions
2023-05-15 14:27:18 +00:00
Jack Kavanagh
3c6cb084f9
v3.15.0
2023-05-15 14:27:04 +00:00
Jack Kavanagh
ea43bacfd2
show errors from the introspection ( #5919 )
...
* better error message
* remove log
* use narrower selector
* null check error
2023-05-15 09:06:53 +00:00
Filipe Freire
28f6e1803b
INS-2497: prevent git sync parse failure ( #5954 )
...
* INS-2497: prevent git sync parse failure
* fix import and add tests
* CR improvements
2023-05-15 09:03:59 +00:00
Jack Kavanagh
bc5b9c5a36
Bump app version to 2023.2.0 and lerna package versions
2023-04-26 10:15:01 +02:00
Jack Kavanagh
5e21213a8a
v3.14.0
2023-04-26 10:15:01 +02:00
Jack Kavanagh
0e55e0682f
oops ( #5916 )
2023-04-25 14:49:05 +00:00
Filipe Freire
47a1cea2be
Add better support for binary data on WebSocket connections ( #5897 )
...
* add /binary data endpoint to smoke test server
* add function to deal with diff event.data types
* step 1
* step 2
* final step
* CR improvements
* update deps & fix type-check
2023-04-24 16:40:51 +00:00
Filipe Freire
53fe8865c8
chore: bump playwright to 1.32.3 ( #5904 )
2023-04-20 10:13:17 +00:00
gatzjames
afcc5d300e
git prerelease tests update
2023-03-31 20:21:12 +02:00
gatzjames
afff7b1da7
make unary selector more specific
2023-03-31 19:49:33 +02:00
gatzjames
4c7922a046
fix unit test selection
2023-03-31 19:06:46 +02:00
gatzjames
9565391291
use the first sub-environment on new workspace imports
2023-03-31 18:33:41 +02:00
Filipe Freire
17b7cab641
rm workaround on env editor test
2023-03-31 17:28:54 +01:00
Filipe Freire
cb1d3718e2
fix env editor tests
2023-03-31 17:09:31 +01:00
Filipe Freire
443dfc1535
fixes to prerelease smoke tests
2023-03-31 16:46:58 +01:00
Filipe Freire
59019f0fa1
Bump app version to 2023.2.0-beta.1 and lerna package versions
2023-03-31 11:20:12 +00:00
Filipe Freire
44b3f3748a
v3.14.0-beta.1
2023-03-31 11:19:54 +00:00
James Gatz
29acc92559
Improve import UX ( #5869 )
...
* add import routes and modal
* fix paths
* fix paths
* save
* remove import.ts
* ui
* save
* fix tests
* fix tests
* fix tests
* remove outdated test
* update import tests
* lint and ts fixes
* add section title and fix some style issues
* close modals on import success
* error handling for empty content
* fix api spec imports
* Simplify importResources function
Co-authored-by: Filipe Freire <filipe.r.freire@gmail.com>
* cleanup
* settings import button styles
* remove comment
* update tests
* comment for app-command imports
* fix test lint error
* update comments
* comment out app/import for now
---------
Co-authored-by: Filipe Freire <filipe.r.freire@gmail.com>
2023-03-31 10:53:22 +00:00
Filipe Freire
dc7046f343
Bump app version to 2023.2.0-beta.0 and lerna package versions
2023-03-14 15:26:58 +00:00
Filipe Freire
ceeb05d6e6
v3.14.0-beta.0
2023-03-14 15:26:43 +00:00
Filipe Freire
97a4d10048
INS-2434: basic Kong 3.x support on Inso CLI ( #5827 )
...
* INS-2434: Kong 3.x support on Inso CLI
* fix test
* Add basic support for kong 3.0 on Insomnia UI
2023-03-14 15:17:28 +00:00
Filipe Freire
84963204b7
Bump app version to 2023.1.0 and lerna package versions
2023-03-09 14:30:06 +00:00
Filipe Freire
29825dec4a
v3.13.0
2023-03-09 14:29:52 +00:00
Filipe Freire
a12cc8b459
Bump app version to 2023.1.0-beta.5 and lerna package versions
2023-03-03 14:38:29 +00:00
Filipe Freire
f8e406ab84
v3.13.0-beta.5
2023-03-03 14:38:13 +00:00
Filipe Freire
f611658728
Bump app version to 2023.1.0-beta.4 and lerna package versions
2023-02-24 15:32:29 +00:00
Filipe Freire
b8024913ca
v3.13.0-beta.4
2023-02-24 15:32:13 +00:00
Filipe Freire
3847bf5962
Bump app version to 2023.1.0-beta.3 and lerna package versions
2023-02-16 11:09:22 +00:00
Filipe Freire
de552f2675
v3.13.0-beta.3
2023-02-16 11:09:00 +00:00
Filipe Freire
f7802bbba6
Bump app version to 2023.1.0-beta.2 and lerna package versions
2023-02-10 13:46:38 +00:00
Filipe Freire
b58cd4313e
v3.13.0-beta.2
2023-02-10 13:46:22 +00:00
Filipe Freire
9af4e30066
Bump app version to 2023.1.0-beta.1 and lerna package versions
2023-02-02 14:49:29 +00:00
Filipe Freire
786e0ed8d5
v3.13.0-beta.1
2023-02-02 14:49:14 +00:00
Filipe Freire
a1b1d06437
Bump app version to 2023.1.0-beta.0 and lerna package versions
2023-01-27 15:00:35 +00:00
Filipe Freire
349da16eee
v3.13.0-beta.0
2023-01-27 15:00:19 +00:00
Filipe Freire
34f22bb648
fix windows pdf request smoke test flake ( #5729 )
2023-01-27 09:28:00 +00:00
Filipe Freire
25a283ade5
bump playwright to 1.30 ( #5724 )
...
* bump playwright to 1.30
* fix version
2023-01-26 17:48:07 +00:00