Commit Graph

3330 Commits

Author SHA1 Message Date
George He
74bd2a3855 fix: timeout=0 should be regarded as no timeout instead of fallbacking 2024-12-09 14:55:49 +08:00
George He
d1e39fdad3 fix(cli): failed to run script in cli if timeline dir is not inited (#8232) 2024-12-05 16:09:24 +08:00
George He
3670273971 Bump app version to 10.2.1-beta.1 2024-12-04 09:15:44 +00:00
George He
e238c90b33 fix(cli): the cli runner should be able to run requests with workspace id by correct order (#8220)
* fix(runner): should not generate command with workspace id when all request are selected

* fix: sort requests when there's no -i option

* fix: introduce original types instead of copies

* Update packages/insomnia/src/ui/routes/runner.tsx

Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com>

* fix: lint error

* fix(cli): misc issues to keep order in running cli runner (#8223)

* fix(cli): cli should not prompt to ask for workspace id

* fix: support runing folder and sorting request by path

* fix: e2e tests

* fix: incorrect sorting

* fix: incorrect change detection

* fix: comments

* fix: include all sub folders in running folder

---------

Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com>
2024-12-04 17:05:17 +08:00
Kent Wang
30b92d08ba 1.fix environment editor toggle button display behavior (#8219) 2024-12-02 22:25:25 +08:00
James Gatz
bc894ed35c Bump app version to 10.2.0 2024-11-27 13:42:40 +00:00
George He
922567b0f9 fix(cli): the first item is executed as the last one (#8205) 2024-11-27 16:57:44 +08:00
Filipe Freire
6ff654cf95 Bump app version to 10.2.0-beta.7 2024-11-26 11:53:23 +00:00
George He
ec2c7d8adb fix: the runner CLI command should be generated according to the specified order (#8201) 2024-11-26 17:56:59 +08:00
George He
8b7fd5ffd5 fix(cli): should run requests according to the specified order (#8200)
* fix(cli): should run requests according to the specified order

* fix: integration test failed
2024-11-26 08:14:48 +00:00
Kent Wang
76934ecb31 Fix environment key-value editor state not update issue[INS-4751] (#8199)
* Fix kv table status not updated issue
* Add smoke test
2024-11-26 15:41:38 +08:00
Curry Yang
bb1dd84321 feat: enable sentry ANR (#8197) 2024-11-26 10:46:22 +08:00
yaoweiprc
bc8aa3889c Support for resolving conflicts when using git-merge [INS-4638] (#8185)
* Remove unused codes

* let user resolve conflict when using git merge

* fix code review issue

* Solve the bug that working area does not update after merge.

* modify git smoke test timeout
2024-11-25 16:20:53 +00:00
Filipe Freire
7143aa8aa8 fix: support *.localhost resolution RFC 6761 [INS-4739] (#8195) 2024-11-22 14:17:22 +00:00
James Gatz
35ae932006 Bump app version to 10.2.0-beta.6 2024-11-21 18:51:03 +00:00
Filipe Freire
febd0ea0a5 fix: use SSL_OP_IGNORE_UNEXPECTED_EOF on libcurl #6554 [INS-4669] (#8191)
* fix: SSL ignore EOF #6554 [INS-4669]

* try beta.0

* rm consola as dep, use node-libcurl 2.31.3
2024-11-21 17:04:08 +00:00
Curry Yang
73b03d0dd4 fix: app unresponsive (#8189) 2024-11-21 17:38:50 +08:00
Kent Wang
c9c722fdc8 Fix: Environment kv editor flash when user input the first time [INS-4709] (#8182)
* Fix key-value editor flash issue when input text for the first time
* fix key value editor focus issue for RequestParameters editor by James
Co-authored-by: gatzjames <jamesgatzos@gmail.com>
2024-11-21 09:10:23 +00:00
James Gatz
d7240ee484 ask modal now performs the confirm action when initially focused and Enter is pressed (#8186) 2024-11-21 08:53:34 +00:00
Eduardo Wagner
ff88cbd560 fix: enable copying auth tokens not hidden (#8164) 2024-11-21 08:17:19 +00:00
Filipe Freire
1a8aa7624e Bump app version to 10.2.0-beta.5 2024-11-20 16:59:34 +00:00
George He
12cb2fc842 fix(sdk): failed to transform proxy port between sdk and renderer (#8175)
* fix: update the proxy transforming between sdk and inso

* fix: lint error

* fix: smoke test

* chore: enable sentry for the hidden window

* chore: add tag for sentry reporting
2024-11-20 16:06:03 +08:00
Pavlos Koutoglou
fe151cd1ea fix(ui): safely access currentPlan properties in OrganizationRoute component (#8178) 2024-11-18 11:54:17 +01:00
Filipe Freire
3abb42609d Bump app version to 10.2.0-beta.4 2024-11-15 14:34:00 +00:00
Pavlos Koutoglou
9994f72036 feat: Update personal plan types and include Hobby and Pro plan names (#8153)
* feat: update personal plan types and formatting

* feat: remove unused personal plan types from organization route

* feat: add planName to CurrentPlan interface and update display logic

* feat: capitalize plan type display in organization route
2024-11-15 14:30:27 +00:00
George He
695d77899f fix(cli): insomnia.variables.set should persist variables during runner execution period (#8172)
* fix(cli): insomnia.variables.set should persist variables during runner execution period

* fix: lint

* fix: lint
2024-11-15 15:09:06 +08:00
George He
8fad1200ba fix(runner): extend insomnia.variables.set lifetime to whole execution period (#8157)
* fix(runner): extend insomnia.variables.set effect to whole execution period

* fix: lint error

* fix: update unit test

* fix: smoke test failed

* chore: enable rendering transient variables

* chore: unify variable names

* test: add smoke test
2024-11-13 17:52:03 +08:00
yaoweiprc
74b9ffbdca Add restrictions when creating, editing mock server (#8168)
* Available mock server types should consider organizations storage rule

* Available mock server types should consider organizations storage rule

* add restrictions when creating mock server route from response in local project

* fix code review problems
2024-11-13 17:06:31 +08:00
yaoweiprc
41649e040e unify mock server route url (#8169) 2024-11-13 16:41:53 +08:00
James Gatz
763b52ada8 Bump app version to 10.2.0-beta.3 2024-11-08 16:10:48 +00:00
James Gatz
2b79cadecc Add scrollbar to global environment picker (#8161) 2024-11-08 17:27:25 +02:00
yaoweiprc
291f11d037 fix the bug that users can not create self hosted mock server (#8159) 2024-11-08 15:03:55 +08:00
James Gatz
3dfa31af72 Handle clone with conflicts (#8156) 2024-11-07 14:31:23 +00:00
George He
3e10e4d817 fix(sdk): defining function behavior in eval is not consistent with Postman (#8155)
* fix(eval): defining function behavior in eval is not consistent with Postman

* fix: lint failure
2024-11-07 10:08:11 +00:00
George He
7af6fc977d fix(cli): enable setNextRequest for CLI (#8143)
* fix(cli): enable setNextRequest for CLI

* chore: move function out of the command
2024-11-07 07:18:04 +00:00
George He
d91fadcf3c fix: timers is not reset if no timing entry has been found (#8134)
* fix: timers is not reset if no timing entry has been found

* fix: check mounting state
2024-11-07 06:25:20 +00:00
Curry Yang
e97007c62c fix: scroll bar ui (#8152)
* fix: scroll bar ui

* feat: optimize request tab scrollbar
2024-11-07 11:06:49 +08:00
yaoweiprc
f124e94ab4 Bump app version to 10.2.0-beta.2 2024-11-06 17:28:03 +00:00
James Gatz
f0649ffa88 feat(Git Staging modal): Update the discard change icon and add tooltips for the utility buttons (#8147)
* Update the discard icon and add tooltips for the utility buttons

* Hide icons from readers and pointer events
2024-11-06 15:45:28 +01:00
yaoweiprc
c38597187e Support for resolving conflicts when pulling from remote git branch. [INS-4550] (#8118)
Support for resolving conflicts when pulling from remote git branch.
2024-11-05 15:38:54 +08:00
yaoweiprc
67fa4a1b96 Fix the bug that install plugin button does not work (#8149) 2024-11-05 14:28:55 +08:00
Mike
f3b6e01647 fix (#8130) (#8131)
fix(mime-type): Update deprecated YAML mime-type
2024-11-01 11:59:34 +00:00
Kent Wang
7983be6619 Bump app version to 10.2.0-beta.1 2024-10-31 08:01:46 +00:00
yaoweiprc
4c759b0715 Resolve error when user aborts merge in cloud sync (#8133) 2024-10-31 15:32:03 +08:00
Kent Wang
2bc22d20e3 1.fix environment editor title issue (#8142) 2024-10-31 14:11:11 +08:00
Curry Yang
f3da7c1ddc feat: grpc UI improvements (#8137) 2024-10-30 03:57:47 +00:00
Kent Wang
7831e53026 Fix: Change default environment to table view when create in project view [INS-4618] (#8136)
Change default environment to table view when create in project view
2024-10-30 10:12:25 +08:00
George He
c82680aeef fix(cli): ca and certs are not included in loading db from CLI (#8111)
* fix: ca and certs are not included in loading db

* test(cli): add a test for the case

* fix: remove key content

* fix: cli test failed

* test: add a test for checking Settings enablement
2024-10-28 03:27:26 +00:00
Kent Wang
0bae709f2f feat: Key-value pair view for environment[INS-4256] (#8071)
1. Add key-value pair view for environment editor
2. Change the default environment view to table view
3. Add warning and key-value pair name validation
2024-10-28 02:26:00 +00:00
yaoweiprc
3c197c406d Bump app version to 10.2.0-beta.0 2024-10-25 08:23:51 +00:00