devstream
devstream copied to clipboard
DevStream: the open-source DevOps toolchain manager (DTM).
### What would you like to add? Why is this needed? ### Background This issue is used as a "series" or "epic", which is a summary, not specific to a...
### What would you like to add? Why is this needed? See #513 for the details
### What would you like to add? Why is this needed? See #513 for the details
### What would you like to add? Why is this needed? See #513 for the details
## Question At the moment, in the argocdapp plugin, we create the ArgoCD app CRD by using `kubectl apply -f`, which is not ideal. Do some research and see if...
## Description could we add github repo and use our own template instead of default template? also could we setup the repo as internal options? ## Describe the Proposal A...
### What Happened? My `dtm` binary is in `PATH`, and I execute `dtm upgrade` in another path. It should put the new `dtm` binary on `PATH`. But it download the...
Signed-off-by: Yingchu Chen ## Pre-Checklist Note: please complete **_ALL_** items in the following checklist. - [X] I have read through the [CONTRIBUTING.md](https://github.com/devstream-io/devstream/blob/main/CONTRIBUTING.md) documentation. - [X] My code has the necessary...
## What Would You Like to Add? Why Is This Needed? Currently all code of "plugin code scaffolding" is written to `string` like this: https://github.com/devstream-io/devstream/blob/641a6f59f3016fea32161229af93efe4492d3595/internal/pkg/develop/plugin/template/create.go#L5-L39 It is challenging to find...
## What Would You Like to Add? Why Is This Needed? Add some ut(s) for `k8s Backend` (internal/pkg/backend/k8s/). ## Design No design here. You can never have too many unit...