Andrew Bastin
|
bb01afeb99
|
fix: jest crashing out on tests
|
2023-02-02 13:39:54 +05:30 |
|
Andrew Bastin
|
bfc45993f8
|
Merge remote-tracking branch 'central/main'
|
2023-01-30 18:06:19 +05:30 |
|
Liyas Thomas
|
b95e2b365a
|
fix: broken environment highlight color
|
2023-01-30 10:01:33 +05:30 |
|
Liyas Thomas
|
73e788b513
|
chore: fix broken RouterLink component
|
2023-01-28 09:49:14 +05:30 |
|
Petro S
|
15d135c11b
|
chore: fixed i18n grammatical errors (#2908)
|
2023-01-28 08:44:31 +05:30 |
|
Anwarul Islam
|
0fcda0be1a
|
refactor: hoppscotch ui (#2887)
* feat: hopp ui initialized
* feat: button components added
* feat: windi css integration
* chore: package removed from hopp ui
* feat: storybook added
* feat: move all smart components hoppscotch-ui
* fix: import issue from components/smart
* fix: env input component import
* feat: add hoppui to windicss config
* fix: remove storybook
* feat: move components from hoppscotch-ui
* feat: storybook added
* feat: storybook progress
* feat: themeing storybook
* feat: add stories
* chore: package updated
* chore: stories added
* feat: stories added
* feat: stories added
* feat: icons resolved
* feat: i18n composable resolved
* feat: histoire added
* chore: resolved prettier issue
* feat: radio story added
* feat: story added for all components
* feat: new components added to stories
* fix: resolved issues
* feat: readme.md added
* feat: context/provider added
* chore: removed app component registry
* chore: remove importing of all components in hopp-ui to allow code splitting
* chore: fix vite config errors
* chore: jsdoc added
* chore: any replaced with smart-item
* chore: i18n added to ui components
* chore: clean up - removed a duplicate button
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
|
2023-01-28 08:27:00 +05:30 |
|
Ankit Sridhar
|
648637a1a1
|
Merge pull request #8 from hoppscotch/feat/user-session
feat: introducing current session of rest and gql (backend)
|
2023-01-24 17:09:30 +05:30 |
|
Mir Arif Hasan
|
91adf379da
|
chore: removed redundant comment
|
2023-01-24 17:27:40 +06:00 |
|
Mir Arif Hasan
|
08ca57cba2
|
feat: user session resolver added for sessions updates
|
2023-01-24 17:19:24 +06:00 |
|
Mir Arif Hasan
|
e6fcb1272a
|
Merge branch 'main' into feat/user-session
|
2023-01-24 15:40:19 +06:00 |
|
Mir Arif Hasan
|
60a5acdb9d
|
fix: typo
|
2023-01-24 15:28:27 +06:00 |
|
Mir Arif Hasan
|
2221261ec2
|
fix: typo
|
2023-01-24 15:27:03 +06:00 |
|
Mir Arif Hasan
|
6627514e88
|
chore: pulled from main
|
2023-01-24 15:24:11 +06:00 |
|
Mir Arif Hasan
|
d7b02da719
|
test: more test case added for user module
|
2023-01-24 15:12:30 +06:00 |
|
Mir Arif Hasan
|
ebbe015bbc
|
feat: db schema update from string to json column type
|
2023-01-24 15:10:54 +06:00 |
|
Balu Babu
|
e03a92f8d8
|
Merge pull request #7 from hoppscotch/feat/user-history
feat: introduce user history in self hosted
|
2023-01-24 13:05:43 +05:30 |
|
ankitsridhar16
|
7d98c1b355
|
Merge remote-tracking branch 'origin/main' into feat/user-history
# Conflicts:
# packages/hoppscotch-backend/prisma/schema.prisma
|
2023-01-24 13:04:19 +05:30 |
|
ankitsridhar16
|
e78040a376
|
refactor: removed migrations
|
2023-01-24 13:00:34 +05:30 |
|
ankitsridhar16
|
97eedb568c
|
refactor: added fetchUserHistoryByID method and added changes for spread
|
2023-01-24 12:53:44 +05:30 |
|
Balu Babu
|
161f1db40e
|
Merge pull request #5 from hoppscotch/feat/user-settings
feat: introducing user-settings in self-hosted (backend)
|
2023-01-24 12:30:50 +05:30 |
|
Mir Arif Hasan
|
b50b97a4d1
|
chore: removed seed cmd form package.json
|
2023-01-24 12:50:31 +06:00 |
|
Mir Arif Hasan
|
e8e176ed40
|
fix: removed seed scripts
|
2023-01-24 12:49:22 +06:00 |
|
Mir Arif Hasan
|
bc82e9c7fa
|
feat: user settings create subscription added and fixed typos
|
2023-01-24 07:26:47 +06:00 |
|
Balu Babu
|
73ace77305
|
refactor: changed the test cases to reflect change to UserHistory schema
|
2023-01-24 02:02:17 +05:30 |
|
Balu Babu
|
4023dcf09d
|
chore: changed the return data to use spread operator
|
2023-01-24 00:40:14 +05:30 |
|
ankitsridhar16
|
ebf236b387
|
chore: added changes to creating a history in resolvers and service method
|
2023-01-23 22:51:37 +05:30 |
|
Mir Arif Hasan
|
e40d77420c
|
chore: comment text updated
|
2023-01-23 21:54:19 +06:00 |
|
Mir Arif Hasan
|
27b9f57d7a
|
test: pubsub test case added on user settings create
|
2023-01-23 21:51:46 +06:00 |
|
Mir Arif Hasan
|
3cd9639f34
|
test: feedback updated on test script
|
2023-01-23 21:32:00 +06:00 |
|
ankitsridhar16
|
a5a14f6c76
|
chore: applied review changes for resolvers
|
2023-01-23 20:21:44 +05:30 |
|
Mir Arif Hasan
|
bfac3f8ad0
|
feat: db column update from settings to properties
|
2023-01-23 20:25:48 +06:00 |
|
Mir Arif Hasan
|
dcadbac4d5
|
docs: update mutation description
|
2023-01-23 16:33:48 +06:00 |
|
ankitsridhar16
|
626d703d77
|
refactor: updated test cases to split subscription
|
2023-01-23 15:23:53 +05:30 |
|
ankitsridhar16
|
25b7ef3d2e
|
refactor: updated pubsub publishing to leverage new topic defs and rewrote map logic
|
2023-01-23 15:23:02 +05:30 |
|
ankitsridhar16
|
d812e6ab96
|
refactor: user history resolver changes
|
2023-01-23 15:06:01 +05:30 |
|
ankitsridhar16
|
74e4a77ce6
|
chore: added topics for user history subscriptions
|
2023-01-23 15:04:05 +05:30 |
|
ankitsridhar16
|
863e1ee113
|
fix: fixed merge related conflicting data
|
2023-01-23 15:03:03 +05:30 |
|
Mir Arif Hasan
|
33e4a15830
|
feat: used new pubsub method to publish
|
2023-01-23 15:28:55 +06:00 |
|
Mir Arif Hasan
|
bf09786423
|
feat: used new pubsub method and resolve conflicts
|
2023-01-23 15:11:52 +06:00 |
|
ankitsridhar16
|
f7070dd3f7
|
Merge remote-tracking branch 'origin/main' into feat/user-history
# Conflicts:
# packages/hoppscotch-backend/prisma/schema.prisma
# packages/hoppscotch-backend/src/app.module.ts
|
2023-01-23 13:22:12 +05:30 |
|
ankitsridhar16
|
523c650c9d
|
chore: updated primsa type for executed on
|
2023-01-23 13:13:19 +05:30 |
|
Ankit Sridhar
|
469d408b09
|
Merge pull request #10 from hoppscotch/refactor/subscriptionHandler
HBE-85 - Refactor SubscriptionHandler
|
2023-01-23 11:55:14 +05:30 |
|
ankitsridhar16
|
cb1b13bdb4
|
chore: updated filename to topicDefs
|
2023-01-23 11:49:41 +05:30 |
|
ankitsridhar16
|
480a34c0f7
|
fix: updated resolver pubsub topic name
|
2023-01-23 09:54:20 +05:30 |
|
ankitsridhar16
|
606e0120ee
|
chore: removed the logic for primitiveTypes as it is unused
|
2023-01-20 16:13:35 +05:30 |
|
ankitsridhar16
|
6da85fd286
|
chore: updated types to def and changed deleted many as a new indexed type
|
2023-01-20 16:12:45 +05:30 |
|
ankitsridhar16
|
298b960ef7
|
chore: removed comment
|
2023-01-20 15:18:04 +05:30 |
|
ankitsridhar16
|
0bed5cd99a
|
chore: removed subscription handler related files
|
2023-01-20 14:57:47 +05:30 |
|
ankitsridhar16
|
bc55af27a7
|
chore: updated user environment to use PubSub instead of SubscriptionHandler
|
2023-01-20 14:56:28 +05:30 |
|
ankitsridhar16
|
a0006f73ac
|
chore: added message types to PubSub Service
|
2023-01-20 14:55:26 +05:30 |
|