Commit Graph

4483 Commits

Author SHA1 Message Date
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 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
James Gatz
b59637527d Merge branch 'release/8.5.0-beta.0' into develop 2023-12-18 21:30:16 +00:00
James Gatz
725c2fd5fd Bump app version to 8.5.0-beta.0 2023-12-18 20:46:24 +00:00
James Gatz
ac03fb439b
feat(environments-modal): Improve environments modal UX (#6929)
* update environments modal

* add drop indicator styles

* Add editable input

* close button

* fix renaming issues

* fix drag and drop issues
2023-12-18 22:29:34 +02:00
James Gatz
de3934bd60
feat(untracked-data): Display a warning when there are untracked data in the app (#6927)
* show a warning when there are untracked data in the app

* update copy
2023-12-18 20:51:27 +01:00
James Gatz
45ee1a14a4
feat(due-payments): add warning in project for due payments of organization (#6915)
* add warning in project for due payments of organization

* update styles

* use the billing info to display the due payment warning

* add fallback for billing response

* add comment

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2023-12-18 18:29:22 +01:00
James Gatz
19fc3d1174
fix(git): Sync repo data on collection/repo updates (#6922)
* use loader to revalidate the data

* formatting

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2023-12-18 13:50:06 +01:00
James Gatz
eda7df8364
fix(untracked-workspaces): Migrate untracked workspaces and display them in the UI (#6883)
* Initial automatic migration

Co-authored-by: Mark Kim <marckong@users.noreply.github.com>

* add continue statement

* add untracked workspaces ui in the data tab

* fix moving a project

* fix sentry hack

---------

Co-authored-by: Mark Kim <marckong@users.noreply.github.com>
Co-authored-by: Mark Kim <mark.kim@konghq.com>
2023-12-14 14:48:18 +00:00
Jay Wu
2ca5ca38a1
fix(tls): Use the system CA certificates to verify https servers by default (#6924)
* fix(tls): Use the system CA certificates to verify https servers by default

* remove CurlSslOpt.NativeCa until we can prove it

* add CurlSslOpt.NativeCa back and fix test errors
2023-12-14 22:28:04 +08:00
Jack Kavanagh
e3caa557be
Test/ssl-cert-flow (#6750)
* client cert ui

* first pass

* use import to avoid url onChange timing issue

* re order test

* use 4001 port, refresh certs

* move test to critical

* expose cacert create over maain
2023-12-14 16:03:26 +08:00
Jay Wu
a55bb0e02c Revert "fix(ssl): Use the system root CA certificates to verify https servers"
This reverts commit 151578a74d.
2023-12-13 22:32:47 +08:00
Jay Wu
151578a74d fix(ssl): Use the system root CA certificates to verify https servers 2023-12-13 22:32:05 +08:00
zhengjitf
e74f38e121
fix: deleting Scratch Pad causes fatal error and application does not recover (#6910) (#6912) 2023-12-13 11:39:21 +01:00
James Gatz
832443011c
remove extra outline (#6921) 2023-12-12 16:06:12 +01:00
KobeNguyenT
1d9768909b
feat(tests): support json schema validation (#6532)
* feat(tests): support json schema validation

* add json schema to cli test

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2023-12-06 16:09:46 +00:00
James Gatz
6fa7e5d599
fix undefined organizations on settings data tab (#6907) 2023-12-06 16:06:38 +01:00
James Gatz
64dab5af3a
upgrade react-aria-components to rc (#6906) 2023-12-06 13:39:47 +01:00
James Gatz
13ee014496
fix(vcs-sync): clean cache on api error (#6887) 2023-11-30 17:30:01 +01:00
Mark Kim
fc7ccf33fa
chore: add a log on the parentId set null (#6876)
* chore: add a log on the parentId set null

* add more logs

* fix: capture exception instead

* fix: add a hack

* chore: add comments

* fix: ensure process error from sentry

* rename fn

* docs: add a comment

* fix: sentry exception catcher load

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2023-11-30 17:10:02 +01:00
Filipe Freire
a5d843171a Merge branch 'release/8.4.5' into develop 2023-11-23 16:46:21 +00:00
Filipe Freire
d72c80418e Bump app version to 8.4.5 2023-11-23 16:14:32 +00:00
Mark Kim
83a3fab4c4
fix: graphql render issue caused by illegal Object.includes() (#6861)
* fix: graphql render issue caused by illegal JSON.includes()

* fix: redner gql pane failed

* chore: add comment

* fix: add tests for gql

* fix: add workaround to send graphql variables as object before sending request [n/a]

* fix: rm unnecessary bit of code on graphql editor [n/a]

---------

Co-authored-by: George He <hexxa@outlook.com>
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2023-11-23 16:12:36 +00:00
Filipe Freire
da01223886
fix: scratchpad critical smoke test [no-ticket] (#6856)
* fix: scratchpad critical smoke test [no-ticket]

* fix
2023-11-22 18:32:37 +00:00
James Gatz
a4a2dcb99b Merge branch 'release/8.4.4' into develop 2023-11-22 18:23:44 +00:00
James Gatz
ab0ec40d4e Bump app version to 8.4.4 2023-11-22 17:54:29 +00:00
James Gatz
9d0823597d
fix scratchpad not being redirected properly (#6854) 2023-11-22 18:52:21 +01:00
James Gatz
a746d5711d Merge branch 'release/8.4.3' into develop 2023-11-22 17:22:06 +00:00
James Gatz
8a184d8370 Bump app version to 8.4.3 2023-11-22 16:45:27 +00:00
Mark Kim
96f823aaf4
refactor: add error route with override message (#6837)
* refactor: add error route with override message

* refactor: add conditional type

* refactor: address feedback

* refactor: fix the invariant condition
2023-11-22 11:42:50 -05:00
James Gatz
10a245df81
Fix deleting a workspace not updating the view (#6850) 2023-11-22 16:39:02 +00:00
Filipe Freire
c06f13215d
chore: add color for askmodal [no-tticket] (#6849) 2023-11-22 15:53:56 +00:00
James Gatz
6cb78dcc8c
display an error for any sync errors (#6847) 2023-11-22 13:11:37 +01:00
Filipe Freire
7ebfb3c36d
feat: ask before deleting request and folder [INS-3358] (#6845)
* feat: ask modal delete request & folder [INS-3358]

* fix smoke test
2023-11-22 13:03:13 +01:00
James Gatz
867567ad4c
register sync-merge modal (#6846) 2023-11-22 11:14:50 +00:00
Hexxa
8d8560f025
fix: persist graphql variables directly (#6823) 2023-11-22 18:44:09 +08:00
James Gatz
08fa4116b1
Add info about git sync in the project create/settings modal (#6844) 2023-11-22 11:42:32 +01:00
James Gatz
7d0b1f8452
fix deleting a key combination (#6843) 2023-11-22 10:20:49 +00:00
James Gatz
40de2f4766
Handle Project and File events on the app (#6771)
* fetch project.remoteId from either project or workspace loader

* New SSE event types

* revalidate on new events

* Add syncProjectsFetcher to PresenceProvider and
create syncProjectsAction in project route

* revalidate on file change event

* fix present users

* rename presence-context to insomnia-event-stream

* remove polling

* not generated

* fix delete branch

* invalidate cache

* fix pull
2023-11-21 15:57:56 +00:00
Filipe Freire
fab04eb2a7
feat: introduce confirmation when deleting unit test [INS-3330] (#6836) 2023-11-21 16:48:43 +01:00
James Gatz
052a0f0026
Cache VCS related queries (#6834)
* cache vcs related queries

* fix sync action
2023-11-21 12:16:45 +01:00
Hexxa
d085ad57f6
fix: improve sending request performance [INS-3280, INS-3256] (#6763)
* fix: improve sending request performance [INS-3280]

* chore: resolve conflict
2023-11-20 10:05:10 +08:00
Pavlos Koutoglou
1238ae4318
Added new event to open the requested organization [INS-3300] (#6759)
* Added new event to open the requested organization

* Check if the organization id exist

* Remove line
2023-11-15 15:44:07 +00:00
James Gatz
83df663b45 Merge branch 'release/8.4.2' into develop 2023-11-15 12:58:26 +00:00