Commit graph

632 commits

Author SHA1 Message Date
ce1fd3f559 Add_remote functionality to GitApi 2023-04-18 12:43:19 +02:00
6dc078877c Move build.py and config.json to resources 2023-04-18 12:39:39 +02:00
eab4a8e3e3 Sanitize arguments to system calls 2023-04-18 12:39:02 +02:00
fc17d6a14d Move Documentation of ReleaseMixin 2023-04-18 10:49:13 +02:00
446ed9744a add review 2023-04-18 08:57:00 +02:00
785940d3b6 add review 2023-04-18 08:56:50 +02:00
d4d49970ec reviwe 2023-04-14 17:48:12 +02:00
d6d668902b add review comments 2023-04-14 17:24:15 +02:00
a253960f52 Add ReleaseMixin to architecture 2023-04-14 17:15:17 +02:00
Clemens
1ba7f01b93 Added some todos and extended mypy ci-pipeline 2023-04-14 12:04:10 +02:00
4667c58dbb Implement priority: env first, then git
Add test for this behavior.
2023-04-11 16:16:59 +02:00
3776116383 Use EnvironmentKeys, refactor in test accordingly 2023-04-11 16:16:08 +02:00
f51afe8bbc Add EnvironmentKeys enum class 2023-04-11 16:15:17 +02:00
012a04115a Implement test for EnvironmentApi() 2023-04-11 15:03:01 +02:00
Clemens
6ede2528c2 fixed pytest 2023-03-31 15:03:49 +02:00
Clemens
50a722794c Resolved some pylint issues 2023-03-31 14:59:37 +02:00
Clemens
32847914a7 fix mypy issues 2023-03-31 14:50:14 +02:00
Clemens
cfa05beae4 added method set_user_config to GitApi 2023-03-31 13:43:26 +02:00
Clemens
e69bb6adb0 fix wrong imports 2023-03-31 13:12:48 +02:00
Clemens
0778805941 use python 3.10 for gitlab-ci 2023-03-31 12:57:35 +02:00
Clemens
897784ddea Fix pytest errors 2023-03-31 12:50:33 +02:00
b963342d9b fix devops-build 2023-03-17 17:35:08 +01:00
325c9d477f rename docker -> image & introduce domain sub-ns 2023-03-17 17:27:36 +01:00
a4fbeaadd9 docker_build now works 2023-03-17 16:16:47 +01:00
51304f3b85 docker_build now works 2023-03-17 16:05:46 +01:00
b63993e61e test should work on local generated image 2023-03-17 16:05:46 +01:00
3058be1923 describe dev setup 2023-03-17 16:05:46 +01:00
e3e486d8e3 adjust build for first dev-package 2023-03-17 16:05:46 +01:00
bom
50faa89f6e Implement infrastructure for ReleaseTypes from Environment 2023-03-17 11:52:22 +01:00
bom
befb5eb653 Add EnvironmentApi 2023-03-17 11:32:01 +01:00
bom
85250f1c5f Change inconsistent api naming 2023-03-17 11:29:25 +01:00
bom
162815b5ba Import local files instead of modules of the same name
These modules don't exist and caused our tests to fail
2023-03-17 09:22:05 +01:00
7ba7cce801 refactor to dedicated parameters 2023-03-14 19:11:34 +01:00
4eeaefc1a3 refactor to dedicated parameters 2023-03-14 18:06:04 +01:00
7b198c7215 add devops_build test 2023-03-14 16:43:41 +01:00
d650f67dbf refactor to dedicated parameters 2023-03-14 16:11:00 +01:00
1bcc8908e9 refactoring: rename C4kBuild -> C4k 2023-03-14 15:07:47 +01:00
5ff4a4c9bb refactoring: rename DockerBuild -> Docker 2023-03-14 12:22:05 +01:00
571828f6cd fix tests 2023-03-14 12:07:11 +01:00
0717b0b361 refactoring: rename Build -> Devops 2023-03-14 12:04:52 +01:00
dd85b7b95b refactor devops_c4k_mixin to arch 2023-03-12 19:09:32 +01:00
eec7392470 refactor devops_docker_build to arch 2023-03-12 17:57:31 +01:00
d95827e1e0 refactor devops_build to arch 2023-03-12 17:40:10 +01:00
3bdc75cdca add arch docu 2023-03-12 16:55:15 +01:00
ce2e2635f5 * make executabel-name configurable
* mv infra code from app to infra
2023-03-11 17:16:49 +01:00
bom
c23c5287bd Remove old project files
As this is now in a subdirectory we can have the main project handle
these files
2023-03-10 13:40:09 +01:00
bom
4575785dfa Rename release-mixin to release_mixin 2023-03-10 13:39:31 +01:00
bom
408c25028b Move tests from release_mixin to project test folder 2023-03-10 13:37:45 +01:00
f7668231be fix tests 2023-03-09 20:24:11 +01:00
a94a7ea62b Remove unused imports and order imports 2023-03-09 14:29:33 +01:00