From 54d9836d4943af81547c8708bbecc59c792d9b00 Mon Sep 17 00:00:00 2001 From: jerger Date: Fri, 29 Jul 2022 14:19:05 +0200 Subject: [PATCH] update refactoring state --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b4de019..eeb1371 100644 --- a/README.md +++ b/README.md @@ -24,21 +24,21 @@ Our convention 4 kubernetes c4k-* tools combine the advantages of both approache ## Refactoring & Module Overview -| Module | Version | common postgres | frontend script | provider adapter | [backup as deployment][bak1] | [speced c4k-common][com1] | [configs as EDN and YAML][yaml1] | [renamed test-helper][th1] | -|------------------|---------|:---------------:|:---------------:|:----------------:|:----------------------------:|:-------------------------:|:--------------------------------:|:--------------------------:| -| c4k-mastodon-bot | 0.1 | - | | | | | | | -| c4k-keycloak | 0.2 | | | | | | | | -| c4k-jira | 1.1 | x | x | | x | | | | -| c4k-nextcloud | 2.0 | x | x | | x | x | x | | -| c4k-jitsi | 1.2 | | | | | | | | -| c4k-gittea | 0.1 | | | | | | | | -| c4k-shynet | 1.0 | | | | | | | | -| c4k-website | 0.1 | | | | | | | | +| Module | Version | common postgres | frontend script | [backup as deployment][bak1] | [use common pred. ][com1] | [configs as EDN and YAML][yaml1] | [renamed test-helper][th1] | +|------------------|---------|:---------------:|:---------------:|:----------------------------:|:-------------------------:|:--------------------------------:|:--------------------------:| +| c4k-mastodon-bot | 0.1 | - | | | | | | +| c4k-keycloak | 0.2 | | | | | | | +| c4k-jira | 1.1 | x | x | x | | | | +| c4k-nextcloud | 2.0 | x | x | x | x | x | | +| c4k-jitsi | 1.2 | | | | | | | +| c4k-gittea | 0.1 | x | x | x | x | x | x | +| c4k-shynet | 1.0 | | | | | | | +| c4k-website | 0.1 | | | | | | | [bak1]: https://gitlab.com/domaindrivenarchitecture/c4k-jira/-/merge_requests/1 [com1]: https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/-/merge_requests/3 [yaml1]: https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/-/merge_requests/4 -[th1]: https:// +[th1]: https://gitlab.com/domaindrivenarchitecture/c4k-gitea/-/merge_requests/1 ## License