Anwarul Islam
4b2f04df82
feat: add support for Digest authorization ( #4339 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-10-29 12:34:40 +05:30
James George
7aa43232cc
chore: bump dependencies ( #4444 )
2024-10-24 03:25:55 +05:30
jamesgeorge007
9e6b8b6e40
chore: remove $nowISO from pre-defined variables list
2024-10-01 12:50:15 +05:30
Nivedin
58857be650
feat: save api responses ( #4382 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-09-30 19:06:53 +05:30
Kishan Jadav
e4d9f82a75
feat: support for predefined variables ( #3886 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-09-30 14:33:40 +05:30
Akash K
db8cf229ac
chore: make client secret optional across grant types ( #4363 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-09-27 17:20:26 +05:30
Palak Chopra
bfe3b3a9c3
refactor: make global environment a versioned entity ( #4216 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-09-23 17:01:14 +05:30
Anwarul Islam
703b71de2c
feat: add support for AWS Signature auth type ( #4142 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-08-30 14:00:13 +05:30
Akash K
181ad098e0
feat: ability to refresh tokens for oauth flows ( #4302 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-08-29 13:27:31 +05:30
Anwarul Islam
43730d66f6
feat: description field for request parameters and headers ( #4187 )
...
* feat: key-value component added for reuse
* chore: inspection result added
* chore: add `HoppRESTRequest` schema `v7`
* feat: add `description` for field for REST request headers
* feat: add `description` for field for GraphQL request headers
* fix: synchronization logic b/w bulk edit context and the default view
- Add `HoppGQLRequest` schema `v6`.
- Fix pre-existing issue with changes in bulk edit context not immediately reflecting in the default GQL request headers view.
* feat: support importing `description` fields from external sources
* test: fix failing tests
* chore: include description field for computed headers
Headers computed based on authorization info & inherited entries.
* feat: add `description` field for headers at the collection level
Add `HoppCollection` schema `v3`.
* test: fix failing tests
* ci: update tests workflow target branch trigger
* chore: cleanup
* chore: cleanup
* chore: rely on type inference
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-08-27 14:30:12 +05:30
James George
a8bcc75467
fix: ensure Content-Type header priority in the CLI ( #4242 )
...
- Ensure the `Content-Type` header takes priority over the value set in the request body.
- Introduces `HoppRESTRequest` schema `v6` with `text/xml` added under the supported content types.
2024-08-07 21:46:27 +05:30
Nivedin
7ebc9a6fd6
fix: secret variables being populated as undefined on code snippets ( #4180 )
2024-07-18 14:44:37 +05:30
Akash K
93807bfe8f
fix: make client credential optional in authcode + pkce flow ( #4114 )
...
* fix: make client credential optional
* test: update test fixtures
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-06-12 14:10:54 +05:30
Akash K
0f592d1789
fix: use proper values for addTo field when auth type is api-key ( #3966 )
2024-04-16 17:44:28 +05:30
Anwarul Islam
6f4455ba03
fix: request failing on change content type to multipart-formdata ( #3922 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-22 18:11:16 +05:30
James George
7621ff2961
feat: add extended support for versioned entities in the CLI ( #3912 )
2024-03-20 20:13:22 +05:30
Akash K
6b58915caa
feat: oauth revamp + support for multiple grant types in oauth ( #3885 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-20 00:18:03 +05:30
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
Nivedin
bf98009abb
fix: request variable version syncing bug ( #3889 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-12 11:42:05 +05:30
James George
439cd82c88
chore: pin dependencies across packages ( #3876 )
2024-03-07 23:37:48 +05:30
Nivedin
7ec8659381
feat: request variables ( #3825 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-07 12:50:44 +05:30
Anwarul Islam
bd406616ec
fix: collection level authorization inheritance issue ( #3852 )
2024-02-23 19:39:55 +05:30
James George
4bd54b12cd
fix(persistence-service): add fallbacks for environments related schemas ( #3832 )
2024-02-15 23:38:56 +05:30
James George
5bcc38e36b
feat: support secret environment variables in CLI ( #3815 )
2024-02-08 22:08:18 +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
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
Andrew Bastin
b1982d74a6
fix: make schema more lenient while parsing public data structures
2023-11-14 21:24:25 +05:30
James George
8175ec640a
chore(data): bump dependencies ( #3473 )
2023-11-02 23:53:52 +05:30
Andrew Bastin
cbe3e14b47
refactor: versioning and migration mechanism for public data structures ( #3457 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-11-02 18:54:16 +05:30
Akash K
eeee8af806
chore: changes to support id based syncing for collections ( #2977 )
2023-04-11 14:30:01 +05:30
Akash K
f1a812dae2
refactor: add optional ids to environments ( #2974 )
2023-04-09 14:30:42 +05:30
Anwarul Islam
0fcda0be1a
refactor: hoppscotch ui ( #2887 )
...
* feat: hopp ui initialized
* feat: button components added
* feat: windi css integration
* chore: package removed from hopp ui
* feat: storybook added
* feat: move all smart components hoppscotch-ui
* fix: import issue from components/smart
* fix: env input component import
* feat: add hoppui to windicss config
* fix: remove storybook
* feat: move components from hoppscotch-ui
* feat: storybook added
* feat: storybook progress
* feat: themeing storybook
* feat: add stories
* chore: package updated
* chore: stories added
* feat: stories added
* feat: stories added
* feat: icons resolved
* feat: i18n composable resolved
* feat: histoire added
* chore: resolved prettier issue
* feat: radio story added
* feat: story added for all components
* feat: new components added to stories
* fix: resolved issues
* feat: readme.md added
* feat: context/provider added
* chore: removed app component registry
* chore: remove importing of all components in hopp-ui to allow code splitting
* chore: fix vite config errors
* chore: jsdoc added
* chore: any replaced with smart-item
* chore: i18n added to ui components
* chore: clean up - removed a duplicate button
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2023-01-28 08:27:00 +05:30
Andrew Bastin
3c35bb6091
fix: issue with non-alphanumeric characters within body env variables ( fixes #2665 )
2022-10-03 14:55:59 +05:30
Andrew Bastin
8b300fab5d
feat: migrate to vue 3 + vite ( #2553 )
...
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com >
Co-authored-by: liyasthomas <liyascthomas@gmail.com >
2022-09-29 10:55:21 +05:30
Andrew Bastin
c013aa52ac
feat: allow quoted key/values for escaping characters and trail/lead whitespaces in raw key value pairs ( #2578 )
2022-08-12 13:53:40 +05:30
Andrew Bastin
c20339d222
fix: deprecated pnpx usage migrated to pnpm exec
2022-05-03 12:39:56 +05:30
liyasthomas
09af858fbc
chore(deps): bump
2022-04-17 22:41:00 +05:30
Andrew Bastin
ede27e0600
refactor: implement updated equality heuristics for hopprestrequest struct
2022-04-14 20:28:59 +05:30
liyasthomas
4b46d2ce4a
chore(deps): bump
2022-04-04 10:54:15 +05:30
liyasthomas
8f96a5f5db
chore(deps): bump
2022-03-21 07:45:58 +05:30
Andrew Bastin
2a67e98588
fix: enforce type checking on commit time
2022-03-15 21:19:29 +05:30
Liyas Thomas
715d910877
Add an authorization tab for GraphQL ( #2125 )
...
Co-authored-by: Rishabh Agarwal <rishabh2001agarwal@gmail.com >
Co-authored-by: Rishabh Agarwal <45998880+RishabhAgarwal-2001@users.noreply.github.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2022-03-15 00:44:26 +05:30
liyasthomas
ab23fc4e0f
chore(deps): bump
2022-03-14 11:38:24 +05:30
liyasthomas
76aea260ae
chore(deps): bump
2022-03-09 11:27:16 +05:30
liyasthomas
0ceb622e6e
chore(deps): bump
2022-02-27 20:19:28 +05:30
Andrew Bastin
819b111383
fix: params, headers, url encoded syncing issues
2022-02-17 19:13:28 +05:30
Andrew Bastin
79914b32a1
fix: spacing and corrections for commented lines in raw key value
2022-02-16 13:34:38 +05:30
Andrew Bastin
c3759a400d
refactor: move rawKeyValue and templating to hopp/data + rewrite rawKeyValue parsing
2022-02-15 23:53:24 +05:30
liyasthomas
0b8fb2da2f
chore(deps): bump
2022-01-31 07:27:58 +05:30
liyasthomas
758460210a
build: bump deps
2022-01-24 05:44:10 +05:30