Nivedin
41d617b507
fix: secret env bug in firebase due to undefined value ( #3881 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-13 17:11:51 +05:30
James George
de8929ab18
feat(common): support simultaneous imports of collections and environment files ( #3719 )
2024-03-05 17:49:01 +05:30
Nivedin
41bad1f3dc
fix: secret environment flow bugs ( #3817 )
2024-02-10 20:22:10 +05:30
Nivedin
00862eb192
feat: secret variables in environments ( #3779 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-02-08 21:58:42 +05:30
James George
3d7a76bced
chore(common): Gist export flow updates ( #3665 )
2023-12-19 17:37:35 +05:30
Andrew Bastin
5ad8f6c2ce
chore: move window.open to platform io to handle desktop app
2023-12-19 11:26:37 +05:30
James George
5179cf59a4
fix(common): ensure the add-environment modal value field is empty when opened via the inspector ( #3664 )
2023-12-18 20:39:23 +05:30
Akash K
a8cc569786
feat: import environments from insomnia ( #3625 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-13 19:15:39 +05:30
Liyas Thomas
ebf90207e5
chore: improve placeholder component styles ( #3638 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-12 15:02:42 +05:30
Akash K
ab7c29d228
refactor: revamp the importers & exporters systems to be reused ( #3425 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-06 21:24:29 +05:30
Anwarul Islam
6fa722df7b
chore: hoppscotch-ui improvements ( #3497 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-12-06 00:08:44 +05:30
Akash K
95754cb2b4
chore: bump deps for hoppscotch-common and hoppscotch-selfhost-web ( #3575 )
2023-12-05 17:33:25 +05:30
Nivedin
2528bbb92f
feat: shared request ( #3486 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-04 22:51:18 +05:30
Andrew Bastin
7b18526f24
chore: merge hoppscotch/main into hoppscotch/release/2023.12.0
2023-11-16 13:51:12 +05:30
Andrew Bastin
16044b5840
feat: desktop app
...
Co-authored-by: Vivek R <123vivekr@gmail.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-11-07 14:20:03 +05:30
Andrew Bastin
93ce86f32d
chore: merge hoppscotch/release/2023.8.3 into hoppscotch/release/2023.12.0
2023-11-06 18:56:01 +05:30
Liyas Thomas
0aa5825d8b
fix: cleanup ui and improve consistency in input elements ( #3494 )
2023-11-06 10:56:15 +05:30
Anwarul Islam
a215860782
feat: replacing windicss by tailwindcss in hoppscotch-ui ( #3076 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2023-11-01 20:55:08 +05:30
Liyas Thomas
73b3ff8e41
feat: improve import-export UI ( #3452 )
...
* chore: uniform styles across components
* chore: removed absolute wrapper divs
* feat: add import button when graphql collections are empty
* chore: add icon for button
---------
Co-authored-by: nivedin <nivedinp@gmail.com >
2023-10-13 17:57:14 +05:30
Anwarul Islam
ba31cdabea
feat: tab service added ( #3367 )
2023-10-11 18:21:07 +05:30
Nivedin
51510566bc
refactor: add import buttons in empty state for collections & environments ( #3438 )
2023-10-11 11:08:51 +05:30
Joel Jacob Stephen
185c225297
feat: introduces ability to export single environment variables and allow CLI to accept the export format used by the app ( #3380 )
...
* feat: add ability to export a single environment
* refactor: export environment without id
* feat: introducing zod for checking json format for environment variables
* refactor: new zod specific type for HoppEnvPair
* feat: add ability to export single environment in team environment
* refactor: moved zod as a dependency to devDependency
* refactor: separated repeating logic to helper file
* refactor: removed unnecessary to string operation
* chore: rearranged smart item placement
* refactor: introduced error type when a bulk environment export is used in cli
* refactor: removed unnecssary type exports and updated logic and variable names across most files
* refactor: better logic for type shapes
* chore: bump hoppscotch-cli package version
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-10-06 11:21:54 +05:30
James George
ae89af9978
feat: alert the user on empty collection/environment exports ( #3416 )
2023-10-05 14:38:38 +05:30
Andrew Bastin
185b575e5b
refactor: minor performance improvements on teams related operations
2023-09-18 18:50:57 +05:30
Nivedin
4adac4af38
fix: inspections bugs ( #3277 )
...
* fix: environment add bug in inspection
* chore: add 127.0.0.1 in url inspection
* chore: update browserextension inspection help url
* fix: team env not showing bug in selector
* chore: rework inspector systems to be reactive
* chore: handling tab changes gracefully
* refactor: move out url interceptor from the platform
* chore: add view function in inspector service to get views into the list
* fix: interceptors not kicking in on initial load
* fix: don't show no internet connection error unless browser deems so
* chore: fix tests
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-08-28 17:43:46 +05:30
Anwarul Islam
886847ab7b
fix: corrections for spotlight searchers ( #3275 )
2023-08-25 01:44:29 +05:30
Liyas Thomas
008eb6b77b
chore: minor ui improvements ( #3274 )
2023-08-22 22:22:43 +05:30
Andrew Bastin
b32b0f9bcb
fix: modals inputs not working properly
2023-08-22 00:17:03 +05:30
Anwarul Islam
5a91fb53b2
feat: expanded search capabilities of spotlight ( #3255 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-08-21 20:03:51 +05:30
Akash K
8c57d81718
chore: bump dependencies ( #3258 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-08-21 09:06:30 +05:30
Liyas Thomas
2d6282cf8b
refactor: polish environment selector ( #3260 )
2023-08-17 16:46:45 +05:30
Liyas Thomas
e255c46455
feat: environment quick peek ( #3119 )
2023-08-15 19:30:37 +05:30
Joel Jacob Stephen
81fbb22c51
feat: introducing a new smart input hoppscotch ui component ( #3089 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
2023-08-05 23:45:02 +05:30
Nivedin
8970ff5c68
feat: context menu ( #3180 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-08-02 20:52:16 +05:30
Andrew Bastin
355bd62b8d
feat: introduce more events into the analytics pipeline ( #3156 )
2023-06-27 15:37:25 +05:30
Anwarul Islam
fc3e3aeaec
feat: placeholder component in hoppscotch-ui ( #3123 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-06-21 00:09:16 +05:30
Liyas Thomas
e76c1bc64c
fix: stack order of tab inside environment selector ( #3108 )
2023-06-07 23:47:24 +05:30
Nivedin
1f3f8464ea
fix: team environment lost when route changes ( #3113 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-06-07 23:46:09 +05:30
Liyas Thomas
abc7b4b6f3
chore: improve mobile responsiveness on environment selector ( #3100 )
2023-06-02 10:56:18 -04:00
Liyas Thomas
397b26a9f3
chore: environment selector with new ux ( #3052 )
...
Co-authored-by: Nivedin <nivedinp@gmail.com >
2023-05-30 17:47:37 -04:00
Nivedin
9a40058329
fix: set team environment from test ( #3059 )
2023-05-30 17:38:28 -04:00
Andrew Bastin
d6c8400116
chore: bump version to 2023.4.3
2023-05-11 17:05:28 +05:30
Andrew Bastin
4a0205e622
fix: environment section being broken
2023-05-11 16:34:57 +05:30
Nivedin
99817fd8bd
fix: reset envs when user switches workspaces ( #3039 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-05-11 14:09:38 +05:30
Nivedin
3506e96cfd
fix: selected env changed while sidebar collapsed ( #3002 )
2023-04-21 20:27:04 +05:30
Liyas Thomas
5d8b55e96b
docs: fixed broken documentation links ( #2997 )
2023-04-18 23:14:06 +05:30
Akash K
f1a812dae2
refactor: add optional ids to environments ( #2974 )
2023-04-09 14:30:42 +05:30
Nivedin
b88f496f4e
fix: team environment bug when logout ( #2970 )
2023-04-07 03:00:30 +05:30
Akash K
ae9b7183b5
refactor: optional variables to createEnvironment and fixing the order of initializing GqlClient ( #2944 )
2023-03-07 16:12:11 +05:30
Nivedin
7e686a8882
feat: global workspace selector ( #2922 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-02-24 23:20:02 +05:30