Skip to content

Commit

Permalink
22956 - Verify update legal filings job to use new db versioning (#3105)
Browse files Browse the repository at this point in the history
* update requirements for legal-api and schemas
* remove update-legal-filings-job FFs for db-versioning
  • Loading branch information
eason-pan-bc authored Dec 3, 2024
1 parent 2dcbab4 commit 8e68ecd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
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
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
}
}
}

0 comments on commit 8e68ecd

Please sign in to comment.