Filipe Freire
14ab7ff98f
Merge branch 'release/2023.2.0-beta.1' into develop
2023-03-31 19:13:16 +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
Alexander Samsig
e2d672ab04
Change environment variables generated by OpenApi and Swagger importers to use underscore-dot syntax, instead of custom variable access. ( #5807 )
2023-03-31 10:54:45 +00:00
89ht
0d26ad6323
Support charset information on swagger2 data import ( #5781 ) ( #5812 )
2023-03-31 10:53:37 +00:00
Nick Hackman
bed21be8af
cURL: Support all --data flags and fix parsing of key=value pairs ( #5818 )
...
* test(curl): data-urlencode support key=value pairs
Updates tests to support key=value pairs in urlencode
Issue: https://github.com/Kong/insomnia/issues/5696
* fix(curl): data-urlencode support key=value pairs
Splits out the logic to handle the cases for the --data-urlencode flag from cURL.
docs: https://curl.se/docs/manpage.html#--data-urlencode
Issue: https://github.com/Kong/insomnia/issues/5696
* feat(cURL): support all data flags
This refactors the current implementation for handling --data[suffix] flags from cURL supporting all possible formats outside of reading files into Insomnia.
docs: https://curl.se/docs/manpage.html
Issues: https://github.com/Kong/insomnia/issues/5696 , https://github.com/Kong/insomnia/issues/5400
* test(cURL): support all data flags
Combines a lot of tests and covers all cases provided in the cURL man pages.
* style: lint
2023-03-31 10:53:32 +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
d3b917a15f
chore: Add merge-group on workflow dispatch ( #5872 )
2023-03-31 10:51:31 +00:00
James Gatz
5322001ab0
Fix scope filter on project view. ( #5856 )
...
* change empty scope to all and update selection mode
* don't allow empty selection
2023-03-21 15:06:39 +01:00
Dave Nicolson
55b5260aa4
Render webviews in UTF-8 ( #5836 )
2023-03-15 09:48:07 +00:00
Filipe Freire
707822e691
Merge branch 'release/2023.2.0-beta.0' into develop
2023-03-14 16:15: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
James Gatz
83f96d5f6d
improve error handling for failed git fetch ( #5844 )
2023-03-14 15:19:16 +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
39bec7f923
Merge branch 'release/2023.1.0' into develop
2023-03-09 15:40:51 +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
f65e522293
Merge branch 'release/2023.1.0-beta.5' into develop
2023-03-03 16:56:25 +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
James Gatz
6463d7095f
Feat/git improvements ( #5779 )
...
* fix git repo tab styles
* remove extra fetches
* add loading indicator for git changes
* remote branches and git fetch improvements
* fixes
* fix tests
* fetch before getting the git log
* only reinit vcs for different repos
* fix make commit button disabled if commiting
* show close button in settings modal
* fix tests, only fetch from server if there is a remote uri
2023-03-02 14:33:34 +01:00
James Gatz
3738fb56f4
Revert "Display trial status and upgrade paths for users ( #5805 )" ( #5813 )
...
This reverts commit d9fab84070
.
2023-03-01 10:30:31 +00:00
James Gatz
d9fab84070
Display trial status and upgrade paths for users ( #5805 )
...
* wip update account toolbar and session storage
* trial days left
* wip
* fix styling and redirects
* use env for website url
* update session
* only display the upgrade button for logged in users
2023-02-27 16:58:10 +00:00
Filipe Freire
93cff15433
Merge branch 'release/2023.1.0-beta.4' into develop
2023-02-24 16:18:30 +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
rickythefox
9a5701bad3
Fix size of query bulk editor ( #5795 )
2023-02-22 16:14:33 +00:00
Filipe Freire
256520f4ff
Merge branch 'release/2023.1.0-beta.3' into develop
2023-02-16 12:46:22 +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
60fb2140a7
Fix dropdown closing early issue ( #5778 )
2023-02-16 11:03:55 +00:00
Filipe Freire
ee021ba2c9
Merge branch 'release/2023.1.0-beta.2' into develop
2023-02-10 15:29:04 +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
ltressens
c60a27813a
Closes #5722 : if redirectUrl is unset, do not match on it, but still match on it if set ( #5763 )
...
* If redirectUrl is unset, do not match on it, but still match on it if set. Also check that 'code' and 'error' are not part of parameters name, but the full name of the parameter in URI
* fix linter error
2023-02-10 13:41:14 +00:00
Filipe Freire
9b7d92b445
fix #5759 - show the selected websocket event ( #5768 )
...
* fix #5759 - show the selected websocket event
* edit
2023-02-10 10:58:18 +00:00
Jack Kavanagh
50f3f2d2dd
remove the kong/protobuf.js fork ( #5760 )
2023-02-07 15:58:29 +00:00
Filipe Freire
0648293e2b
Merge branch 'release/2023.1.0-beta.1' into develop
2023-02-02 16:54:52 +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
James Gatz
4521d8059d
Update workspace grid in project view ( #5745 )
...
* update workspaces grid in project view
* fix search icon placement and empty pane styles
2023-02-02 14:45:08 +00:00
Filipe Freire
0aca546847
Merge branch 'release/2023.1.0-beta.0' into develop
2023-01-27 15:55:27 +00:00