Commit Graph

813 Commits (3af2d9c2c26e032ffc4adc0fd060861fffd85c2b)
 

Author SHA1 Message Date
erik 83a7c7ad7d Fix CI: Update how pylint and mypy look for files 1 year ago
erik 066c874734 DDD Refactor: Use only init with object 1 year ago
erik b510314135 Fix CI: Removed R0201
This has been moved to optional and does not need
to be disabled by us.
1 year ago
erik d263ba73ce Fix CI: Test for Exception rather than None 1 year ago
erik 8e8ad034a7 Fix CI: Refactor None like logic
We now do check wether from_git or from_env was
called and then take a bool based decision on which
method to call. Also: Type declarations and specific errors.
1 year ago
erik 420030fa0a Fix CI: Update type declaration and value assignments 1 year ago
erik 10e7deb74b Fix CI: Update Type declarations 1 year ago
erik 578ac29ebb Fix CI: Remove unnecessary default val 1 year ago
erik e31b4ef7b2 Fix CI: More Specific Error 1 year ago
erik 44d1708448 Fix CI: Move ValueError to new line 1 year ago
erik 24fc95ff8a Fix CI: Rename to avoid warnings 1 year ago
erik b6d21167b1 Remove todo 1 year ago
erik 943cde3aeb Fix ToDo: Method for always tagging second last 1 year ago
erik 55114f0075 Fix CI: Fix validation 1 year ago
erik b050e9d07c Fix CI: Correctly validate 1 year ago
erik e424732a30 Fix CI: Fix mocks 1 year ago
erik c530628192 Fix CI: Raise specific exception.
Do comparison with !=.
1 year ago
erik 0a85790410 Fix CI: Update Imports on tests 1 year ago
erik 2c65187741 DDD Refactor: Move release_mixin infrastructure to infrastructure 1 year ago
erik 38f700cad5 DDD Refactor: Move release_mixin one layer up 1 year ago
erik 858666a957 DDD Refactor: Move release_mixin_services to application layer 1 year ago
erik bf8fef87c7 DDD Refactor: Move release to domain
Merge release_config and release.
Make imports available.
1 year ago
erik 628ff35303 Fix CI: Add fields for stage and module
As required by linter.
1 year ago
erik 1eac5d36ef DDD Refactor: Move infrastructure.py to infrastructure layer
Make imports available as module.
1 year ago
erik 529f5f165b DDD Refactor: Move image_build_service to application layer
Make imports available as package.
1 year ago
erik a1f9992fba Refactor tests to accomodate changes 1 year ago
erik 84d3e29c28 Refactor for call consistency 1 year ago
erik 537a5836b9 Refactor to use ReleaseConfig object 1 year ago
erik d0ddeb3288 Implement ReleaseConfig 1 year ago
erik fce12d2e21 Make Release object available 1 year ago
erik d3049271cc Uncomment tag_and_push_release 1 year ago
erik ce1fd3f559 Add_remote functionality to GitApi 1 year ago
erik 6dc078877c Move build.py and config.json to resources 1 year ago
erik eab4a8e3e3 Sanitize arguments to system calls 1 year ago
erik fc17d6a14d Move Documentation of ReleaseMixin 1 year ago
Michael Jerger 446ed9744a add review 1 year ago
Michael Jerger 785940d3b6 add review 1 year ago
Michael Jerger d4d49970ec reviwe 1 year ago
Michael Jerger d6d668902b add review comments 1 year ago
Mirco a253960f52 Add ReleaseMixin to architecture 1 year ago
Clemens 1ba7f01b93 Added some todos and extended mypy ci-pipeline 1 year ago
erik 4667c58dbb Implement priority: env first, then git
Add test for this behavior.
1 year ago
erik 3776116383 Use EnvironmentKeys, refactor in test accordingly 1 year ago
erik f51afe8bbc Add EnvironmentKeys enum class 1 year ago
erik 012a04115a Implement test for EnvironmentApi() 1 year ago
Clemens 6ede2528c2 fixed pytest 1 year ago
Clemens 50a722794c Resolved some pylint issues 1 year ago
Clemens 32847914a7 fix mypy issues 1 year ago
Clemens cfa05beae4 added method set_user_config to GitApi 1 year ago
Clemens e69bb6adb0 fix wrong imports 1 year ago