Skip to content
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

22956 - Verify update legal filings job to use new db versioning #3105

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions jobs/update-legal-filings/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ asyncio-nats-streaming==0.4.0
nest_asyncio
protobuf==3.15.8
git+https://github.com/bcgov/lear.git#subdirectory=colin-api
git+https://github.com/bcgov/lear.git#egg=legal_api&subdirectory=legal-api

# install updated legal-api from feature branch for development,
# TODO - change it back when the db versioning feature branch merged to main
git+https://github.com/bcgov/lear.git@feature-db-versioning#egg=legal_api&subdirectory=legal-api
# git+https://github.com/bcgov/lear.git#egg=legal_api&subdirectory=legal-api

git+https://github.com/bcgov/lear.git#egg=sql-versioning&subdirectory=python/common/sql-versioning
git+https://github.com/bcgov/business-schemas.git@2.5.12#egg=registry_schemas
git+https://github.com/bcgov/business-schemas.git@2.18.27#egg=registry_schemas
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update the schema version to the latest (same as legal-api)

3 changes: 1 addition & 2 deletions legal-api/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"dissolutions-job": false,
"furnishings-job": true,
"emailer-reminder-job": false,
"update-colin-filings-job": false,
"update-legal-filings-job": false
"update-colin-filings-job": false
}
}
}
3 changes: 1 addition & 2 deletions queue_services/entity-bn/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"dissolutions-job": false,
"furnishings-job": false,
"emailer-reminder-job": false,
"update-colin-filings-job": false,
"update-legal-filings-job": false
"update-colin-filings-job": false
}
}
}
3 changes: 1 addition & 2 deletions queue_services/entity-emailer/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"dissolutions-job": false,
"furnishings-job": false,
"emailer-reminder-job": false,
"update-colin-filings-job": false,
"update-legal-filings-job": false
"update-colin-filings-job": false
}
}
}
Loading