Commit Graph

5481 Commits

Author SHA1 Message Date
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
2d19f33807 Merge branch 'release/10.2.0-beta.5' into develop 2024-11-20 17:25:06 +00:00
Filipe Freire
1a8aa7624e Bump app version to 10.2.0-beta.5 core@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
b9244d0544 Merge branch 'release/10.2.0-beta.4' into develop 2024-11-15 15:32:12 +00:00
Filipe Freire
3abb42609d Bump app version to 10.2.0-beta.4 core@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
Curry Yang
890d1b6d7e Update bug_report.yml 2024-11-13 10:40:18 +08:00
Curry Yang
ee3540eb78 Update bug_report.yml (#8167) 2024-11-13 10:31:34 +08:00
James Gatz
5016810378 Merge branch 'release/10.2.0-beta.3' into develop 2024-11-08 16:37:05 +00:00
James Gatz
763b52ada8 Bump app version to 10.2.0-beta.3 core@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
Filipe Freire
cd73720e95 Merge branch 'release/10.2.0-beta.2' into develop 2024-11-06 18:00:45 +00:00
yaoweiprc
f124e94ab4 Bump app version to 10.2.0-beta.2 core@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
6558981367 Merge branch 'release/10.2.0-beta.1' into develop 2024-10-31 09:12:08 +00:00
Kent Wang
7983be6619 Bump app version to 10.2.0-beta.1 core@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
070d2f3693 Merge branch 'release/10.2.0-beta.0' into develop 2024-10-25 09:13:07 +00:00
yaoweiprc
3c197c406d Bump app version to 10.2.0-beta.0 core@10.2.0-beta.0 2024-10-25 08:23:51 +00:00
yaoweiprc
cde96f947d fix https://github.com/Kong/insomnia/issues/8121 (#8128) 2024-10-25 16:15:12 +08:00
yaoweiprc
0297594e98 Support for import raw body type info from Postman [INS-4588] (#8123)
Support for import raw body type info from Postman
2024-10-25 14:29:42 +08:00
Kent Wang
a1e99a2dc0 1.Fix global environment unset issue (#8127) 2024-10-25 14:15:33 +08:00
Kent Wang
7ffe056e75 Revert "1.fix can not unset global environment issue"
This reverts commit 6432a35a12.
2024-10-25 13:49:43 +08:00
Kent Wang
6432a35a12 1.fix can not unset global environment issue 2024-10-25 13:40:47 +08:00
Filipe Freire
078bb9b997 Merge branch 'release/10.1.1' into develop 2024-10-24 19:01:49 +00:00
Filipe Freire
fe62bc9380 Bump app version to 10.1.1 core@10.1.1 2024-10-24 15:30:23 +00:00
Mark Jongeling
327f16e642 Fix/mask auth passwords (#8110)
* Add mask property to sensitive authentication fields

* Removed whitespace
2024-10-24 10:00:47 +02:00
Filipe Freire
7a6725578c Merge branch 'release/10.1.1-beta.0' into develop 2024-10-23 15:43:23 +00:00