You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to support end to end operations of image tag management via CLI (#41)
* Updated requirements.txt. Fixed pylint issues. Updated test gen script
* Added 2 new tables. Renamed tables to support ordered deploy
* Added support for user creating and auditing in DB, DAL, and deployment.
* Removed comment
* Change
* Adding support to check if db already exists.
* Added comment
* Fixed issue in db resoruces install file. Updated table schema
* Updated deployment to be more idempotent. Updated table schemas
* Added a new version of the data access layer. Added simple unit tests.
* Added comments
* Fixed issue
* Changed query formatting in some areas
* Removing unused files
* Removed __init__.py that was causing pytest issues. Updated yaml.
* Added packages
* Fixed format issue
* Fixing more linting issues
* Removing 3.5 from matrix
* Changes to enforce Tagging_User as a key in the CLI config
* Updated requirements.txt. Fixed pylint issues. Updated test gen script
* Added 2 new tables. Renamed tables to support ordered deploy
* Added support for user creating and auditing in DB, DAL, and deployment.
* Adding support to check if db already exists.
* Added comment
* Fixed issue in db resoruces install file. Updated table schema
* Updated deployment to be more idempotent. Updated table schemas
* Fixed issue
* Changed query formatting in some areas
* Changes to enforce Tagging_User as a key in the CLI config
* Revised teh way we do user tracking.
* Using logging pkg. Username integration in CLI. Clean up
* Using logging pkg. Username integration in CLI. Clean up
* Requiring that onboard have an argument in CLI
* Added comment
* Adding version to package dependency
0 commit comments