James Gatz
d1c292891c
feat(command-palette): add button to open the command palette ( #7064 )
...
* add button for quick search
* update button styles in project
* make it look good with gh stars
lib@8.6.1
core@8.6.1
2024-02-05 17:20:04 +01:00
James Gatz
43edf39a68
fix updates to db leading to errors in loader fetchers ( #7033 )
2024-02-05 13:43:29 +01:00
James Gatz
a09c23305c
feat(pane-tabs): Consistent styles for tabs ( #7062 )
...
* response/request pane tab counts
* tab dropdown colors
2024-02-05 13:42:58 +01:00
James Gatz
99f34cf0c6
Cleanup page containers and add hint container in the page ( #7060 )
2024-02-05 10:54:33 +01:00
James Gatz
ec490a677c
change 8.0 to 8 ( #7061 )
2024-02-05 10:53:49 +01:00
James Gatz
0fa67c33f8
fix one line editor being scrollable ( #7059 )
2024-02-05 10:28:14 +01:00
James Gatz
2249bb7b98
feat(environment): update environments icons ( #7050 )
...
* update environments icons
* fix workspace name
2024-02-02 14:03:47 +01:00
James Gatz
1432efa9bb
remove invalid wide css prop ( #7041 )
2024-02-02 12:09:52 +01:00
James Gatz
1b52859ef3
fix filter history keys not being valid selectors ( #7040 )
2024-02-02 11:59:45 +01:00
James Gatz
3fceccfdf6
fix(workspace): Add default name for when creating a workspace ( #7046 )
...
* Add default name for when creating a design/collection
* workspace update and creation
2024-02-02 11:21:36 +01:00
Filipe Freire
353780e16a
chore: edit changelog process [INS-3456] ( #7001 )
2024-01-29 14:09:07 +00:00
Jeroen Van den Berghe
cf912f74ca
Fixes https://github.com/Kong/insomnia/issues/7009 ( #7010 )
2024-01-26 11:19:32 +01:00
Jeroen Van den Berghe
7c5b342c00
Fixes https://github.com/Kong/insomnia/issues/7011 ( #7012 )
2024-01-26 11:19:03 +01:00
James Gatz
e1e3b139b3
feat(unit-tests): Unit test reordering ( #7020 )
...
* re-orderable test suites
* re-orderable tests
* fix ts
* Use db methods for sorting
* sort suites and unit tests in inso
* fix suite rename
2024-01-26 11:18:38 +01:00
Jack Kavanagh
28e5463968
Bump app version to 8.6.1
2024-01-22 17:14:35 +00:00
James Gatz
df0a791941
fix: re-initialize the parameter editor state when switching between requests ( #7005 )
...
* re-initialize the one-line editor when the request changes
* fix lint?
* cleanup lint
2024-01-19 17:31:36 +00:00
James Gatz
fac18eeba0
fix style issue for bulk editor ( #7004 )
2024-01-19 17:20:05 +00:00
James Gatz
7d3bf008e6
remove styled from avatar components ( #7002 )
2024-01-19 16:39:03 +00:00
James Gatz
287a5e4021
remove unused breadcrumb component ( #7003 )
2024-01-19 13:31:04 +00:00
James Gatz
7ce9947f09
Merge branch 'release/8.6.0' into develop
2024-01-18 22:08:16 +00:00
James Gatz
5082975c7d
Bump app version to 8.6.0
lib@8.6.0
core@8.6.0
2024-01-18 21:40:54 +00:00
James Gatz
a8c1da727a
Request path parameters ( #6994 )
...
* add path parameters to the request/ws-request model
* render path params
* show path params on the ui
* fix rendering of params
* cleanup params ui in ws
* cleanup request model
* add empty state info
* update styles
* certificate-styles
* fix tests
* cleanup code
* fix e2e tests
2024-01-18 22:35:32 +01:00
James Gatz
b24008c41d
update test and use the filechooser api ( #6995 )
2024-01-18 14:42:26 +01:00
James Gatz
cbd58dd0be
Add certificates modal and clean up workspace settings ( #6993 )
...
* Add new modal for managing certificates
* update workspace settings modal
* disable delete button while deleting an item
* improve styles and add password viewer
* better copy for add/manage certificates
* fix weird key issue
* tooltips
* show filename
* fix add cert form
---------
Co-authored-by: jackkav <jackkav@gmail.com >
2024-01-17 11:45:34 +00:00
James Gatz
7ae1685c56
chore(copy): Update copy for untracked projects and certificates ( #6984 )
...
* copy updates
* add info icon
2024-01-15 11:38:13 +01:00
James Gatz
3159291456
Show all parents of a request that matches a filter ( #6983 )
2024-01-12 14:34:47 +01:00
Jack Kavanagh
4120f91939
Merge branch 'release/8.5.2-beta.0' into develop
2024-01-12 07:32:14 +00:00
Filipe Freire
3e4e860268
Bump app version to 8.5.2-beta.0
core@8.5.2-beta.0
lib@8.5.2-beta.0
2024-01-11 13:58:02 +00:00
Jay Wu
b2e390f707
fix(curl): revert to use openssl on macos [INS-3445] ( #6981 )
2024-01-11 17:55:47 +08:00
James Gatz
20491d9728
Improve export modal UX ( #6978 )
...
* improve styles for export modal
* fix e2e test
2024-01-10 14:57:11 +00:00
James Gatz
e20c257260
fix overflow of workspace grid ( #6972 )
2024-01-08 11:54:53 +02:00
James Gatz
4085d34bb0
feat(command-palette): Add command palette for quick switching between requests and workspaces ( #6968 )
...
* Add command palette for quick switching between requests and workspaces
* truncate text
* small style update
* add smoke test for command-palette
* fix shortcut for different platforms
* wait for request to switch
2024-01-05 13:16:07 +02:00
Filipe Freire
54a989a13d
fix: issue #6952 CVE in deps ( #6959 )
...
* bump vite to 4.5.1
* bump graphql and replace deprecated babel plugin
* bump testing-library/jest-dom
* bump axios
* Revert "bump testing-library/jest-dom"
This reverts commit 22a7df578111874bb30498e22991a9803a087a5f.
* bump chai
* This reverts commit b8a3d999b5410651644160c2385a6c9167abeff8.
* skip failing test on macos
* bump postcss
* fix lint
2024-01-05 09:57:02 +00:00
Filipe Freire
336a7ede6c
chore: try different nedb fork ( #6960 )
2024-01-04 15:08:28 +00:00
Alberto
d2599d6f42
make websocket immutable headers read-only in UI ( #6872 )
2024-01-03 13:32:50 +00:00
James Gatz
5dd64dd3cb
Merge branch 'release/8.5.1' into develop
2023-12-21 15:16:16 +00:00
Jack Kavanagh
86c5b96a82
Bump app version to 8.5.1
lib@8.5.1
core@8.5.1
2023-12-21 12:22:58 +01:00
James Gatz
acbc6aea3f
fix focus issue for modals inside other modals ( #6945 )
2023-12-21 11:11:28 +00:00
Jack Kavanagh
b168e73225
bump: node 18.18.2 electron 28 ( #6926 )
...
* node 18.18.2 electron 28
* bump node-libcurl
* mergeASARs false
* bump playwright
* playwright beta
* playwright alpha
* fix test
2023-12-21 11:13:36 +01:00
James Gatz
6fca82f936
chore(e2e-tests): Fix flaky test for debug sidebar ( #6933 )
...
* Use more specific locators for the sidebar
* use count for number of elements
* skip delete test for now
2023-12-21 10:52:10 +01:00
James Gatz
0cbebdb84d
improve truncation styles on sidebar workspace/environment/cookies ( #6940 )
2023-12-21 10:50:34 +01:00
James Gatz
89dca9d468
fix(environments-modal): increase the size of the environment modal ( #6941 )
...
* increase the size of the environment modal
* update the modal to not dismiss when other modals are opened inside of it
2023-12-21 10:50:03 +01:00
James Gatz
b0ff381078
Merge branch 'release/8.5.0' into develop
2023-12-20 10:43:10 +00:00
gatzjames
00cbc9aee8
fix past-due redirect
lib@8.5.0
core@8.5.0
2023-12-20 11:10:32 +01:00
gatzjames
0e21ae72e1
fix error message style
2023-12-20 11:00:35 +01:00
Jack Kavanagh
68c33dff42
Bump app version to 8.5.0
2023-12-20 09:31:03 +00:00
James Gatz
6ad2f6a619
add payment link for past due warning ( #6937 )
2023-12-20 10:15:23 +01:00
zhengjitf
4a30e4f284
fix: extra closing brackets in graphql variable cause render crash ( #6914 )
...
* fix: extra closing brackets in graphql variable cause render crash (#6899 )
* Fix code style
2023-12-19 18:25:20 +01:00
Jay Wu
0cc8e40edd
fix(ssl): verify host on macos [INS-3424] ( #6935 )
...
* fix(ssl): verify host on macos [INS-3424]
Always verify host on macos even when `Validate certificates` is disabled.
* Update packages/insomnia/src/main/network/libcurl-promise.ts
---------
Co-authored-by: Jack Kavanagh <jackkav@gmail.com >
2023-12-19 15:17:33 +01:00
James Gatz
e78834e946
fix clickable area for links inside breadcrumbs ( #6934 )
2023-12-19 12:08:08 +01:00