Andrew Bastin
a177bdced0
chore: update vulnerable dependencies
2024-08-29 18:03:44 +05:30
Andrew Bastin
c048c31c6b
chore: bump version to 2024.8.0
2024-08-29 16:01:37 +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
Jean-Paul van Ravensberg
55c1c31b73
feat: oci labels on sh containers ( #4269 )
2024-08-29 14:04:00 +05:30
Patrick Thoelken
1105fb8274
fix: broken healthchecks on sh containers ( #4300 )
2024-08-29 13:53:59 +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
2ed7221182
fix: colour mode bug in profile page ( #4304 )
2024-08-28 18:48:59 +05:30
Dmitry
34f5617adc
chore(lang): update ru locale #2 ( #4298 )
...
chore(lang): update ru locale
Co-authored-by: Dmitry Mukovkin <d.mukovkin@cft.ru >
2024-08-28 13:58:33 +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
James George
33b0a54af1
feat(cli): add support for request variables ( #4275 )
...
feat: add support for request variables in the CLI
2024-08-26 19:21:29 +05:30
Mir Arif Hasan
10e8f4ef19
HSB-482 fix: add env missing checks ( #4282 )
...
fix: add env missing checks
2024-08-26 16:36:15 +05:30
Christian Hansen
a8822badcf
chore: updated and corrected Danish translations. ( #4290 )
...
Update da.json with correct Danish
2024-08-26 12:43:14 +05:30
Dmitry
3e2b9f8e2b
chore(lang): update ru locale ( #4295 )
...
Co-authored-by: Dmitry Mukovkin <d.mukovkin@cft.ru >
2024-08-26 12:22:46 +05:30
lwp2070809
86fc4d9eb5
bug: .env.example fix comments formatting ( #4296 )
2024-08-26 11:25:13 +05:30
Andrew Bastin
ef3193ad6d
chore: merge hoppscotch/main into hoppscotch/next
2024-08-23 15:05:01 +05:30
Nivedin
f115c4ab8e
fix: persist request execution context between tabs ( #4284 )
2024-08-22 22:40:21 +05:30
Andrew Bastin
0218555909
chore: bump version to 2024.7.2
2024-08-21 21:12:34 +05:30
Andrew Bastin
e8319a08df
fix: issues with port binding in different container runtimes ( #4279 )
2024-08-21 19:07:53 +05:30
James George
559c71e39b
fix: sync all settings actions in SH ( #4263 )
2024-08-20 01:22:10 +05:30
Anwarul Islam
775051bac3
chore: update WhatsNewDialog UI and position ( #4252 )
...
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-08-20 01:21:34 +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
Dmitry
f1cb417a5e
fix: improvement for body tab and RawBody empty string bug ( #4273 )
...
* feat(body-label): added label that showing tab is not empty
* fix(body-raw): value is not updated when was empty
---------
Co-authored-by: Dmitry Mukovkin <d.mukovkin@cft.ru >
2024-08-19 15:42:35 +05:30
Tasnim Tantawi
d15e809dcb
fix: update Arabic translations ( #4260 )
...
* Complete Arabic translation
* add removed translations
* chore: format doc
---------
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-08-19 15:40:14 +05:30
Mir Arif Hasan
67f0324521
HSB-473 feat: encrypt sensitive data before storing in db ( #4212 )
...
* feat: encryption added on onMuduleInit
* feat: encryption changes added on sh admin mutations and query
* chore: fetch minimum column from DB
* feat: data encryption added on account table
* test: infra config test case update
* chore: env example modified
* chore: update variable name
* chore: refactor the code
* feat: client-ids made encrypted
* chore: encrypted auth client id's
---------
Co-authored-by: Balu Babu <balub997@gmail.com >
2024-08-14 13:04:12 +05:30
Andrew Bastin
3f78bf1062
chore: bump version to 2024.7.1
2024-08-08 20:14:55 +05:30
Andrew Bastin
afea75694f
refactor: slim down the backend containers ( #4233 )
...
* refactor: slim down the backend containers
* refactor: make containers run as non-root user in container
* chore: correct casing for the build stage definitions
* chore: remove docker compose version field as its obsolete
* chore: optimise chown and chmod into the COPY command itself
* chore: add package overrides for packages with reported vulns
* chore: add pnpm to containers + set workdir dir to the backend project
* fix: permission issues with the fe containers
* chore: define env variables on AIO
2024-08-08 11:31:13 +05:30
Paul Vogel
bbda18c728
i18n: Fix german translation for "label" ( #4240 )
2024-08-07 21:47: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
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
James George
1fdb0f2d04
chore: hide duplicate Global environment action for a team workspace ( #4245 )
2024-08-07 21:42:37 +05:30
jamesgeorge007
1908625297
fix: use correct callback URL for GitHub provider infra config
2024-08-06 23:12:03 +05:30
Paul Vogel
8e58b58b6f
i18n: Add german translations for section "access token" ( #4241 )
...
Add german translations for the access token section
2024-08-06 17:39:54 +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
Muhammed Ajmal M
5bccab0aa0
fix: add to parameters regex ( #4238 )
2024-08-06 15:18:14 +05:30
Balu Babu
0140208753
chore: user management api additions ( #4231 )
...
* feat: added route to delete users in user management api's
* chore: added lastLoggedOn and lastActiveOn fields to user response type
* chore: changed return type
* chore: changed target to prod for hopp-old-backend service
2024-08-05 15:31:59 +05:30
James George
4fd6d6ddb4
fix(cli): remove postinstall script ( #4229 )
2024-07-31 19:10:11 +05:30
Akash K
40f93fc7f4
chore: add analytics event for ai experiments ( #4224 )
2024-07-30 18:55:09 +05:30
Akash K
adb7782b58
chore: enable ai experiments by default in settings ( #4223 )
2024-07-30 18:32:32 +05:30
Andrew Bastin
a9fc7e6a62
chore: bump version to 2024.7.0
2024-07-30 14:41: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
Joel Jacob Stephen
2a37235229
fix(sh-admin): resolved issue while rendering images ( #4221 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com >
2024-07-29 22:59:02 +05:30
Mir Arif Hasan
e26528cedf
fix: infra token expriry check on guard ( #4219 )
...
fix: null check added in infraToken expiry check on guard
2024-07-29 19:38:17 +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
Joel Jacob Stephen
c24d5c5302
feat(sh-admin): introducing infra-tokens to admin dashboard ( #4202 )
...
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-07-29 17:50:06 +05:30
Mir Arif Hasan
783d911f8d
HSB-462 feat: infra token module and sh apis ( #4191 )
...
* feat: infra token module added
* feat: infra token guard added
* feat: token prefix removed
* feat: get pending invites api added
* docs: swagger doc added for get user invites api
* feat: delete user invitation api added
* feat: get users api added
* feat: update user api added
* feat: update admin status api added
* feat: create invitation api added
* chore: swagger doc update for create user invite
* feat: interceptor added to track last used on
* feat: change db schema
* chore: readonly tag added
* feat: get user by id api added
* fix: return type of a function
* feat: controller name change
* chore: improve token extractino
* chore: added email validation logic
---------
Co-authored-by: Balu Babu <balub997@gmail.com >
2024-07-29 12:36:18 +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
James George
5f96cda5e2
feat(cli): add support for JUnit reporter ( #4189 )
2024-07-26 22:56:58 +05:30
jamesgeorge007
ecf0901491
chore: merge hoppscotch/main into hoppscotch/next
2024-07-26 22:39:48 +05:30
Joel Jacob Stephen
9e445cda84
refactor(sh-admin): updated invite flow for the admin dashboard ( #4176 )
...
* feat: new success invite link modal introduced
* refactor: replaced button with lucide icon
* style: vertical padding to lucide icon
* feat: new success invite modal component
* refactor: hide copy link button when there are no pending invites
* refactor: changed copy link button to copy invite link
* chore: minor UI update
---------
Co-authored-by: nivedin <nivedinp@gmail.com >
2024-07-26 20:14:41 +05:30