Commit Graph

4782 Commits

Author SHA1 Message Date
James Gatz
f86e00b644
feat(Global Environments): Introduce a new top level file type called global environments. (#7511)
* add new workspace type 'environment'

* new route for environments and set/get for them

* update environment picker UI

* update workspace environment modal ui to match env view

* global environment request rendering

* type checks

* ui overflow fix

* update e2e

* auto-lint issue

* type-checks

* Update aria label

* create env from project view

* changes

* save

* environment picker component

* update e2e
2024-06-18 18:05:28 +08:00
Hexxa
740d9a8cf7
fix: always take the latest operation name instead of prev state's (#7553) 2024-06-18 08:13:09 +00:00
Hexxa
b8089ced6e
feat: display status of sending request steps - INS-3635 (#7382)
* feat: display status of sending request steps

* fix: activeRequest id is necessary for different cases

* chore: rephrase step name and improve its typing

* feat: show sending status for mock routes

* fix: make text vertically aligned and reformat code

* fix: spinner line height

* feat: add after-response script step to the progress

* fix: add useEffect deps

* refactor: add a function for finish last timing record and compact logic a bit

* simplify

* add tooltip

* fix timer

* use duration

* improve time tag

* refactor: replace callback with hook

* fix: add the missing hook

* rename isExecuting

* delay snippet

* works

* rename bridge methods

* remove undefined initial state

* force stop execution before cancel

* fix time tag layout

* fix hang

* simplify api

* tidy up

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2024-06-18 08:58:09 +02:00
Filipe Freire
fd8f12e408
spike: proxy error on login [INS-4009] (#7546)
* fix: proxy error on login [INS-4009]

* add preferences button

* change data-testid for settings in auth authorize

* Update packages/insomnia/src/ui/routes/auth.authorize.tsx

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

* Update auth.authorize.tsx

* Update auth.authorize.tsx

---------

Co-authored-by: Jack Kavanagh <jackkav@gmail.com>
2024-06-17 12:04:36 +00:00
Jack Kavanagh
35f320e26b
consistent dropdown layout (#7536)
* folder actions

* request sections

* workspace sections

* readd icon

* default font error

* add section to create new request dropdown

* rearrange auth options

* add file import to create menu

* hints
2024-06-17 11:45:41 +00:00
Jack Kavanagh
16d19760c2
improve plugin install ux (#7542) 2024-06-17 05:59:49 +00:00
Hexxa
27e53c0311 Merge branch 'release/9.3.0-beta.5' into develop 2024-06-14 13:39:23 +00:00
Hexxa
55e7bb1a1e Bump app version to 9.3.0-beta.5 2024-06-14 10:37:51 +00:00
James Gatz
71a41d17f0
fix loading state for logout button in error page (#7545) 2024-06-14 10:13:45 +02:00
James Gatz
a79dc36450
key value editor improvements (#7541) 2024-06-13 14:03:45 +02:00
Lucas Machado
57cbdcb7c1
fix: onboarding typo (#7537)
Fixes onboarding typo in "global search" feature
2024-06-13 10:41:33 +01:00
Jack Kavanagh
21be84981e
can create local mocks in enterprise plan (#7538)
* add contact sales

* enterprise can create local mocks

* control mock server selection
2024-06-12 14:45:17 +00:00
Jack Kavanagh
4a8199f007
folder sections (#7488)
* folder section headers

* add icons
2024-06-12 10:39:20 +02:00
Jack Kavanagh
8648f49d4d
move env editor to folder tab (#7534)
* move env editor to folder tab

* remove old unused test
2024-06-12 10:05:42 +02:00
James Gatz
9db2d42feb Merge branch 'release/9.3.0-beta.4' into develop 2024-06-11 17:23:35 +00:00
James Gatz
94ed3c1782 Bump app version to 9.3.0-beta.4 2024-06-11 16:57:57 +00:00
James Gatz
cc6d669299
ui imrpovements (#7528) 2024-06-11 18:05:33 +02:00
Filipe Freire
6924e28734 Merge branch 'release/9.3.0-beta.3' into develop 2024-06-11 12:05:08 +00:00
Filipe Freire
1c66fccfa1 Bump app version to 9.3.0-beta.3 2024-06-11 11:41:27 +00:00
Filipe Freire
db2c71d0b7 Merge branch 'release/9.3.0-alpha.11' into develop 2024-06-11 11:28:48 +00:00
jackkav
49f774c11d fix prerelease test 2024-06-11 12:59:56 +02:00
Jack Kavanagh
e13c169dcd Bump app version to 9.3.0-alpha.11 2024-06-11 10:47:17 +00:00
Filipe Freire
e88b313b1d
fix: windows artifact and update code signer [INS-3993][INS-3982] (#7523) 2024-06-11 12:45:18 +02:00
Jack Kavanagh
2ff059f7a2
remove oas 2 kong (#7503)
* remove oas 2 kong

* remove old test
2024-06-11 10:38:09 +01:00
Jack Kavanagh
6cb619285f
include read only in headers count (#7521) 2024-06-11 10:08:04 +02:00
jackkav
f3be333a5a bump create branch 2024-06-10 15:16:59 +02:00
Hexxa
b60b78ff4c
fix: url preview should contain auth params (#7509)
* fix: url preview should contain auth params

* fix: lint error

* fix auth inheritance

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2024-06-10 10:41:52 +00:00
Jack Kavanagh
fbb6f59304
import scripts (#7518) 2024-06-10 11:44:55 +02:00
Filipe Freire
bf6f6b4f04
fix: windows paths release-publish [no-ticket] (#7516) 2024-06-10 10:47:44 +02:00
Jack Kavanagh
d23e64d542 Merge branch 'release/9.3.0-beta.2' into develop 2024-06-07 14:54:11 +00:00
Jack Kavanagh
e0b62caf87 Bump app version to 9.3.0-beta.2 2024-06-07 13:13:51 +00:00
Jack Kavanagh
42e0d38634 Merge branch 'release/9.3.0-alpha.9' into develop 2024-06-07 13:09:05 +00:00
Jack Kavanagh
adf2e20ba4 Bump app version to 9.3.0-alpha.9 2024-06-07 11:29:36 +00:00
jackkav
f7aa433fdf move exe to dist 2024-06-07 13:27:03 +02:00
Jack Kavanagh
50eb7099a3 Merge branch 'release/9.3.0-beta.1' into develop 2024-06-07 11:10:15 +00:00
Jack Kavanagh
fab8397a15 Bump app version to 9.3.0-beta.1 2024-06-07 10:39:58 +00:00
James Gatz
48eea153bd
improve database types to allow for querying per model fields (#7512) 2024-06-07 12:32:50 +02:00
Jack Kavanagh
ff972eedb4
auto update changelog after release (#7417)
* cool guy stuff

* Update .github/workflows/update-changelog.yml
2024-06-07 12:32:12 +02:00
Jack Kavanagh
9ac9e620c5
disable nunjucks (#7510) 2024-06-07 12:27:23 +02:00
Filipe Freire
b9c5ea4451
chore: new segment event (invite) [INS-3938] (#7506) 2024-06-06 22:49:44 +02:00
Jack Kavanagh
372e25157f
verbose notarize (#7500) 2024-06-06 22:49:02 +02:00
Jack Kavanagh
eac1e63f00
feat: Import/folder-auth (#7505)
* console logs

* import auth from folders

* just in case

* restore inheritance behaviour

* add auth node to snapshot
2024-06-06 12:11:11 +00:00
Hexxa
482eb7911e
feat: enable importing folder-level scripts (#7504)
* feat: enable importing folder-level scripts

* fix snapshot

---------

Co-authored-by: jackkav <jackkav@gmail.com>
2024-06-06 13:54:06 +02:00
saisatishkarra
6b22f1d34f Merge branch 'release/9.3.0-alpha.8' into develop 2024-06-05 16:57:07 +00:00
Jack Kavanagh
9bad611d5f Bump app version to 9.3.0-alpha.8 2024-06-05 16:34:35 +00:00
saisatishkarra
a7fb85e808
fix glob patterns for release assets (#7501) 2024-06-05 18:32:02 +02:00
Jack Kavanagh
96990c1f1f Merge branch 'release/9.3.0-alpha.7' into develop 2024-06-05 15:50:28 +00:00
Jack Kavanagh
2e81c5a331 Bump app version to 9.3.0-alpha.7 2024-06-05 15:09:53 +00:00
saisatishkarra
f6484158f0
fix variable names for provenance digest (#7498) 2024-06-05 17:07:37 +02:00
Filipe Freire
b2aef286ac
chore: add analytics test [INS-3919] (#7478)
* chore: addd analytics test [INS-3919]

* minor fix analytics

* use net.fetch and use network log to check if segment gets called

* better way to capture request logs and body

* fix test

* move it to smoke

* refactor: Improve analytics event tracking in smoke test

---------

Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-06-05 15:04:31 +00:00