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
Filipe Freire
0e0806d25d
chore: new analytics events [INS-3938] ( #7495 )
2024-06-05 14:40:48 +00:00
Jack Kavanagh
50965a4483
Bump/electron-30 ( #7354 )
...
* bump node
* bump electron
* pin node v
* bump libcurl
* fix lock
* use stable
* types
* latest electron
2024-06-05 16:20:56 +02:00
saisatishkarra
2033709461
fix: use base64 output file for provenance for large assets ( #7496 )
2024-06-05 16:04:30 +02:00
Jack Kavanagh
80ab8b065b
feat: folder inheritance scripts ( #7430 )
...
* proof of concept
* remove test case
* support pre and after
* fix typo
---------
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-06-05 15:51:36 +02:00
Jack Kavanagh
5ee726d625
Merge branch 'release/9.3.0-alpha.5' into develop
2024-06-05 11:34:48 +00:00
Jack Kavanagh
ff17ff826c
Bump app version to 9.3.0-alpha.5
2024-06-05 11:14:22 +00:00
saisatishkarra
f2712204ed
fix: script to parse binary digests ( #7493 )
2024-06-05 13:12:05 +02:00
James Gatz
79cc2ef3ef
fix(Response Tabs): Tabs with a menu inside are not accessible - Response Panes ( #7477 )
...
* use thing scrollbars in the app
* fix menu/toast overflow content shift
* update content and auth dropdowns
* Update auth wrapper styles
* update body editors
* Request/request-group panes
* update request script editor
* update e2e tests
* remove log
2024-06-05 12:05:21 +02:00
Hexxa
57e9898bf0
chore: rename variable properties to improve readability ( #7480 )
...
* chore: rename variable properties to improve readability
* fix: type check issue
2024-06-05 09:18:12 +00:00
Hexxa
c9b0f3cf8b
fix: add jsonSchema assertion chain ( #7481 )
2024-06-05 09:02:34 +00:00
James Gatz
978fbcf8f1
feat(Key-Value Editor): Improve accessibility and make the items re-orderable ( #7465 )
...
* remove unused components
* make read-only editors display nunjucks
* graphql toolbar css
* re-orderable key value editor
* move onChange to event handlers
* remove unused test
* fix delete all/add updates
* clean up logs
* remove callbacks
2024-06-05 08:30:44 +00:00
Curry Yang
eee71334a7
feat: add fetch timeout [INS-3911] ( #7467 )
...
* remove exponential backoff
* feat: improve err message when time out
---------
Co-authored-by: jackkav <jackkav@gmail.com>
2024-06-05 07:41:00 +00:00
Jack Kavanagh
a7a0854121
Merge branch 'release/9.3.0-alpha.4' into develop
2024-06-05 06:33:20 +00:00
Jack Kavanagh
7923f8e70d
Bump app version to 9.3.0-alpha.4
2024-06-05 05:29:02 +00:00
Jack Kavanagh
a5204cf18d
release message ( #7483 )
...
* message
* check for stable
* clearer title
* fix lint
* improve publish script dx
* [skipci] comment
2024-06-05 07:24:25 +02:00
saisatishkarra
3f34ef48bb
Merge branch 'release/9.3.0-alpha.3' into develop
2024-06-04 17:04:25 +00:00
Jack Kavanagh
a92ae53208
Bump app version to 9.3.0-alpha.3
2024-06-04 16:15:07 +00:00