Skip to content

Latest commit

 

History

History
109 lines (88 loc) · 6.01 KB

ROADMAP.md

File metadata and controls

109 lines (88 loc) · 6.01 KB

Roadmap

1 New Tools to Support (Plugins)

  • artifactory: devstream-io#607
  • Jenkins pipeline plugin: devstream-io#582
  • Cloudflare IP List Monitor: devstream-io#560
  • Use Validator for Config Validation: devstream-io#558
  • GitLab CE: devstream-io#509
  • zendao: devstream-io#508
  • Tekton
  • Jira-GitHub, Jira-GitLab integration
  • Jenkins-GitHub, Jenkins-GitLab integration
  • ArgoCD-GitHub SSO integration
  • Repository bootstrapping for Python/Nodejs for GitHub, Golang/Python/Nodejs for GitLab
  • GitLab CI workflows for Python/Nodejs
  • FluxCD plugin
  • Trello-GitLab Integration

2 Core Features

General:

  • single config profile support: devstream-io#596
  • make sure people who don't have optimum internet connections (e.g., users behind firewall or proxy) can still use DevStream smoothly.

dtm show config

This is already supported, but we will improve the features of it, for example:

  • show the default configs of multiple plugins that are used together
  • interactive: user select plugin then show the default config

3 Quality of Life Improvements for Developers

Automated End-to-End Testing in a Staging Environment

  • AWS EC2 (linux-amd64) creation with Terraform/Ansible
  • Push notification to Slack/Lark when the testing environment is occupied or released

Misc

  • Integrate the golangci-lint command in the makefile devstream-io#632
  • Push notification when CI failed: devstream-io#636
  • Shorter CI time: for example, adding packages into a base image
  • More end-to-end tests coverage, to test more typical usecases and plugins
  • Push notification to core committers when there is a new PR ready for review

4 Already Done

Core:

Plugins:

Develop:

By versions:

v0.3.1:

  • automated release: when a new tag is generated, build binaries for different platforms/OS and distribute the binaries to the plugin storage.

v0.3.0:

  • "Destroy" and "force delete": everything can be cleared up without any residue or side effects.
  • "Output": all plugin's output is printed for users to review.
  • Plugin dependency management: a common way to handle plugin dependencies and execution order using graph/topology sort.
  • Automated e2e testing: AWS EKS cluster with Terraform.
  • Trello plugin that creates boards.

v0.4.0-v0.5.0:

  • generic GitLab CI plugin
  • define variables and use it in the config file.
  • auto-complete support for dtm commands
  • HashiCorp Vault