Commit Graph

4423 Commits

Author SHA1 Message Date
George He
d4cbdeaec9 fix: revert commented tests 2023-12-15 16:38:51 +08:00
George He
4036a53c58 fix: enable smoke tests 2023-12-15 16:37:21 +08:00
George He
5cd9657a63 fix: add missing file 2023-12-14 18:31:08 +08:00
George He
5528426c89 fix: make utility process can be triggerred 2023-12-14 18:25:09 +08:00
George He
2152c23d08 chore: some small fixes 2023-12-14 10:46:10 +08:00
George He
b7f5a3ab2f fix: always outputs utility process bundle to src folder instead of build 2023-12-13 16:22:16 +08:00
George He
60731bd5ed fix: remove utility process building task and use vite instead 2023-12-13 15:22:43 +08:00
George He
6dcc184c89 fix: make vite supporting multiple entries 2023-12-13 14:55:51 +08:00
George He
27fbc70c70 fix: lint error 2023-12-13 11:25:12 +08:00
George He
b55b61d821 fix: lint issue 2023-12-13 11:20:37 +08:00
George He
4e2a8bb2ac fix: add script path env for utility process 2023-12-13 11:13:38 +08:00
George He
a0118c2592 feat: add cookie related objects 2023-12-12 22:51:32 +08:00
George He
8b80e4e88e chore: add some logs 2023-12-11 17:13:17 +08:00
George He
e06955013b test: add some logs 2023-12-11 16:20:44 +08:00
George He
6e179facbb fix: disable flaky test and extend timeout 2023-12-11 14:45:47 +08:00
George He
efb20a69c4 feat: enable islated utility process [INS-3378] 2023-12-08 17:46:27 +08: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 lib@8.4.5 core@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 lib@8.4.4 core@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 lib@8.4.3 core@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
Jack Kavanagh
fe305e59d1 Bump app version to 8.4.2 core@8.4.2 lib@8.4.2 2023-11-15 11:18:41 +01:00
James Gatz
217cf10805 use dblclick for testing renames (#6818) 2023-11-15 11:18:27 +01:00
James Gatz
35dd15fc95 bring back the previous color scheme for the default theme (#6817) 2023-11-15 11:12:50 +01:00
James Gatz
52df4e3abf pinned requests should always be visible (#6814) 2023-11-14 20:30:02 +01:00
Jack Kavanagh
83436d2ec7 use event listener on gridlist (#6808) 2023-11-14 18:04:26 +00:00
James Gatz
40fe4aaf8f Double click rename requests/unit-test/test-suite (#6811)
* use double click for renaming debug requests

* update styles for editable input

* navigate to test suite on single click

* clear console.log

* try dblclick
2023-11-14 17:33:25 +00:00
James Gatz
c64c9aa78f only archive projects (#6806) 2023-11-14 12:11:56 +01:00
James Gatz
362dfefd20 Merge branch 'release/8.4.1' into develop 2023-11-13 14:11:05 +00:00
James Gatz
75760e317c Bump app version to 8.4.1 core@8.4.1 lib@8.4.1 2023-11-13 12:23:03 +00:00
James Gatz
e1fa0cb498 handle overflows on sync modals (#6796) 2023-11-13 13:20:57 +01:00