Commit graph

656 commits

Author SHA1 Message Date
Clemens
1d6bffcc97 Remove invalid pylint option 2023-05-05 08:54:21 +02:00
6171d15241 [Skip-CI] Remove logging from domain 2023-05-02 13:31:18 +02:00
e27db86477 Fix logical error
Using match would always produce None results, as we are matching
a string exactly. Reintroducing more fuzzy "in" logic fixed tests.
2023-05-02 13:23:42 +02:00
8fd243a60d WIP fixing tests 2023-05-02 13:10:27 +02:00
97c5c4eb91 Add missing arguments 2023-05-02 12:54:31 +02:00
7c4933c6d9 Merge branch 'pylint-fixes' into 'ddd-intro'
Pylint fixes

See merge request domaindrivenarchitecture/dda-devops-build!11
2023-04-28 13:35:06 +00:00
9e519519cb [Skip-CI] Fix method override 2023-04-28 15:33:29 +02:00
172d0b848f Format 2023-04-28 15:32:15 +02:00
93d6063e6e Remove Cyclic import 2023-04-28 15:31:54 +02:00
bom
af0d6cc43e Resolve pylint errors in infrastructure_api.py 2023-04-28 15:01:03 +02:00
bom
837b58d5b8 Resolve pylint errors in common.py 2023-04-28 14:57:19 +02:00
bom
c70daa346d Resolve pylint errors in release.py 2023-04-28 14:50:35 +02:00
2463d36674 [Skip-CI] More specific exception 2023-04-28 14:42:42 +02:00
9db91c0a16 Fix pylint messages for repo 2023-04-28 14:41:37 +02:00
0214cdd99a Update Ignore Settings 2023-04-28 14:33:49 +02:00
953e05ecfb Remove unused imports 2023-04-28 14:27:41 +02:00
Mattis Böckle
f8df51b075 Merge branch 'totally-awesome-releasecontxtrepository-changes' into 'ddd-intro'
ReleaseContextRepository changes

See merge request domaindrivenarchitecture/dda-devops-build!10
2023-04-28 12:22:51 +00:00
bom
d801a71b49 Make ReleaseContextRepository stateless 2023-04-28 14:20:22 +02:00
bom
f4fed5293a Add and use throw_if_invalid function
Validates objects and raises an error if they are invalid
2023-04-28 14:20:22 +02:00
61d99a7b12 Merge branch 'mypy-fixes' into 'ddd-intro'
[Sip-CI] Update Type Hints

See merge request domaindrivenarchitecture/dda-devops-build!9
2023-04-28 12:17:54 +00:00
0bb9a8307f Merge branch 'cleanup-refactorings' into 'ddd-intro'
[Skip-CI] Cleanup refactorings

See merge request domaindrivenarchitecture/dda-devops-build!8
2023-04-28 12:16:09 +00:00
7637f65779 [Sip-CI] Update Type Hints 2023-04-28 14:12:57 +02:00
2ad63b8a75 Remove unused files 2023-04-28 13:32:40 +02:00
91a5964448 Remove deprecated function 2023-04-28 13:32:10 +02:00
349884cb6c Refactor to C4kBuild 2023-04-28 13:29:09 +02:00
bom
a28a1b43d3 Stop mocking domain objects
Resolves 1 TODO
2023-04-27 15:01:07 +02:00
bom
35465b543b Make services stateless
Resolves 2 TODOs
2023-04-27 14:46:49 +02:00
bom
3a83be485c Fix invalid code 2023-04-27 14:46:15 +02:00
8e2ca4e420 Merge branch 'refactor-release-domain' into 'ddd-intro'
Refactor release domain

See merge request domaindrivenarchitecture/dda-devops-build!6
2023-04-22 12:40:40 +00:00
749c8f2849 Refactor release domain 2023-04-22 12:40:40 +00:00
92081947c5 going to merge Release & ReleaseConfig [skip-ci] 2023-04-21 15:11:33 +02:00
84cf82ac57 reformat 2023-04-21 15:11:08 +02:00
d717cd5a8c removed deprecated dict create option 2023-04-21 15:10:36 +02:00
28f0b629c3 fixed tests 2023-04-21 14:54:24 +02:00
bom
134ee68cfa Remove deprecated SystemAPI 2023-04-21 14:52:06 +02:00
bom
54f3938088 Finish refactoring for ExecutionAPI 2023-04-21 14:51:17 +02:00
5fe58e95cd Deprecate SystemApi
in Favour of ExecutionApi
2023-04-21 14:38:35 +02:00
3d29277285 tried to get debugg outputs 2023-04-21 14:20:03 +02:00
bom
b6f03c70c5 Comment out tewst for later use 2023-04-21 14:06:40 +02:00
bom
36e78d4139 Limit linters to main files 2023-04-21 13:51:05 +02:00
223ba498d3 Review TODOs 2023-04-21 13:49:12 +02:00
381baa2eb2 [Skip CI] Uncomment assertion in test_image_build
Add logging.
2023-04-21 12:19:01 +02:00
580bf81c15 Fix CI: Remove whitespaces, add newlines 2023-04-20 17:01:04 +02:00
83a7c7ad7d Fix CI: Update how pylint and mypy look for files 2023-04-20 17:01:04 +02:00
066c874734 DDD Refactor: Use only init with object 2023-04-20 16:27:04 +02:00
b510314135 Fix CI: Removed R0201
This has been moved to optional and does not need
to be disabled by us.
2023-04-19 15:43:27 +02:00
d263ba73ce Fix CI: Test for Exception rather than None 2023-04-19 15:43:27 +02:00
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.
2023-04-19 15:43:27 +02:00
420030fa0a Fix CI: Update type declaration and value assignments 2023-04-19 15:43:27 +02:00
10e7deb74b Fix CI: Update Type declarations 2023-04-19 15:43:27 +02:00