Commit Graph

4965 Commits

Author SHA1 Message Date
Hexxa
be8a04c95f fix: persist cookies from response together with ones from after-response script (#7819)
* fix: cookies from response should also persisted together with after-response's cookie-jar

* fix: lint error
2024-08-23 06:16:28 +00:00
yaoweiprc
b0193035b9 support for removing default org project (#7854) 2024-08-23 11:36:16 +08:00
yaoweiprc
039a5bee76 import postman data dump at once (#7834) 2024-08-23 11:18:04 +08:00
Filipe Freire
d845102630 chore: bump electron to 30.4 [INS-4316] (#7852) 2024-08-22 14:33:06 +00:00
Filipe Freire
9b3a7f5836 fix: disable failure on npm audit [no-ticket] (#7862) 2024-08-22 14:18:05 +00:00
James Gatz
67d6149a8b feat(Project View): UI improvements (#7850)
* update project view

* Update changed file indicator

* update e2e tests

* update dashboard test
2024-08-21 13:14:17 +03:00
Filipe Freire
b0fb6fb540 fix: test-util snippet to proper status code check [no-ticket] (#7844) 2024-08-20 10:20:24 +01:00
Kent Wang
9fdff449d1 1.try to fix smoke test flaky (#7840)
Add 1s timeout to ensure noProxy settings is applied for failed smoke test
2024-08-15 15:51:38 +08:00
Curry Yang
87f38d4aaa Merge branch 'release/9.3.4-beta.1' into develop 2024-08-14 10:29:51 +00:00
Curry Yang
e740253835 Bump app version to 9.3.4-beta.1 core@9.3.4-beta.1 2024-08-14 08:23:56 +00:00
Kent Wang
7776cb4c43 Fix: GraphQL request export curl body issue and GraphQL payload delete issue[INS-4281] (#7831)
* Fix Graphql curl export variable body string issue
* Clear reqeust body text when user delete both query&variable payload in GraphQL editor
2024-08-14 16:15:02 +08:00
Curry Yang
7b8bfa2c5a feat: show uncommit&unpush for status all projects (#7830) 2024-08-13 19:23:50 +08:00
James Gatz
c82412115c update delete request shortcut (#7824) 2024-08-12 12:30:49 +02:00
Kent Wang
9fc1567bce feat: Context menu for Nunjucks tag[INS-4273] (#7828)
* Initial check-in for tag context menu
* Remove useless codes
2024-08-12 17:49:16 +08:00
yaoweiprc
6a8d7cdda6 Preserve the original Authorization headers when importing [INS-4269] (#7827)
* Preserve the original Authorization headers when import

* update vitest snapshot

* modify unit tests to fullfill that preserving auth headers
2024-08-12 17:44:14 +08:00
Curry Yang
76976db4dc feat: display uncommit&unpush change - [INS-4138] (#7816)
* feat: display uncommit

* modify workspaceMeta model

* git sync uncommit

* uncommit&unpush ui

* add dot for workspace card

* UI: replace icon color

* move workspace update operation to loader&action

* del log

Co-authored-by: James Gatz <jamesgatzos@gmail.com>

---------

Co-authored-by: James Gatz <jamesgatzos@gmail.com>
2024-08-12 17:00:24 +08:00
yaoweiprc
df5729d6ae Import postman env in Insomnia project level [INS-4253] (#7821)
* Suport for importing environment from postman in Insomnia project level

* Update vitest snapshot

* Update vitest snapshot

* use ts enum

* remove change in smoke test
2024-08-12 16:12:27 +08:00
Curry Yang
22a9fd97c1 Merge branch 'release/9.3.4-beta.0' into develop 2024-08-09 10:02:57 +00:00
Curry Yang
c1bfa5cb73 Bump app version to 9.3.4-beta.0 core@9.3.4-beta.0 2024-08-09 09:22:53 +00:00
Curry Yang
8f790bf962 feat(sync): support offline commit- [INS-4226] (#7811)
* feat(sync): support offline commit
2024-08-09 16:27:42 +08:00
Jack Kavanagh
9f24405b79 Remove styled-components (#7809)
* boolean seetting 1/33

* placeholder 2/33

* dropdown 3/33

* git repo clone 4/33

* git repo settings 5/33

* git repo setting form

* password viewer 6/33

* menu item 7/33

* menu section

* gitlab repo settings form

* empty state

* ws req pane

* event view

* disconnect button

* response headers

* most of item content

* menu

* action bar

* unstyled toast

* unstyled theme panel

* unstyled request-url-bar

* fix debug

* unstyled realtime-response-pane

* unstyled grpc-request-pane

* svg-icon unstyled

* trail-lines unstyled

* dropdown hint

* mock url bar

* theme button 1

* some of project empty state

* some of tabs

* most of import modal

* more of import modal

* a bit more import

* method dropdown

* item content

* proto file list

* docs

* project empty pane

* oops

* import modal

* eliminate dropdown button

* tabs without pseudo elements

* fix types

* remove styled-components

* themed button

* fix project empty state and clone test

* tailwind tabs

* fix mock send button

* fix tab border

* more tailwind fixes

* more tailwind

* fix type

* fix height github and gitlab modal

* send button

* history dropdown

* cookie-modal tabs

* mock-response-pane tabs

* mock-route tabs

* git-repo tabs

* repo-settings-modal tabs

* settings-modal tabs

* grpc-request-pane tabs

* grpc-response-pane tabs

* remove old tabs component

* fix e2e

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2024-08-07 14:28:26 +02:00
James Gatz
1e23d2b9dc fix deleting the last item on the key-value pair not adding the empty pair (#7818) 2024-08-07 14:11:36 +02:00
yaoweiprc
633dec9637 Fix backslash in environment key freeze app [INS-4157] (#7763)
* fix: backslash at end of Environment JSON key freezes entire app (#7286)

* fix: backslash at end of Environment JSON key freezes entire app

* fix: backslash at end of Environment JSON key freezes entire app (#7286)

* fix: backslash at end of Environment JSON key freezes entire app (#7286)

* fix: backslash at end of Environment JSON key freezes entire app (#7286), remove duplicated file
2024-08-07 11:38:01 +08:00
Filipe Freire
0915d4d5e9 chore: hash userID on segment [INS-4260] (#7805)
* chore: hash userID on segment [INS-4260]

* only hash once
2024-08-06 08:52:46 +00:00
Kent Wang
4d5cd4d44f Fix: Keep equal sign for empty query parameters[INS-4228] (#7802)
* 1.fix equal sign issue
2.Update related unit test

* 1.fix comment
2024-08-06 02:03:20 +00:00
Jack Kavanagh
977191c24e fix cves and add CI check (#7806)
* fix cve

* npm audit fix

* fix xmldom cve

* add audit step to ci
2024-08-05 15:46:32 +00:00
Filipe Freire
e67a0b7c6a chore: rm userId from sentry [INS-4260] (#7804) 2024-08-05 15:15:39 +00:00
Jack Kavanagh
54aed01b04 fixes lodash.set cve (#7801) 2024-08-05 16:19:30 +02:00
Curry Yang
7b751d398a fix(ux): duplicate improvement (#7803) 2024-08-05 16:29:34 +08:00
Pranav Ithape
4d834f0304 Remove mask allowed copy and seeing credentials since we testing (#7789) 2024-08-02 22:17:17 +02:00
James Gatz
0ffd007254 use action to update selected items on sync staging modal (#7794) 2024-08-02 09:41:21 +00:00
Curry Yang
c034edaee4 bump: react-router (#7795) 2024-08-02 09:45:03 +02:00
Filipe Freire
1b35e5bc20 chore: update changelog 9.3.3 (#7786) 2024-07-31 15:17:46 +01:00
James Gatz
1b9b63539a Merge branch 'release/9.3.3' into develop 2024-07-31 14:12:32 +00:00
James Gatz
53227805ae Bump app version to 9.3.3 core@9.3.3 2024-07-31 13:35:10 +00:00
Jack Kavanagh
c5aa7abd51 Add type checking to sdk package (#7719)
* add tsconfig.json

* playing

* fix tsconfig

* remove unused excludes
2024-07-31 15:02:38 +02:00
James Gatz
a3597428f1 Merge branch 'release/9.3.3-beta.5' into develop 2024-07-30 15:55:57 +00:00
jackkav
547e4711e8 shell core@9.3.3-beta.5 2024-07-30 16:34:40 +01:00
James Gatz
44e8e0df57 Bump app version to 9.3.3-beta.5 2024-07-30 14:15:54 +00:00
James Gatz
6b61012bda style improvements (#7782) 2024-07-30 14:13:57 +00:00
James Gatz
a65a8750b9 fix key value focus issue and handle updating params from url (#7780) 2024-07-30 13:34:35 +00:00
James Gatz
b2c5735eb0 close the modal on ESC (#7781) 2024-07-30 15:22:59 +02:00
Jack Kavanagh
fc5699e5f3 inso cli dx improvements (#7776)
* clean up github artifacts flow

* add console output test

* add timeline

* prepare test harness

* fix lint

* move test

* set shell to false
2024-07-30 13:29:45 +02:00
James Gatz
5ff69d6fe2 make inputValueDeprecation optional and change variable mode to json (#7779) 2024-07-30 11:23:58 +01:00
Filipe Freire
9a28eb3268 chore: check analytics issue [INS-4212] (#7775) 2024-07-29 16:32:00 +01:00
James Gatz
cf70af683a feat(UI): UI improvements for the app (#7773)
* remove hover styles from input on sidebar items

* Add minSize for design/debug/test/mock panels

* update check-for-updates button
2024-07-29 12:51:59 +01:00
Curry Yang
b57815ce58 Merge branch 'release/9.3.3-beta.4' into develop 2024-07-29 11:31:45 +00:00
Curry Yang
8e1c8af219 Bump app version to 9.3.3-beta.4 core@9.3.3-beta.4 2024-07-29 10:54:54 +00:00
Curry Yang
f5b7fcb9ea fix: project switch report (#7771) 2024-07-29 15:37:34 +08:00
Jack Kavanagh
e2b466a0cd Vitest-2 app package (#7757)
* vitest insomnia-inso

* remove skipped logs

* vitest insomnia config

* remove jest

* mocks?

* remove globalBeforeEach smell

* 110 left

* 38 failing

* 34

* 30

* 26

* 3 to go

* fix tests

* fix type checks

* delete send-request

* fix lint

* test runner hack for now

* remove duplicate snapshots

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-07-26 16:56:56 +02:00