This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use similar validation of clusters to account logic * Fix/refactor code that was trying to build the usage table with subtables * clean up formatting on info output * fix cartesian product warning output * add sql expression form for Allocation.isExhausted hybrid property * Add reminder to put in isExhausted tests * Add function under Account Services to manually insert a db entry for a new account * Add CLI option for Account insert * Add tests for Account insert cli option * Add test for Account insert account logic * UpdateStatus is and AdminServices functionality, not AccountServices * use subparsers * fix accidentally breaking the usage table with merge resolution * codacy items, missing setup for tests * Caught trying to lazy load * small fixes to tests * Fix change from confusion of account update status and admin update status * simplify account add * fix assertion checking for finding an account * missing EOF line * fix handling empty usage_data * Pull insert cli functionality in favor of automatic insertion * use static method to perform account insertion if it does not already exist * test automatic account insertion upon services object creation * Add idempotence test on account setup in db * typo --------- Co-authored-by: Nickolas Comeau <[email protected]>
- Loading branch information
Showing
6 changed files
with
112 additions
and
5 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