Akash K
99f5070f71
fix: unwanted double slashes when importing from openapi ( #3745 )
2024-01-23 21:49:34 +05:30
James George
c6c220091a
feat(common): support importing environments individually ( #3691 )
2023-12-24 12:12:02 +05:30
James George
3d7a76bced
chore(common): Gist export flow updates ( #3665 )
2023-12-19 17:37:35 +05:30
Nivedin
58a9514b67
fix: gql history schema error ( #3662 )
2023-12-19 16:39:32 +05:30
Nivedin
fc4c15e52d
fix: auth-headers in collection bug ( #3652 )
...
* fix: fallback for importers and fix spelling
* chore: update i18n strings
2023-12-15 02:49:35 +05:30
Nivedin
47e009267b
feat: collection level headers and authorization ( #3505 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-12-13 22:43:18 +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
James George
bdfa14fa54
refactor(scripting-revamp): migrate js-sandbox to web worker/Node vm based implementation ( #3619 )
2023-12-07 16:10:42 +05:30
Nivedin
2bf0106aa2
feat: embeds ( #3627 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-12-07 15:03:49 +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
Gaurav K P
ed2a461dc5
feat(common): display status text from the API response if available ( #3466 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-04 23:31:49 +05:30
Muhammed Ajmal M
8d5a456dbd
fix(common): parentheses and single quotes support to curl imports ( #3509 )
2023-12-04 23:03:22 +05:30
Nivedin
2528bbb92f
feat: shared request ( #3486 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-12-04 22:51:18 +05:30
Muhammed Ajmal M
26da3e18a9
fix(common): prevented truncating parameters ( #3502 )
2023-12-04 00:49:45 +05:30
Rajdip Bhattacharya
bb4b640e58
feat: convert json to interfaces ( #3566 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2023-12-03 23:14:26 +05:30
James George
60bfb6fe2c
refactor: move persistence logic into a dedicated service ( #3493 )
2023-11-29 22:40:26 +05:30
Nivedin
a3aa9b68fc
refactor: interceptor error display in graphql response ( #3553 )
2023-11-17 17:03:53 +05:30
Andrew Bastin
7b18526f24
chore: merge hoppscotch/main into hoppscotch/release/2023.12.0
2023-11-16 13:51:12 +05:30
Nivedin
8d7509cdea
fix: interceptor error from extension issue ( #3548 )
2023-11-14 17:17:23 +05:30
Akash K
e24d0ce605
fix: oauth 2.0 authentication type is breaking ( #3531 )
2023-11-14 00:12:04 +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
Anwarul Islam
4a154e6569
chore: fix spelling mistake on type import ( #3487 )
2023-11-06 11:25:03 +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
James George
016a18d3b2
fix(common): use tab service within helpers ( #3448 )
2023-10-12 13:15:45 +05:30
Anwarul Islam
ba31cdabea
feat: tab service added ( #3367 )
2023-10-11 18:21:07 +05:30
Rakibul Yeasin
17d6ae15a5
fix: Cannot set custom method #3406 ( #3408 )
...
* fix : #3406
* chore: remove console log
* fix: an unknown keyboard event issue
---------
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
2023-10-06 11:57:26 +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
Joel Jacob Stephen
544b045300
fix: authorisation headers not being sent along with subscriptions when using graphql ( #3354 )
...
* fix: send auth headers to the payload
* refactor: alert user that headers are sent to connection_init
* refactor: send headers only when headers are populated
* chore: cleanup code
2023-09-28 21:57:07 +05:30
Andrew Bastin
33a7580e46
fix: support modal popping up on typing shift based commands on input
2023-09-18 20:10:17 +05:30
Andrew Bastin
185b575e5b
refactor: minor performance improvements on teams related operations
2023-09-18 18:50:57 +05:30
Anwarul Islam
f5b130024e
fix: missing baseurl on import openapi ( #3323 )
...
* fix: missing baseurl on import openapi
* fix: url parser for openapi v3
* chore: revert to baseURL for cases where doc servers is present but url is null
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-09-18 14:42:04 +05:30
Nivedin
3684d25848
fix: sticky searchbar hidden in codemirror ( #3351 )
...
* fix: sticky search bar in codemirror
* chore: use tailwind classes
* chore: improve consistency across editor instances
---------
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-09-18 12:45:14 +05:30
Joel Jacob Stephen
1431ecc6d7
refactor: keyboard shortcuts now supports different keyboard layouts including Dvorak ( #3332 )
...
* refactor: support mulitple keyboard layouts such as dvorak
* chore: replace redundant variable usage
2023-09-08 22:02:39 +05:30
Anwarul Islam
b953b32ff4
fix: spotlight actions on graphql ( #3299 )
...
* fix: spotlight actions for graphql
* fix: environment actions
* fix: gql rename request
* fix: graphql spotlight actions
* fix: tab shortcuts not working properly
* fix: only show download and copy response when there is a response
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-08-28 20:40:01 +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
Akash K
fd162e242c
fix: issues with codegen ( #3293 )
...
* fix: fix issues with httpsnippet upgrade
* chore: fix HttpSnippet import
2023-08-28 15:57:44 +05:30
Andrew Bastin
c62482e81f
fix: login component in app not respecting allowed auth provider ids
2023-08-25 19:13:03 +05:30
Anwarul Islam
886847ab7b
fix: corrections for spotlight searchers ( #3275 )
2023-08-25 01:44:29 +05:30
Liyas Thomas
8db452089c
fix: icons inside tooltip ( #3283 )
2023-08-24 23:55:22 +05:30
Andrew Bastin
b08b63dc73
feat: cleaner save context handling for graphql ( #3282 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-08-24 19:07:17 +05:30
Andrew Bastin
a8e279db28
fix: codegen breaking
2023-08-24 15:03:50 +05:30
Andrew Bastin
efa40cf6ea
feat: container registry friendly docker images and all-in-one container ( #3193 )
...
Co-authored-by: Balu Babu <balub997@gmail.com >
2023-08-24 00:01:28 +05:30
Liyas Thomas
008eb6b77b
chore: minor ui improvements ( #3274 )
2023-08-22 22:22:43 +05:30
Anwarul Islam
88212e8cfe
feat: gql revamp ( #2644 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2023-08-22 17:43:43 +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
Andrew Bastin
10bb68a538
refactor: move from network strategies to generic interceptor service ( #3242 )
2023-08-21 07:50:35 +05:30