• Joined on 2022-11-02
bom pushed to main at meissa/activity-pub-poc 2023-07-06 11:31:27 +00:00
01d4799fb2 Implement and use uri-string?
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-03-02 15:56:11 +00:00
d5d8b8e7e1 Add test for TagAndPushReleaseService
950d76c883 Add get_latest_tag to GitApi
Compare 2 commits »
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-03-02 15:39:20 +00:00
58e6473747 Split tag_and_push_release into two
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-03-02 15:27:01 +00:00
21e941cce0 Import GitApi from correct module
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-03-02 14:08:50 +00:00
8855a2c6b6 Remove unused imports
24e8f65aaf Remove run_test line
Compare 2 commits »
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-03-02 14:05:42 +00:00
9c9676b5b8 Pass Release instead of Version object
28344667db Remove unused fields from ReleaseMixin
338cafc211 Validate correct branch in Release object
Compare 3 commits »
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-28 12:25:50 +00:00
ef51db1403 Fix some of the tests
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-24 10:02:14 +00:00
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-24 09:31:08 +00:00
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-23 15:34:49 +00:00
0cdf4b4c9c Update files for in project release testing
b93772d3a1 Fix naming and arguments in release_mixin
a109759c68 Return stdout from git_repository functions
Compare 3 commits »
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-23 14:33:39 +00:00
4a23b0b800 Implement and use TagAndPushReleaseService
e7152301dd Add utility functions to git_repository
fa6beebc4e Move commit logic to prepare_release_service
c58ddf70da Compact updating config into one call
1ce4bd9c55 Remove release_type as requirement for Version
Compare 7 commits »
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-22 11:05:37 +00:00
238b0304b6 Implement prepare for ReleaseMixin
2d8ca4ecdd Fix test_services
ee8b49f078 Add some useful git functions
Compare 3 commits »
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-22 09:58:29 +00:00
3bd8497522 WIP Create test_services
9250d366b9 Use newly created version object
e2f562aa8c Remove wildcard import
fea5720161 Return version objects instead of mutating
167eec4620 Make services testable
Compare 5 commits »
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-22 08:59:38 +00:00
0b3daf595a WIP rework git handler
0f4899bf39 Fix typos in services.py
72e9add5af Add system repository for command line handling
Compare 3 commits »
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-09 16:21:33 +00:00
2f0bd5c211 Remove old config files
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-09 16:09:54 +00:00
3659b888f8 Move test resources to distinct folder
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-09 13:33:05 +00:00
9d1726051d Implement python file handler
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-09 12:34:18 +00:00
86c66dc7f7 Implement tests for file handling
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-09 11:53:12 +00:00
fd84063edc Fix file handling and version creation
bom pushed to main at terraformDummyOrg/terraformDummyRepo 2023-02-09 11:38:16 +00:00
d50b8bd95b Move parse and write code to file handler