Moritz Wiesinger
Moritz Wiesinger
Markdownlint in general is set up to check for the [CommonMark](https://commonmark.org/) flavour of markdown, but MkDocs uses [python-markdown](https://github.com/Python-Markdown/markdown) as the markdown parser which does not work with [CommonMark](https://commonmark.org/) but rather...
### Details Markdownlint has big potential for us, but the rules are not refined enough yet. Some possible things to catch in addition to what is happening now. (there is...
### Details Set up the boilerplate code around the Keptn Argo REST client. ### DoD - API set up with a sample endpoint - ~basic documentation written with code snippets...
### Details Create a new repo for the Argo UI extension. Create a new Javascript project using Yarn or NPM ([example from Argo](https://github.com/argoproj-labs/argocd-extension-metrics/tree/main/extensions/resource-metrics/resource-metrics-extention/ui)).
Implement some extensions to the ArgoCD UI. ```[tasklist] ### Tasks - [ ] https://github.com/keptn/lifecycle-toolkit/issues/3598 - [ ] https://github.com/keptn/lifecycle-toolkit/issues/3674 - [ ] https://github.com/keptn/lifecycle-toolkit/issues/3673 - [ ] https://github.com/keptn/lifecycle-toolkit/issues/3593 ```
### Goal Deploy the Keptn REST API backend using normal k8s operator practices (reconcile loops) and add the corresponding feature flag to the KeptnConfig resource. #### Notes new feature flag...
### Details Introduce some configuration options for the Keptn client that are accessible for the user through the KeptnConfig. Ideas: - number of replicas - resources (cpu/memory) - labels/annotations
### Details Extend the [reconcile loop of the KeptnConfig resource](https://github.com/keptn/lifecycle-toolkit/blob/main/lifecycle-operator/controllers/options/keptnconfig_controller.go#L59) to also check for the newly created feature flag and use it to deploy the Keptn REST API. The API...
### Goal Find out more about the custom resource tracking methods supported by ArgoCD. The goal should be to have the full tree of Keptn resources in the ArgoCD app...
### Description ArgoCD already has a general health icon, but we want to introduce our own with deeper checks. ### Details The health check should include checks for successful deployment....