Nivedin
3722be0de1
fix: codegen breaking in example tab and minor UI updates ( #4478 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-10-28 16:09:40 +05:30
Nivedin
c72ded2251
chore: environment highlight colour schema update ( #4464 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-10-25 13:01:38 +05:30
Shreyas
f52219bb95
feat: openssl based hoppscotch-relay for request forwarding ( #4442 )
2024-10-24 14:20:51 +05:30
James George
7aa43232cc
chore: bump dependencies ( #4444 )
2024-10-24 03:25:55 +05:30
Andrew Bastin
8e91078f43
fix: comments being stripped out of json request body ( #4402 )
2024-10-04 23:41:40 +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
Anwarul Islam
a283edec6e
fix: prettify JSON request body with comments ( #4399 )
...
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-10-03 18:56:01 +05:30
Anwarul Islam
dcdcdeb1db
feat: support for comments on application/json request body ( #4335 )
2024-10-01 14:08:01 +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
fdf5bf34ed
feat: support import collections between workspaces ( #4377 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-09-30 18:42:09 +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
James George
5742968eda
feat: duplicate global environment under team workspaces ( #4334 )
...
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-09-25 18:14: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
HelixY2J
1701961335
feat: add loading state for import actions ( #4217 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-09-23 17:00:48 +05:30
James George
a395643387
fix: ensure cross-platform compatibility with file exports ( #4336 )
2024-09-10 12:53:33 +05:30
Andrew Bastin
519b520913
fix: sidebar codegen crashing and AWS Signature Auth flow ( #4315 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
2024-09-01 21:25:06 +05:30
Anwarul Islam
c2fb6aee3f
chore: AWS Signature Authorization type flow updates ( #4311 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-08-30 20:28:27 +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
Anwarul Islam
9ad6a419c1
feat: new ui for response interface generation ( #4105 )
...
* feat: codegen body added
* feat: new ui added for response interface
* feat: generate code component added
* chore: default collection tab
* feat: generate data schema
* chore: clean up
* chore: minor code refactor
* fix: only render if `isDrawerOpen` is true
* chore: clean up
* chore: clean up
---------
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-08-30 12:10:52 +05:30
Akash K
9a86d0c207
feat: support importing HAR ( Http Archive Format ) files ( #4307 )
...
* feat: import har files to hoppscotch
* chore: fix some edge cases
* chore: exclude query params from the generated request endpoint
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-08-29 14:33:07 +05:30
Nivedin
3e2c72bdb2
feat: sort environments alphabetically ( #4280 )
...
* feat: sort environments alphabetically in sidebar and selector
* fix: correct typo in i18n string key
* fix: rename and export team environments bug
* chore: added sortEnvironments util function
* chore: ads doc
* chore: cleanup
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-08-28 13:16:10 +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
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
Akash K
31b691bb37
chore: add ai renames at more places ( #4244 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-08-07 21:43:32 +05:30
artu-ole
f05966b335
fix: path not taken into account for socket.io connection without token auth ( #4226 )
...
fix: path not taken into account for socket.io connection
2024-08-06 17:35:50 +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
Nivedin
c88ea5c8b2
fix: auth bug when value is a secret environment ( #4210 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-07-27 20:54:16 +05:30
Dmitry
f913899ad5
fix: fix issue for multipart/form-data and cookie header ( #4172 )
...
* fix(multipart-formdata): fix type for data variable
* fix(multipart-formdata): fix parameter filter for unsetted file
* fix(multipart-formdata): add mime type for sending file
* fix(multipart-formdata): add application/octet-stream by default mimetype
* fix(multipart-formdata): remove content-type: multipart/form-data header
* fix(multipart-formdata): remove cookie cookie header if not present
* fix(multipart-formdata): fix content-type filter
---------
Co-authored-by: Dmitry Mukovkin <d.mukovkin@cft.ru >
2024-07-22 18:33:38 +05:30
Anwarul Islam
801df8ea97
feat: persist HTML response preview preference ( #4177 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-07-19 16:18:55 +05:30
Nivedin
7ebc9a6fd6
fix: secret variables being populated as undefined on code snippets ( #4180 )
2024-07-18 14:44:37 +05:30
Andrew Bastin
9479258acb
chore: merge hoppscotch/patch into hoppscotch/next
2024-06-24 16:09:12 +05:30
Nivedin
fac90ac342
fix: styling issue on selection in codemirror ( #4122 )
2024-06-24 12:15:04 +05:30
Anwarul Islam
d45f15e9cb
fix: prevent unwanted variable wrapping during Insomnia import ( #4076 )
...
feat: conditionally check path variable
2024-06-24 11:46:50 +05:30
James George
021ecf17ce
feat: introduce personal access tokens for authorization ( #4094 )
...
Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com >
2024-06-24 11:45:31 +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
Nivedin
f8ac6dfeb1
chore: add workspace switcher login A/B testing flow ( #4053 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2024-05-10 16:35:42 +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
Eduardo San Martin Morote
08c655235d
fix: use pressed key rather than its code ( #3978 )
...
Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com >
2024-04-19 22:35:13 +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
James George
0a71783eaa
fix(common): ensure requests are translated to the latest version during import and search actions ( #3931 )
2024-03-25 17:09:54 +05:30
Dmitry
1113c79e20
fix: can't import curl command with data-urlencode ( #3905 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-25 13:12:48 +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
Akash K
d19807b212
chore: split axios request options into platform ( #3927 )
...
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2024-03-22 13:42:41 +05:30
Akash K
89d9951f3b
fix: fix typo in team search url ( #3923 )
...
fix: fix typo in team search endpoint url
Co-authored-by: James George <jamesgeorge998001@gmail.com >
2024-03-21 16:44:58 +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
a14870f3f0
fix: collection auth headers active tab update bug and type fix ( #3899 )
2024-03-15 21:17:34 +05:30
kaifulee
efdc1c2f5d
chore: fix some typos ( #3895 )
...
Signed-off-by: kaifulee <cuishuang@outlook.com >
2024-03-15 20:06:34 +05:30