33508 merge with main#4490
Open
kialj876 wants to merge 10 commits into
Open
Conversation
* Initial commit - Python 3.13, major deps, major flows passed manual testing, unit tests setup broken Signed-off-by: Kial Jinnah <[email protected]> * interim commit - over 80% of tests passing Signed-off-by: Kial Jinnah <[email protected]> * interim commit - fixes for meta, naics, and authorization tests Signed-off-by: Kial Jinnah <[email protected]> * All tests passing except a couple Signed-off-by: Kial Jinnah <[email protected]> * Fixed remaining tests Signed-off-by: Kial Jinnah <[email protected]> * cleanup Signed-off-by: Kial Jinnah <[email protected]> * chore: lint fixes Signed-off-by: Kial Jinnah <[email protected]> * sonar cloud reliability Signed-off-by: Kial Jinnah <[email protected]> * chore: rebase Signed-off-by: Kial Jinnah <[email protected]> * chore lint warnings Signed-off-by: Kial Jinnah <[email protected]> * chore: update model dep for consolidation comments Signed-off-by: Kial Jinnah <[email protected]> * chore: cleanup for green CI Signed-off-by: Kial Jinnah <[email protected]> * chore: poetry lock for lxml dep update Signed-off-by: Kial Jinnah <[email protected]> --------- Signed-off-by: Kial Jinnah <[email protected]>
* 33245 Legal API - use common utils, reduce deprecation warnings Signed-off-by: Kial Jinnah <[email protected]> * chore: cleanup Signed-off-by: Kial Jinnah <[email protected]> * chore: cleanup Signed-off-by: Kial Jinnah <[email protected]> * chore: update lock file Signed-off-by: Kial Jinnah <[email protected]> * chore: fix typing on sonar cloud issue Signed-off-by: Kial Jinnah <[email protected]> --------- Signed-off-by: Kial Jinnah <[email protected]>
* 33246 Legal API - use common account Signed-off-by: Kial Jinnah <[email protected]> * chore: cleanup Signed-off-by: Kial Jinnah <[email protected]> * chore: ruff fix Signed-off-by: Kial Jinnah <[email protected]> --------- Signed-off-by: Kial Jinnah <[email protected]>
Signed-off-by: Kial Jinnah <[email protected]>
… common (bcgov#4465) * Legal API DBC use python common Signed-off-by: Lucas <[email protected]> * lint Signed-off-by: Lucas <[email protected]> * test Signed-off-by: Lucas <[email protected]> * Update dep Signed-off-by: Lucas <[email protected]> * Fix lock Signed-off-by: Lucas <[email protected]> * Tests Signed-off-by: Lucas <[email protected]> * Test Signed-off-by: Lucas <[email protected]> --------- Signed-off-by: Lucas <[email protected]>
Signed-off-by: Kial Jinnah <[email protected]>
Signed-off-by: Kial Jinnah <[email protected]>
Signed-off-by: Kial Jinnah <[email protected]>
Collaborator
Author
Existing duplication getting picked up due to new imports etc. |
Collaborator
Author
|
|
thorwolpert
approved these changes
Jun 15, 2026
thorwolpert
left a comment
Collaborator
There was a problem hiding this comment.
I looked through a great deal of this, it looks like you caught everything in the change for the model and typing (nice to bring that up to the latest pythonic style).
Great to see the model move being completed!
Signed-off-by: Kial Jinnah <[email protected]>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Issue #: /bcgov/entity#33508
Description of changes:
Most of this has already been reviewed and the updates to make during the rebase were all minor things (typing, imports, test mock setup change, etc.).
You can also follow the commits below to make it easier to ignore what has already been reviewed. Please note that I rebased this off of main and you will see I messed it up a bit in the legal_api init which I fix later on in the commit history.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).