Commit Graph

4840 Commits

Author SHA1 Message Date
James Gatz
2ccc2326ab Merge branch 'release/9.3.2-beta.0' into develop 2024-07-03 16:21:39 +00:00
James Gatz
dd54fba4d7 Bump app version to 9.3.2-beta.0 2024-07-03 15:53:59 +00:00
Jack Kavanagh
779ef5b353
default to current (#7655) 2024-07-03 17:51:20 +02:00
James Gatz
e4b0a6325f
Fix stale state updates on key-value editor (#7654) 2024-07-03 14:27:22 +00:00
Filipe Freire
9fea3a1894
feat: setting to toggle insomnia user-agent [INS-4107] (#7640)
* feat: disable appversion user agent option [INS-4107]

* tidy up suppress logic

* fix

* fix
2024-07-03 16:08:51 +02:00
Hexxa
5f65c0bcbf
fix: importing collection with invalid keys returns error (#7563)
* fix: importing collection with invalid keys returns error

* Update packages/insomnia/src/utils/importers/convert.ts

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>

* refactor: fix lint and logical problems

* fix: incorrect renaming

* test: refactor and add some tests

* Update packages/insomnia/src/utils/importers/convert.ts

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>

* Update packages/insomnia/src/utils/importers/convert.test.ts

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>

* Update packages/insomnia/src/utils/importers/convert.test.ts

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>

* Update packages/insomnia/src/utils/importers/convert.test.ts

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>

* Update packages/insomnia/src/utils/importers/convert.ts

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>

* Update packages/insomnia/src/utils/importers/convert.ts

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>

* fix: lint error

* fix: ci failure

* use JSON stringify to walk through the object

---------

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-07-03 20:45:46 +08:00
James Gatz
9ac3926afc
fix(Export): Allow exporting workspaces without requests (#7643)
* allow exporting without requests

* seaparate export for envs

* add export to workspace dropdown
2024-07-03 11:24:51 +02:00
James Gatz
53421aa72e
fix(File Renames): Retry renames for windows EPERM issue (#7645)
* Retry renames for windows EPERM issue

* use async version and manage temporary errors only

* windows only rename magic
2024-07-03 11:24:18 +02:00
Jack Kavanagh
9384139867
fix oauth2 folder fetch (#7649) 2024-07-03 10:35:23 +02:00
Hexxa
1ba964ea5e
fix: folder scripts are not executed if request script is not enabled (#7646)
* fix: folder scripts are not executed if request script is not enabled

* fix: move test script to folder

* fix: lint error

* fix: tear down folder env
2024-07-03 07:10:08 +00:00
Jack Kavanagh
191acf0298
bump ws and grpc (#7618) 2024-07-03 08:48:48 +02:00
Jack Kavanagh
9fa75d9722
fixes #7622 (#7639) 2024-07-03 08:48:08 +02:00
Jack Kavanagh
b41826e881
key markdown editors (#7644) 2024-07-02 16:13:05 +02:00
Hexxa
a4de53443f
fix: can not undo in editor after sending request (#7623) 2024-07-02 11:48:30 +08:00
James Gatz
7087a4932a
fix clicking on the workspace card title should navigate to the workspace (#7631) 2024-07-01 15:29:51 +00:00
James Gatz
136db3e74b
chore(Tailwind): RenderedQueryString to tailwind (#7627) 2024-07-01 14:19:03 +00:00
James Gatz
473b9afb62
fix(UI Improvements) (#7626)
* Display selected environments in environment picker

* display the number of active cookies/certificates

* persist the position of the graphql variables panels

* gray out disabled items in the key-value editor
2024-07-01 15:15:10 +02:00
James Gatz
4608a14243 Merge branch 'release/9.3.1' into develop 2024-06-28 16:23:51 +00:00
James Gatz
950d0d3f04 Bump app version to 9.3.1 2024-06-28 16:38:09 +02:00
Mark Kim
cb25910198
chore: add request id (#7610) 2024-06-28 10:32:11 -04:00
Filipe Freire
eab0e9c675
chore: add event for workspace environment type [no-ticket] (#7602)
* chore: add event for workspace environment type [no-ticket]

* fix lint
2024-06-28 16:07:41 +02:00
James Gatz
3ab6165f52
fix(Cookie expires): Invalid date on cookie expires (#7614)
* Fix always running after-response script

* Fix invalid date in cookies
2024-06-28 16:06:05 +02:00
Hexxa
cb4ec74a2a
fix: help to handle @ when it is not encoded in url (#7609)
* fix: help to handle @ when it is not escaped in url

* test: add tests and comments
2024-06-28 21:02:59 +08:00
James Gatz
25b60b44fa Merge branch 'release/9.3.0' into develop 2024-06-27 13:41:29 +00:00
James Gatz
8d027a73be Bump app version to 9.3.0 2024-06-27 13:15:37 +02:00
Jack Kavanagh
c21698decf
upgrade inso pkgs (#7592)
* upgrade cosmiconfig

* remove one layer of indirection

* more indirection

* upgrade commander

* fix tests

* remove unusedExitoverride

* flatten

* inline

* flatten config

* fix test

* docs

* flatten logging

* dont default to script

* fix test docs and config search

* refactor exportSpec

* fixed test
2024-06-27 12:53:35 +02:00
James Gatz
9aa512ee8a
move snap and deb publish to the end (#7599) 2024-06-27 12:27:04 +02:00
James Gatz
1a80b25ce5
fix(key-value editor): Fix locked focus when the autocomplete is open and improve styling (#7597)
* Fix locked focus when the autocomplete is open and improve styling

* add await to delay snippet

* display the workspace name on global environments
2024-06-27 10:12:34 +00:00
Jack Kavanagh
46db2ed72f
snap store login (#7593)
* snap store login

* use v1

* fix

* Update .github/workflows/release-publish.yml

---------

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2024-06-27 09:56:51 +00:00
gatzjames
6fd8a1e69c Merge remote-tracking branch 'upstream/release/9.3.0-beta.7' into develop 2024-06-26 13:21:30 +02:00
jackkav
272c25a605 add note about notorize fail 2024-06-26 12:36:08 +02:00
James Gatz
c345277d72 Bump app version to 9.3.0-beta.7 2024-06-26 09:58:57 +00:00
Jack Kavanagh
72edb6a0a6
Inso-third-pass (#7588)
* inline utils and clean outputs

* improving the log output

* dx

* fix tests abstract path

* return early

* flatten options and utils

* flatten logger

* add export file and git examples

* flatten cli.ts

* use await api and flatten

* flatten cli

* fix test
2024-06-26 11:52:20 +02:00
James Gatz
aaabdfdd79
fix empty value and close combobox input on select (#7590) 2024-06-26 09:03:18 +00:00
Hexxa
e410998552
refactor: enable active global environment and map it to the sdk (#7533)
* feat: refactor the environment mapping between inso and script sdk

* feat: enable global environment in the sdk

* fix: disable global cases

* refactor: pass select global env to script execution and persist it after execution

* fix: lint error

* fix: some minor fixes

* fix: undefined is persisted as globals

* chore: add some comments about the mapping rule

* refactor: enable menu items for global environment manipulation (#7589)
2024-06-26 08:41:02 +00:00
Jack Kavanagh
75dcdcc96e
9-3-quick-fixes (#7586)
* collapse init

* fix markdown icons and nunjucks

* fix context menu

* fix lint
2024-06-25 22:35:36 +02:00
James Gatz
8320c4c626
Update workpsace settings modal for environment settings (#7585) 2024-06-25 14:56:19 +00:00
James Gatz
b9883fdd14
fix(KeyValue Editor): Pressing enter on an input should update the value (#7580)
* fix onKeydown using the previous value

* use keybindingHandler for improved keyboard support
2024-06-25 16:42:36 +02:00
Hexxa
c92707b292
fix: can not undo changes after switching between requests (#7583) 2024-06-25 16:53:29 +08:00
Jack Kavanagh
b301c633f1
remove appDataDir and fix tests (#7579) 2024-06-24 13:21:21 +02:00
Jack Kavanagh
536fbcb27e
inso clean up (#7578)
* re-enable test and update snapshots

* completely remove generate config

* fix tests
2024-06-24 12:02:22 +02:00
James Gatz
fbf2b5d827
feat(Environment Picker): Simplify the UI (#7574)
* update environment picker ui

* remove write from test

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2024-06-21 11:09:55 +00:00
Jack Kavanagh
c7385f00be
normalise json path (#7575)
* normalise json path

* fix tests
2024-06-21 12:36:31 +02:00
Jack Kavanagh
3fec8698d1
Markdown-inlined (#7554)
* markdown

* add inline docs

* can save

* default preview mode

* simplify

* fix tests

* fix types

* full panel layout

* fix e2e test
2024-06-21 12:17:00 +02:00
Jack Kavanagh
4e333940ec
export should show on scratchpad (#7571)
* export should show on scratchpad

* flatten dropdown

* fix lint
2024-06-21 12:13:14 +02:00
Jack Kavanagh
6c35b1681c
Replace export data and more with Preferences (#7570) 2024-06-21 08:19:01 +00:00
Henry
fe5e582c2c
Update "Mock API" in README (#7572)
its past november
2024-06-21 15:38:44 +08:00
jackkav
b7a6becb0b fix develop 2024-06-20 16:41:52 +02:00
jackkav
a4d8c5b18e fix scratchpad dropdown 2024-06-20 14:42:27 +02:00
Jack Kavanagh
598a939ef7 Merge branch 'release/9.3.0-beta.6' into develop 2024-06-20 11:38:51 +00:00