Balu Babu
131b014e64
chore: changed target of hoppscotch-old-backend service to prod
2023-11-07 17:51:34 +05:30
Balu Babu
877f210ad7
chore: changed updateShortcode method name to updateEmbedProperties
2023-11-07 17:48:27 +05:30
Mir Arif Hasan
23bb9bc3d1
Revert "fix: handle invalid input for shortcode properties"
...
This reverts commit 4dcb0afb18 .
2023-11-06 21:08:44 +06:00
Mir Arif Hasan
4dcb0afb18
fix: handle invalid input for shortcode properties
2023-11-06 20:23:02 +06:00
Balu Babu
2e445224da
chore: removed unused dependencies
2023-11-06 17:57:28 +05:30
Balu Babu
032164f263
chore: fixed issue with updatedOn field in shortcodes model
2023-11-06 17:52:10 +05:30
Balu Babu
61efaaa248
chore: changed target of old-backend service in docker-compose file
2023-11-06 13:22:21 +05:30
Balu Babu
c8c3314430
feat: generated migrations file for new schema changes to Shortcodes table
2023-11-06 13:20:02 +05:30
Balu Babu
3eef6c9b04
chore: changed properties to embedProperties in shortcode model
2023-11-06 13:18:14 +05:30
Balu Babu
2064af92fc
chore: added missing import in shortcode tests
2023-11-06 13:11:03 +05:30
Balu Babu
1b00ff6c9e
chore: moved shared-requests into shortcode module
2023-11-06 13:08:59 +05:30
Balu Babu
8fe1483de5
chore: created migration for shared-requests
2023-11-03 14:07:30 +05:30
Balu Babu
892be11445
chore: added all test-cases for updateSharedRequest method
2023-11-03 13:51:18 +05:30
Balu Babu
00ad3307d4
chore: fixed incorrect value getting updated
2023-11-03 13:13:54 +05:30
Balu Babu
2e396b3402
chore: fixed issue with updateSharedRequest method
2023-11-03 13:10:25 +05:30
Balu Babu
0be35633cf
chore: added updatedOn field to shortcode model
2023-11-03 13:05:18 +05:30
Balu Babu
91c07e15b3
feat: added ability to update and listen to updates of shared-requests
2023-10-31 20:04:26 +05:30
Balu Babu
130aa8503c
chore: resolved all comments raised in review
2023-10-31 19:18:10 +05:30
Balu Babu
1703f2ee8a
chore: added deprecated label to all queries,mutations and subscriptions in the shortcode module
2023-10-26 12:38:11 +05:30
Balu Babu
f780ca7a92
test: modified all relevant tests in shortcode module
2023-10-26 12:20:04 +05:30
Balu Babu
3747da9939
test: added all testcases for shared-request module
2023-10-26 12:16:32 +05:30
Balu Babu
8007191d7a
chore: added shared-requests into user deletion spec
2023-10-26 11:26:06 +05:30
Balu Babu
a1b952329b
chore: removed unused dependncues in share-requests module
2023-10-26 11:05:19 +05:30
Balu Babu
1124ba1ba3
chore: completed subscription to delete a SharedRequest
2023-10-25 22:06:46 +05:30
Balu Babu
6023ee27cf
chore: completed mutation to delete a SharedRequest
2023-10-25 22:02:55 +05:30
Balu Babu
d56224b17b
chore: completed query to fetch all user created shared-requests
2023-10-25 21:57:09 +05:30
Balu Babu
b7462ab014
chore: completed subscription to create a SharedRequest
2023-10-25 21:49:04 +05:30
Balu Babu
b74c1abf6f
chore: completed mutation to create a SharedRequest
2023-10-25 21:45:26 +05:30
Balu Babu
7876c42312
chore: complete sharedRequest query
2023-10-25 21:06:42 +05:30
Balu Babu
f149582a62
chore: created shared-request model
2023-10-25 20:47:13 +05:30
Balu Babu
12f2840013
chore: created shared-requests module
2023-10-25 20:12:31 +05:30
Balu Babu
28a88759c6
feat: added new property to existing shortcode model in prisma schema
2023-10-25 19:38:06 +05:30
Andrew Bastin
d1c9c3583f
chore: merge hoppscotch/release/2023.8.3 into hoppscotch/release/2023.12.0
2023-10-19 09:34:49 +05:30
James George
2462492c86
chore(cli): bump dependencies ( #3441 )
...
* chore: bump CLI dependencies
* chore: update package.json
Bump version and specify minimum Node.js version
2023-10-16 18:23:22 +05:30
Joel Jacob Stephen
7a9f0c8756
refactor: improvements to the auth implementation in admin dashboard ( #3444 )
...
* refactor: abstract axios queries to a separate helper file
* chore: delete unnecessary file
* chore: remove unnecessary console logs
* refactor: updated urls for api and authquery helpers
* refactor: updated auth implementation
* refactor: use default axios instance
* chore: improve code readability
* refactor: separate instances for rest and gql calls
* refactor: removed async await from functions that do not need them
* refactor: removed probable login and probable user from the auth system
* refactor: better error handling in login component
* chore: deleted unnecessary files and restructured some files
* feat: new errors file with typed error message formats
* refactor: removed unwanted usage of async await
* refactor: optimizing the usage and return of promises in auth flow
* refactor: convey boolean return type in a better way
* chore: apply suggestions
* refactor: handle case when mailcatcher is not active
---------
Co-authored-by: nivedin <nivedinp@gmail.com >
Co-authored-by: James George <jamesgeorge998001@gmail.com >
2023-10-16 18:14:02 +05:30
Balu Babu
46caf9b198
refactor: removed all instances of rejectOnNotFound in prisma queries ( #3377 )
...
* chore: removed rejectOnNotFound property from prisma query in team-enviroment method
* chore: fixed issues with test cases in team-environment module
* chore: changed target of hoppscotch-old-backend service back to prod
2023-10-16 14:04:03 +05:30
Mir Arif Hasan
f5db54484c
HBE-266 Update NestJS packages ( #3389 )
...
* build: update npm nest packages
* build: removed depricated apollo-server-plugin package
* build: pnpm-lock file added
* build: swc integrated
* Revert "build: swc integrated"
This reverts commit 803a01f38f210dfbcd603665893d29af565c8908.
* feat: upgrade graphql* packages version
* feat: upgrade point release
* feat: update pnpm-lock file
2023-10-16 12:23:55 +05:30
Mir Arif Hasan
8deb6471b9
HBE-270 Test-Case timestamp issue fix in backend ( #3415 )
...
test: timestamp issue fix in user-history
2023-10-16 12:11:15 +05:30
Liyas Thomas
73b3ff8e41
feat: improve import-export UI ( #3452 )
...
* chore: uniform styles across components
* chore: removed absolute wrapper divs
* feat: add import button when graphql collections are empty
* chore: add icon for button
---------
Co-authored-by: nivedin <nivedinp@gmail.com >
2023.8.2
2023-10-13 17:57:14 +05:30
James George
016a18d3b2
fix(common): use tab service within helpers ( #3448 )
2023-10-12 13:15:45 +05:30
Anwarul Islam
ba31cdabea
feat: tab service added ( #3367 )
2023-10-11 18:21:07 +05:30
Nivedin
51510566bc
refactor: add import buttons in empty state for collections & environments ( #3438 )
2023-10-11 11:08:51 +05:30
Anwarul Islam
cabee0ecc8
fix: memory leak issue on TeamInvite modal ( #3440 )
...
* fix: memory leak issue
* feat: added rerun ability
* chore: lint fix
2023-10-11 07:59:12 +05:30
Anwarul Islam
2c2b39a236
feat: no permission warning added for users except owner while deleting team ( #3328 )
...
* feat: no permission warning added
* chore: changed to function reference
2023-10-09 19:31:48 +05:30
Liyas Thomas
78450c9316
fix: tooltip position in editor instance ( #3374 )
2023-10-09 11:37:52 +05:30
Joel Jacob Stephen
b18fd90b64
fix: blank screen in admin dashboard on authentication problems ( #3385 )
...
* fix: dashboard logs out user when cookie expires or is unauthorized
* fix: handles the 401 error thrown when trying to refresh tokens
* chore: updated wrong logic when returning state in refresh token function
* feat: introduced auth exchange to urql client to check for errors on each backend call
* fix: prevent multiple window reloads
---------
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-10-09 10:08:35 +05:30
Andrew Bastin
0188a8d7db
chore: bump version
2023-10-06 22:04:57 +05:30
Joel Jacob Stephen
6c63a8dc28
refactor: updated i18n implementation in the admin dashboard ( #3395 )
...
* feat: introduced new unplugin i18n and removed the old vite i18n package
* refactor: updated vite config to support the new plugin
* refactor: removed irrelevant logic from the i18n module
2023-10-06 17:36:19 +05:30
Rakibul Yeasin
17d6ae15a5
fix: Cannot set custom method #3406 ( #3408 )
...
* fix : #3406
* chore: remove console log
* fix: an unknown keyboard event issue
---------
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com >
2023-10-06 11:57:26 +05:30
Andrew Bastin
40f72278a9
fix: team collection resetting on unmount within app lifecycle ( #3396 )
...
* fix: team collection resetting on unmount within app lifecycle
* chore: linting
* refactor: eliminate redundancy
* chore: update comment about the watcher purpose
---------
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com >
2023-10-06 11:34:44 +05:30