devstream
devstream copied to clipboard
DevStream: the open-source DevOps toolchain manager (DTM).
## What Would You Like to Add? Why Is This Needed? I found an interesting link to code showing coverage, as shown this link https://github.com/coverallsapp/github-action, feels cool ## Design 1...
### What should be changed? We currently support many commands, but the docs only describes some of them. Better docs would help users to use `dtm` faster. Submit new issues...
## What Would You Like to Add? Why Is This Needed? After some code investigation, I found there are many plugins depend on the pkg/util, so I suppose it is...
## What Would You Like to Add? Why Is This Needed? see #833 for the details changes: - refactor the 'NewHelm' for supporting customized Client and easier mocking - move...
### 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? ## Design ```yaml toolFile: config.yaml tools: - name: jenkins-pipeline instanceID: demo-apply options: git: url: "https://github.com/prodanlabs/tekton-examples.git" branch: "main" mode: kubernetes...
## What Would You Like to Add? Why is This Needed? Reference #610 We staging some repos in the `staging` directory that are supposed to be external independent. The code...
## What Would You Like to Add? Why Is This Needed? CodeQL is a tool made by GitHub to “automate security checks” and is "free for research and open source."...
## What Would You Like to Add? Why Is This Needed? * dtm only supports Helm repo. Here's what I found: https://github.com/devstream-io/devstream/blob/main/internal/pkg/plugin/argocdapp/argocdapp.go#L49-L53 ```go res["src"] = map[string]interface{}{ "repoURL": opts.Source.RepoURL, "path": opts.Source.Path,...
### What would you like to add? Why is this needed? See #513 for the details