Jack Kavanagh
2d872ab881
bump ( #7443 )
2024-05-22 16:59:43 +02:00
Filipe Freire
e6e1cb0299
fix: unhandled typerror [no-ticket] ( #7444 )
...
* fix: unhandled typerror [no-ticket]
* Update packages/insomnia/src/main/analytics.ts
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
* Update packages/insomnia/src/main/analytics.ts
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
* fix
---------
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
2024-05-22 16:39:31 +02:00
Jack Kavanagh
491ae241c8
feat: folder inheritance headers ( #7437 )
...
* add headers
* support groups
* assign headers
* clairfy duplication rule
* type check
* add warning
2024-05-22 13:34:11 +00:00
Jack Kavanagh
0073992efb
disable find ( #7442 )
2024-05-22 15:19:56 +02:00
Hexxa
e5ce4cd390
fix: init the hidden window when renderers are reloaded ( #7428 )
...
* fix: init the hidden window when renderers are reloaded
* fix: missing some smoke test stuff after merging
* feedback
---------
Co-authored-by: jackkav <jackkav@gmail.com>
2024-05-22 09:29:49 +02:00
Jack Kavanagh
7abe25c3f2
disable context menu override ( #7431 )
2024-05-21 17:14:52 +00:00
James Gatz
cb7e5896c4
fix(CodeEditor): UI alignment in toolbar/filter dialog ( #7436 )
...
* fix alignment on code editor filter toolbar
* fix alignment on code editor filter dialog
2024-05-21 09:04:44 +02:00
James Gatz
3d79efb31f
fix initialization logic of mock-server ( #7434 )
2024-05-20 10:42:24 +00:00
James Gatz
258810eb9d
display errors on sync modal ( #7433 )
2024-05-20 12:29:00 +02:00
James Gatz
8a7b34d6e2
feat(Auth screen): Improve copy and add animation ( #7429 )
...
* sign up to sign up for free
* login page animation and copy
2024-05-17 13:16:13 +02:00
Jack Kavanagh
5e673767ae
can navigate to folder and inherit auth ( #7353 )
...
* can navigate to folder
* add docs tab
* can edit pre request script
* refactor authdropdown to support groups
* can input auth in folders
* can concat scripts
* ensure scripts are scoped
* inherit auth from parent folder
* extract to function
* support inherit
* remove console log
* fix inheritance
* fix types
* remove console.log
* skip pre request for now
* hide response pane
* reload on env modified
* fix oauth1 and support undefined auth
* add auth test
* watch sync for updates
* collapse folder only on icon click
* review feedback
* remove pre-req logic
2024-05-17 12:37:39 +02:00
Jack Kavanagh
9b0654f25c
copy changelog from release notes ( #7410 )
...
* copy changelog from release notes
* add GA
2024-05-15 16:07:57 +02:00
Jack Kavanagh
39316e9e5c
Merge branch 'release/9.2.0' into develop
2024-05-15 14:03:13 +00:00
Jack Kavanagh
6eb2c953dc
Bump app version to 9.2.0
2024-05-15 13:43:57 +00:00
Filipe Freire
9743874db2
fix(UI): add titles to some elements in Test view [no-ticket] ( #7416 )
2024-05-15 15:36:20 +02:00
James Gatz
39817586e6
fix(CloudSync Pull): Fix issue where workspaces could change parentId on pull ( #7414 )
...
* fix parentId update on pull
* move the solution to vcs so that it works everywhere we use pull
* cleanup code
* fix test
2024-05-15 09:57:45 +00:00
James Gatz
78a9f31ff6
fix(Spec): Expand lint errors and hide the preview pane appropriately ( #7413 )
...
* hide the preview panel when the spec is not open
* show lint errors
2024-05-15 11:44:17 +02:00
James Gatz
4ca6c211a4
better errors when something goes wrong updating projects ( #7412 )
2024-05-15 11:43:53 +02:00
Jack Kavanagh
75d09b67f1
only prompt with private envs ( #7407 )
...
* only prompt with privates
* fix both
* fix env lookup
2024-05-15 09:20:56 +02:00
gatzjames
4008de4152
Merge branch 'release/9.2.0-beta.0' into develop
2024-05-14 17:19:43 +02:00
jackkav
20253ac02d
remove console log
2024-05-14 17:12:16 +02:00
James Gatz
3057e7c5ee
Bump app version to 9.2.0-beta.0
2024-05-14 14:27:42 +00:00
James Gatz
aae0a9c542
feat(command-palette): Add global search for unsynced files ( #7405 )
...
* use the user/files api to fetch the unsynced files in global search
* naming
* fix e2e test
* fail gracefully if pulling a remote project doesn't work out
* fix popover error
* clean up loading and error states ui
* fix e2e test
2024-05-14 14:09:10 +00:00
James Gatz
1f49c3f080
fix error when there is no active project in the preferences data tab ( #7406 )
2024-05-14 11:56:13 +02:00
Jack Kavanagh
22475d8470
Feat: add-faker ( #7390 )
...
* install package
* first pass
* wip
* use pm names
* pin isomorphic-git
* can import tags
* add test
* add unit test
* renaming
* extract to file
* remove desc
* transform body form value
* rename to faker
2024-05-14 11:49:26 +02:00
Jack Kavanagh
2a6737ee98
improve VCS api ( #7404 )
...
* clearer names
* add gql types
* remove paths helper
* fix tests
2024-05-14 11:01:19 +02:00
Curry Yang
03afa4d452
perf: improve performance when spec lint [INS-3724] ( #7374 )
...
* perf: spec lint
* Move ruleset loading to main
* fix: solve todo
* fix: solve todo
* feat: open nodeIntegrationInWorker option
* fix: need save spectralRun ipc
* feat: add worker plugin
* put the default ruleset handling in loadSpectralRuleset
* make sure we check for latest id
* fix: postMessage and ipc can not transfer special objects
* move logic to new place and clean up main
* fix race condition and cleanup code
* fix: worker build
* add necessary worker ternminate and more logs
* use fs require in worker
* rename file and add reject
* fix typo
* remove unused console log in loader
* leave note about GC
---------
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
Co-authored-by: jackkav <jackkav@gmail.com>
2024-05-14 14:56:53 +08:00
oahmed-OS
bb7916c399
fix: environment edit modal save ( #7371 )
...
* fix: environment edit modal save
* add onBlur
---------
Co-authored-by: jackkav <jackkav@gmail.com>
2024-05-14 06:39:50 +00:00
James Gatz
9b068f642e
fix(ui): Misalignments in the UI ( #7400 )
...
* code editor pane height
* sync dropdown height
* request pane height
* debug design height
* unit test pane height
* use line height instead
* fix annoying auto-format
* git sync alignment
* unit test ui
2024-05-13 12:58:24 +02:00
Curry Yang
b3db2aeef7
fix: extract correct position through err message ( #7398 )
2024-05-13 09:40:51 +02:00
Jack Kavanagh
219158fb18
fixes codemirror measure issue ( #7391 )
2024-05-10 10:50:20 +00:00
Filipe Freire
6331bd70ca
fix: add missing 9.1.1 changelog [no-ticket] ( #7392 )
2024-05-10 11:19:27 +01:00
Jack Kavanagh
ab02192849
point changelog url at releases ( #7387 )
...
* point at releases
* remove changelogUrl
* fix lint
2024-05-09 09:40:41 +00:00
James Gatz
40db09191b
fix missing session id ( #7389 )
2024-05-08 13:06:37 +02:00
Jack Kavanagh
cc421d1a3c
Types/ipc-channels ( #7379 )
...
* type ipc channels pass 1
* type checked
2024-05-07 16:10:13 +02:00
James Gatz
9055043a9e
Merge branch 'release/9.1.1' into develop
2024-05-07 11:39:39 +00:00
Jack Kavanagh
0e49f08850
Bump app version to 9.1.1
2024-05-07 11:20:21 +00:00
James Gatz
74fdf4e540
fix(project-data): Move remote file fetching outside the main path ( #7378 )
...
* move project fetches outside the projectId loader
* update types
* use a separate loader for listing files
* feedback
* close the palette when the env changes
* cleanup and comments
* clean up naming
* filter our mock server as move target
---------
Co-authored-by: jackkav <jackkav@gmail.com>
2024-05-07 12:56:14 +02:00
Jack Kavanagh
5f08604ca7
fix: should not refetch as much [INS-3817] ( #7377 )
...
* should not refetch a much
* remove graphql revalidate
* drill prop
2024-05-06 18:45:03 +02:00
jackkav
bcf5504f2a
fix
2024-05-02 19:29:31 +02:00
Jack Kavanagh
5bb720f177
network-cleanup ( #7355 )
...
* tidy up
* lock
2024-05-02 13:29:16 +02:00
Jack Kavanagh
5fb3fc685d
remove read only pairs from all kvp editors ( #7351 )
...
* remove read only pairs from all kvp edits
* move const
2024-05-01 16:07:23 +00:00
Jack Kavanagh
f7b9302e1b
reduce reload noise coming from learning feature ( #7346 )
...
* quick hack
* only refetch once a day
2024-05-01 17:50:24 +02:00
Jack Kavanagh
0aaa36d0c2
unify all app requests behind a common api convention ( #7338 )
...
* spike
* cleanup
* remove axios
* remove file
* proxy settings
* actual proxy
* proxy and net.fetch
* refresh lock
* layout
* use vscode style content security protocol
---------
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-05-01 17:49:58 +02:00
jackkav
9fb181ad45
bump changelog
2024-04-30 16:53:57 +02:00
Jack Kavanagh
db68d03fd1
Merge branch 'release/9.1.0' into develop
2024-04-30 14:33:17 +00:00
Jack Kavanagh
b4642d9b73
Bump app version to 9.1.0
2024-04-30 14:06:20 +00:00
Jack Kavanagh
964557ccee
Refactor/move insomnia fetch ( #7344 )
...
* remove double slash
* move to ui
* use insomniaFetch where possible
* fix lint
2024-04-30 16:04:00 +02:00
jackkav
df36b21d59
fix deep links
2024-04-30 15:44:03 +02:00
James Gatz
733f4e3c6c
Add schema to hintOptions ( #7342 )
2024-04-30 09:56:19 +00:00