Pranay Pandey
|
936c97b53a
|
feat: add button to export test results as json (#4419)
Co-authored-by: nivedin <nivedinp@gmail.com>
|
2024-10-28 21:23:21 +05:30 |
|
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 |
|
Shreyas
|
f52219bb95
|
feat: openssl based hoppscotch-relay for request forwarding (#4442)
|
2024-10-24 14:20:51 +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 |
|
Joel Jacob Stephen
|
0e00eeb950
|
feat: introducing ability to set custom collection import size limit (#4440)
|
2024-10-23 18:34: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 |
|
Akash K
|
c90aaec65d
|
fix: update copy + improve ux on ai experiments (#4393)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-10-01 16:17:31 +05:30 |
|
Akash K
|
0b5a424b69
|
feat: modify body with ai & feedback on ai requests hoppscotch-common bindings (#4386)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-09-30 22:21:14 +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 |
|
Dmitry
|
5a06e52389
|
feat(filename): added filename in download functional (#4329)
Co-authored-by: Dmitry Mukovkin <d.mukovkin@cft.ru>
Co-authored-by: nivedin <nivedinp@gmail.com>
|
2024-09-19 18:23:40 +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 |
|
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 |
|
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 |
|
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 |
|
Akash K
|
2917d50c6a
|
feat: copyable invite links (#4153)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
|
2024-06-28 18:48:10 +03:00 |
|
Andrew Bastin
|
fd60c630fd
|
refactor: remove auto dismissal of whats new toast and move it to the bottom left
|
2024-06-28 15:05:16 +03:00 |
|
Anwarul Islam
|
b851d3003c
|
feat: added change log prompt for PWA updates (#4098)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
|
2024-06-27 19:03:33 +03:00 |
|
James George
|
3b70668162
|
feat: CLI collection runner command generation UI flow (#4141)
Co-authored-by: nivedin <nivedinp@gmail.com>
|
2024-06-27 19:17:56 +05:30 |
|
Anwarul Islam
|
9d02c8e6c9
|
feat: added codegen tab in the sidebar (#4099)
|
2024-06-24 12:03:19 +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 |
|
Nivedin
|
eecc3db4e9
|
chore: update placeholder text (#4023)
|
2024-04-30 16:49:32 +05:30 |
|
Nivedin
|
0e2887b4e9
|
feat: first time user spotlight animation (#3977)
|
2024-04-22 12:21:30 +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 |
|
Nivedin
|
c326f54f7e
|
feat: added mutation and function to platform for updating user profile name (#3929)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com>
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-25 14:41:25 +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 |
|
Nivedin
|
146c73d7b6
|
feat: github enterprise SSO provider addition (#3914)
|
2024-03-20 20:01:56 +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
|
8fdba760a2
|
refactor: personal workspace nomenclature update (#3893)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-13 14:21:23 +05:30 |
|
Nivedin
|
07e8af7947
|
refactor: update team nomenclature (#3880)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
|
2024-03-08 23:54:32 +05:30 |
|
Akash K
|
6d66d12a9e
|
feat: common changes for site protection (#3878)
|
2024-03-07 23:43:20 +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
|
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 |
|
Nivedin
|
3911c9cd1f
|
refactor: update share request flow (#3805)
|
2024-02-05 23:50:15 +05:30 |
|
Nivedin
|
7db7b9b068
|
fix: fallback section for embeds if invalid link (#3673)
|
2023-12-19 18:37:44 +05:30 |
|
James George
|
3d7a76bced
|
chore(common): Gist export flow updates (#3665)
|
2023-12-19 17:37:35 +05:30 |
|
Nivedin
|
74359ea74e
|
fix: auth-header not inheriting properties (#3668)
|
2023-12-19 17:04:24 +05:30 |
|
Liyas Thomas
|
d80e6c01c8
|
chore: i18n
|
2023-12-16 12:29:44 +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 |
|
Akash K
|
5209c0a8ca
|
feat: dynamically load enabled auth providers (#3646)
|
2023-12-13 23:38:21 +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 |
|