Akash K
9cc1e47b39
fix: show file chip for the selected file in binary body ( #4562 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-11-27 15:05:35 +05:30
Akash K
80d7dd046d
feat: support for binary body ( #4466 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-11-26 19:48:01 +05:30
Anwarul Islam
e8ed938b4c
feat: collection runner ( #3600 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-11-26 15:56:09 +05:30
James George
e040f44245
fix: resolve GraphQL collection tree and tab dissociation issues ( #4537 )
2024-11-22 22:31:00 +05:30
James George
223dd25788
chore: introduce supportsDigestAuth field at the interceptor service level ( #4498 )
2024-10-30 21:44:14 +05:30
jamesgeorge007
c3518cf678
chore: add showInterceptorWarningForDigestAuth field under platformFeatureFlags
...
Introduce a new platform-level feature flag indicating whether to display a warning via the inspector regarding supported interceptor alongside Digest Auth.
2024-10-30 18:28:15 +05:30
Anwarul Islam
1236e6b719
fix: scrollbar appearing on digest auth input fields and other improvements ( #4492 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-10-29 20:35:13 +05:30
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
Andrew Bastin
deedf35bf0
fix: type errors in tab service
2024-10-24 04:02:07 +05:30
Pranay Pandey
cf0978bce0
feat: add the ability to configure query params encoding for requests ( #4412 )
...
Co-authored-by: nivedin <nivedinp@gmail.com >
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-10-23 18:44:21 +05:30
Akash K
79bf0d0363
fix: add full request as request context ( #4422 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-10-10 18:11:58 +05:30
Andrew Bastin
f75900ed30
feat: hoppscotch agent and agent interceptor ( #4396 )
...
Co-authored-by: CuriousCorrelation <CuriousCorrelation@gmail.com >
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-10-03 20:26:30 +05:30
Nivedin
8535004023
fix: add fallback for type field in restTabState schema ( #4398 )
2024-10-03 18:24:07 +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
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
Anwarul Islam
421e6b76c9
feat: add generate data schema option in spotlight searcher ( #4356 )
2024-09-27 16:47:55 +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
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
Nivedin
f115c4ab8e
fix: persist request execution context between tabs ( #4284 )
2024-08-22 22:40:21 +05:30
Nivedin
9fdde2b788
fix: reset currentEnv if there is a shared workspace change ( #4255 )
...
* fix: reset currentEnv if there is a shared workspace change
* chore: cleanup
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-08-19 15:43:32 +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
Muhammed Ajmal M
5bccab0aa0
fix: add to parameters regex ( #4238 )
2024-08-06 15:18:14 +05:30
Akash K
d68cfb313e
feat: hoppscotch-common & platform additions for ai experiments ( #4222 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-07-30 12:16:44 +05:30
James George
c9f92282bf
feat: duplicate REST/GraphQL collections ( #4211 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-07-29 18:37:34 +05:30
Andrew Bastin
31f1e1b21a
fix: headers having different values with the same key are not shown ( #4112 )
...
* feat: allow ability for multiple headers with the same key to be shown
* chore: remove extension inspector in selfhost-desktop
* chore: cleanup
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-06-12 14:11:43 +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
Nivedin
d0350ec789
fix: add previous value as optional in test schema env diff ( #4071 )
...
* fix: add previous value as optional
* refactor: remove method chaining for consistency
---------
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-06-03 14:29:48 +05:30
Nivedin
ef1117d8cc
refactor: switch workspace after creation ( #4015 )
...
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com >
2024-05-09 20:28:24 +05:30
Andrew Bastin
426e7594f4
fix: tab systems erroring out due to out of sync tabOrdering and tabMap
2024-04-29 20:32:27 +05:30
Andrew Bastin
be57255bf7
refactor: update to dioc v3 ( #4009 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-04-29 19:06:18 +05:30
Nivedin
0e2887b4e9
feat: first time user spotlight animation ( #3977 )
2024-04-22 12:21:30 +05:30
jamesgeorge007
375d53263a
test: fix failing tests
2024-04-16 23:55:07 +05:30
Akash K
6fd30f9aca
chore: spotlight improvements for team requests search ( #3930 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-25 12:41:18 +05:30
Anwarul Islam
256553b9bb
chore: update copy for header inspection ( #3907 )
...
Co-authored-by: James George <jamesgeorge998001@gmail.com >
2024-03-21 22:15:23 +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
Akash K
457857a711
feat: team search in workspace search and spotlight ( #3896 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-19 18:50:35 +05:30
Nivedin
7ec8659381
feat: request variables ( #3825 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-07 12:50:44 +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
dfdd44b4ed
fix(persistence-service): update global environment variables schema ( #3829 )
2024-02-15 21:40:31 +05:30
Nivedin
45b532747e
fix: environment tooltip update bug ( #3819 )
2024-02-13 17:42:02 +05:30
Nivedin
41bad1f3dc
fix: secret environment flow bugs ( #3817 )
2024-02-10 20:22:10 +05:30
Muhammed Ajmal M
47226be6d0
feat: persist line wrap setting ( #3647 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-02-09 14:05:09 +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
d7cdeb796a
chore(common): analytics on spotlight ( #3727 )
...
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com >
2024-02-02 15:32:06 +05:30
Anwarul Islam
a28a576c41
feat: team environment search and switch ( #3700 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-01-30 19:49:04 +05:30
James George
3d25ef48d1
fix(persistence-service): update schemas found to differ in runtime ( #3671 )
2023-12-19 18:34:27 +05:30
Andrew Bastin
5ad8f6c2ce
chore: move window.open to platform io to handle desktop app
2023-12-19 11:26:37 +05:30
Joel Jacob Stephen
cf8b5975ac
refactor: improvements made to how banners are to be dismissed ( #3656 )
2023-12-15 17:08:57 +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