-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(search-service): add sequelize support in search service #1883
Conversation
c344faf
to
d9cc3b2
Compare
f9f14b8
to
47df7dd
Compare
47df7dd
to
183386d
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
loopbackio/loopback-next#10312 |
183386d
to
222b007
Compare
222b007
to
e0c327f
Compare
Will be merged after the sequelize version is updated in all services. |
#2047 |
e0c327f
to
f74b11a
Compare
|
@Surbhi-sharma1 version updates are done you can rebase this PR please test your changes in loopback-sequelize are working fine |
f74b11a
to
34b4082
Compare
services/search-service/migrations/pg/migrations/sqls/20240403122951-recent-search-down.sql
Outdated
Show resolved
Hide resolved
services/search-service/migrations/pg/migrations/20240403122951-recent-search.js
Outdated
Show resolved
Hide resolved
9732653
to
363c59a
Compare
services/search-service/migrations/mysql/migrations/sqls/20231221041306-init-up.sql
Outdated
Show resolved
Hide resolved
services/search-service/src/repositories/sequelize/recent-search.repository.ts
Show resolved
Hide resolved
services/search-service/migrations/mysql/migrations/sqls/20231221041306-init-up.sql
Outdated
Show resolved
Hide resolved
services/search-service/src/repositories/sequelize/search-query.repository.ts
Show resolved
Hide resolved
services/search-service/migrations/pg/migrations/sqls/20240403122951-recent-search-up.sql
Outdated
Show resolved
Hide resolved
51d4240
to
5a51d86
Compare
d968b09
to
bb3080c
Compare
services/search-service/migrations/mysql/migrations/sqls/20240405080334-recent-search-up.sql
Outdated
Show resolved
Hide resolved
83102f9
to
72739b4
Compare
72739b4
to
d869e0b
Compare
add sequelize support in search service GH-1350
add create function in search query repository GH-1350
add where column MIGRATION CHANGE: migration-20240403122951- add where column GH-1350
MIGRATION CHANGE: migration-20240405080334- add sql migrations migration-20231221041306- add sql migrations migration-20240403122951- add sql migartions GH-1350
MIGRATION CHANGE: migration-20231221041306- resolve comments migration-20240405080334- resolve comments migration-20240403122951- resolve clomments GH-1350
d869e0b
to
7fcd655
Compare
Quality Gate passedIssues Measures |
add sequelize support in search service
GH-1350
Description
add sequelize support in search service
Fixes #1350
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: