lohxt1
f088cdb504
feat: updates
2024-09-30 16:36:19 +05:30
Pragadesh-45
2e4051b022
Bugfix/rename with same name for Environments ( #3199 )
...
* added safe to rename for rename-environment to enable case insensitive file change
* chore: removed else block
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-26 16:02:15 +05:30
Anoop M D
641f261733
chore: disabling smooth scroll in env vars view
2024-09-23 17:50:55 +05:30
lohit
fc79436787
fix: updates ( #3158 )
2024-09-21 19:49:50 +05:30
Anoop M D
e680d0d71d
env variables view: scroll only when form is dirty
2024-09-15 23:59:49 +05:30
Anoop M D
1057f54f2f
chore: fixed lint issue
2024-09-15 23:54:07 +05:30
Anoop M D
d971aa9596
chore: fixed lint issue
2024-09-15 23:53:32 +05:30
Sanjai Kumar
3d5ae98e04
Improved the Environments modal with accessibility fixes ( #2153 )
2024-09-15 23:50:58 +05:30
Max Bauer
741250068f
feat: masking support for SingleLineEditor ( #2240 )
...
* mask support for SingleLineEditor
* add secret visibility toggle button
* move visibility toggle into SingleLineComponent
Co-authored-by: Liz MacLean <18120837+lizziemac@users.noreply.github.com >
* fix eye button focus state
* center enabled and secret toggle
* fix input field scales to 100% width
---------
Co-authored-by: Liz MacLean <18120837+lizziemac@users.noreply.github.com >
2024-08-05 11:46:06 +05:30
Sanjai Kumar
2804ce1eb3
Revert "fix: active enviroment after rename when there is single enviroment (…" ( #2660 )
...
This reverts commit 81497d8397 .
2024-07-19 16:51:12 +05:30
Rinku Chaudhari
81497d8397
fix: active enviroment after rename when there is single enviroment ( #2640 )
2024-07-16 15:53:26 +05:30
lohit
e462eb6ecd
import environments ui and collection root object for json export - updates ( #2565 )
...
* pr review changes
* collection root object in export json
* import environment updates
2024-07-04 16:10:38 +05:30
Baptiste Poulain
71353b0404
[Feature] : Bulk env import and UX/UI improvements ( #2509 )
...
* feat(bulk-env-import): bulk import working like a charm
* feat(bulk-env-import): refresh no env dialog's styling
* feat(bulk-env-import): group create and import env within initial modal, UI improvements
* feat(bulk-env-import): minor styling fixes
* feat(bulk-env-import): handle incorrect files in env importer
---------
Co-authored-by: bpoulaindev <bpoulainpro@gmail.com >
2024-07-04 12:01:24 +05:30
Angela Yuan
c17e4effe7
Prevent losing unsaved environment variable data when attempting to change env ( #2034 )
...
* trying to begin changes
* Env bug fixed with only switching env when saved
* dialog box working, formik in EnvironmentSettings to pass props, selectedEnvironment in EnvrionmentSettings to pass props
* Removing some uneccessary comments
* no immediate following dialog pop up after warning dialog
* Wrapping commit warning moidal in CreatePortal, removing unnecessary isModified state, removing comments
* modifying dialog and adding formik back to EnvironmentVariables
* Removing unnecessary comments
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-04-26 14:11:05 +05:30
Rinku Chaudhari
4e95fd548d
fix: docs link update ( #2072 )
2024-04-15 22:41:05 +05:30
Sanjai Kumar
1349a79750
fix environment toggle bug ( #1932 )
2024-03-26 18:57:02 +05:30
dw-0
82c600a0e6
feat: toggle visibility of secret envVars ( #650 )
...
* feat: toggle visibility of secret envVars
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* feat: also hide secrets in environment settings
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* style: run prettier
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
* refactor: resolve conflict
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com >
2024-03-22 18:24:16 +05:30
lohit
858536e13d
feat( #1003 ): collection level oauth2, access_token_url & scope for 'Client Credentials' and 'Password Credentials' grant types ( #1691 )
...
* feat(#1003 ): authorization_code grant type PKCE support, code cleanup..
---------
Co-authored-by: lohit-1 <lohit@usebruno.com >
2024-03-04 15:21:05 +05:30
Rinku Chaudhari
c3f6318d69
style: overflow of environment name fix ( #1464 )
2024-01-29 19:56:51 +05:30
Anoop M D
bacb70ea7e
feat( #931 ): relax var name strictness
2023-12-02 01:27:18 +05:30
Anoop M D
2aa876e526
Merge pull request #971 from nelup20/bugfix/964-env_var_dot_validation
...
fix(#964 ): Allow "." in variable names + make error message more consistent
2023-12-02 01:06:27 +05:30
Nelu Platonov
2ee6c5effc
fix( #964 ): Allow "." in variable names + make error message more consistent
2023-11-15 16:27:14 +01:00
Adarsh Lilha
435847081d
make value field nullable
2023-11-08 15:47:46 +05:30
Its-treason
44d90c42ed
fix( #853 ): Allow - in variable names & small refactor
2023-11-02 18:17:21 +01:00
Anoop M D
1e435b8e10
Merge pull request #791 from Its-treason/feature/variable-name-validation
...
Enforce variable strictness & validation
2023-10-26 22:19:57 +05:30
Its-treason
827df18c62
feat( #682 ): Add validation for request vars & dynamic vars
2023-10-25 23:13:37 +02:00
Anoop M D
7f7b3f479a
feat: nudge users to view docs on managing secrets
2023-10-26 00:38:44 +05:30
Its-treason
3a5a213242
Merge branch 'main' into feature/variable-name-validation
2023-10-25 21:00:18 +02:00
Anoop M D
2e38300a67
chore: updated package lock file
2023-10-25 23:55:07 +05:30
Its-treason
7267ba6485
feat( #682 ): Enforce environment variable strictness
2023-10-22 21:54:17 +02:00
cardonator
232027ff4e
adjust styles on environment dropdown and modal
2023-10-18 12:42:39 -06:00
Prem Kumar Easwaran
1244716b9b
Change import icon
2023-10-16 11:19:55 +05:30
Anoop M D
1f8c4431e0
feat( #589 ): polish importing postman env
2023-10-16 03:13:06 +05:30
Easwaran Prem K
3cc2e3d4fa
Feature: Support Import postman environment - Fixes issue #193
2023-10-14 17:20:31 +05:30
Sebastien Dionne
515381b930
fix typo and use singular
2023-10-07 15:53:34 -04:00
Filippo Contro
3a6dacc1f4
Add: Add new button to copy existing environments
2023-10-04 23:32:02 +02:00
Josh Soref
7313d1b4d7
spelling: occurred
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-09-28 14:11:49 -04:00
Anoop M D
18f185d37c
chore: fixed env table styling issue
2023-09-24 23:31:48 +05:30
Anoop M D
2dadad3af0
Merge branch 'main' into feature/env-secrets
2023-09-24 23:11:45 +05:30
Anoop M D
9c4c219b99
feat( #199 ): Env Secrets - UI and Electron Layer updates
2023-09-24 23:02:39 +05:30
Anoop M D
e3ce420216
feat( #122 ): supporting process.env vars in UI and electron layer
2023-09-23 02:55:54 +05:30
Anoop M D
19a7f397bb
feat( #197 ): prettier formatting on all files in packages/bruno-app
2023-09-18 13:37:00 +05:30
Anoop M D
a425b42615
feat: ux improvements in environment settings
2023-02-17 13:36:22 +05:30
Anoop M D
abc26e5c5a
feat: load current environment during configuring envs
2023-02-01 06:31:32 +05:30
Anoop M D
76b0729af3
feat: ditched web, all in on desktop app
2023-01-18 04:11:42 +05:30
Anoop M D
51784d08cd
fix: fixed bugs
2022-10-23 11:57:35 +05:30
Anoop M D
96f50b0c6d
feat: dark-mode completed :)
2022-10-23 11:26:16 +05:30
Anoop M D
23400a77f8
feat: dark mode (tabs and request tabs)
2022-10-23 03:21:23 +05:30
Anoop M D
ba219d66db
feat: prettier config
2022-10-20 15:09:30 +05:30
Anoop M D
2efc11ff6b
feat: environment variables grid
2022-10-16 16:40:54 +05:30