devstream
devstream copied to clipboard
DevStream: the open-source DevOps toolchain manager (DTM).
## What Would You Like to Add? Why Is This Needed? https://github.com/devstream-io/devstream/blob/ed469dc9332a11be0b96c27b38d4fd507dc6508b/internal/pkg/upgrade/upgrade.go#L133-L165 ## Design ## Anything else
### What Happened? Execute Command `dtm develop validate-plugin --name=xxx` got unexpected logs. ```sh $ dtm develop validate-plugin --name=xxx 2022-09-29 20:06:29 !! [ERROR] Failed to validate: internal/pkg/plugin/xxx/xxx.go. 2022-09-29 20:06:29 !! [ERROR]...
## What Would You Like to Add? Why Is This Needed? See #1082 for more background info. ## Design - [x] Add a script for `dtm` and `dtm plugins` downloading...
## What Would You Like to Add? Why Is This Needed? The DevStream plugin template(`dtm develop create-plugin --name=xxx`) has been updated with #1135, but there are still many plugins in...
## What Would You Like to Add? Why Is This Needed? Validate all plugins when `make build` is executed. ## Design We have a command to validate all plugins `dtm...
## What Would You Like to Add? Why Is This Needed? Write `devlake` plugin to support DevLake deployment, configuration and status management, etc. ## Design 1. Deployment with helm 2....
## What Would You Like to Add? Why Is This Needed? Maybe DevStream could add a new plugin to do some work with team member(s) on/off-boarding automation. Raised by @basicthinker...
such as:When I set version 0.8.0 or V0.8.0, I can download the plugin for that version
## What Would You Like to Add? Why Is This Needed? `-d, --plugin-dir string plugins directory` ## Design We can specify plugin directory when `Create`/`Delete`, so it's definitely clear that...
## What Would You Like to Add? Why Is This Needed? `Gitlab` plugin only support docker installer for now, It should support installed by helm ## Design - add `installer`...