-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove gorm, use pgx for postgres (#696)
* refactor: use pgx in project repo * refactor: migrate namespace repository * refactor: move secret repository to pgx * fix: fix lint and test issues * refactor: add foreign key for tenant in resource and job * refactor: use pgx for resource and backup * refactor: use pgx for job repository * refactor: change repo for scheduler bc * refactor: move migration command to server * refactor: use pgx remove gorm * refactor: update tenant bounded context * refactor: update scheduler bounded context * refactor: update resource bounded context * refactor: update job bounded context * fix: fix lint errors * fix: fix issues for field scanning * fix: job deleted_at value is always nil issue * fix: job repository read write issues and alter job table * fix: add scheduler repo tests (#698) * fix: bug in __lib.py due to mishandling response from handle_pod_overlap (#695) * fix: add scheduler repo tests Co-authored-by: Anwar Hidayat <[email protected]> * fix: fix time zone to utc * fix: test time zone failures * refactor: simplify job spec struct * fix: scheduler job repo test failures due to spec changes * feat: add 000046 migration down file * fix: inferred dependency resolution issue when duplicated job name found across projects Co-authored-by: Arinda Arif <[email protected]> Co-authored-by: Yash Bhardwaj <[email protected]> Co-authored-by: Anwar Hidayat <[email protected]>
- Loading branch information
1 parent
52918d1
commit 5899045
Showing
62 changed files
with
2,768 additions
and
2,149 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.