devstream
devstream copied to clipboard
DevStream: the open-source DevOps toolchain manager (DTM).
Hi, Anyone using the gitlabci-generic plugin, when I tried it, got the following issue, I use our own setup gitlab repo instead of gitlab.com, how to set to use our...
### What should be changed? Now we already have a plugin named `jenkins` to install Jenkins in an existing K8s cluster. Doc is here: https://docs.devstream.io/en/latest/plugins/jenkins/ . The following is part...
## What Would You Like to Add? Why Is This Needed? many plugin need to use pkg/util/k8s module, we should add unit test for this module
## What Would You Like to Add? Why Is This Needed? Make `GitLab+Harbor+Jenkins` production ready. ## Design ### Harbor - Deploy with `helm`, expose via `Ingress` (with Nginx); - Support...
## What Would You Like to Add? Why Is This Needed? `Static program analysis` is an integral part of CICD to ensure code quality, `SonarQube` is one of the best...
Signed-off-by: Zhenyuan Lau ## 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? We have many plugin install methods listed below currently | Install method | plugin | | ------------- | -------------...
### What should be changed? A long time ago, we had only one configuration file, in a format that probably looked like below: ```yaml tools: foo: bar ``` So at...
## What Would You Like to Add? Why Is This Needed? Current `github action` and `gitlab ci` are all different, we can use a unified config for them。 ```yaml -...
## What Would You Like to Add? Why Is This Needed? Now we have some plugins that use the same port, such as the [Harbor](https://docs.devstream.io/en/latest/plugins/harbor/) and [Artifactory](https://docs.devstream.io/en/latest/plugins/artifactory/) plugins that both...