Tiexin Guo

Results 66 comments of Tiexin Guo

We DevStream don't have permission to click those checkboxes, so here we summarize our current situation. We have accomplished the following: - [x] Understand the project proposal process and reqs:...

@aFlyBird0 I think this issue might be not too hard for first-time contributors. Maybe let's label it as a good first issue and encourage the community to work on it?...

Will implement it soon. Probably will release in the next minor version. @hxcGit

Great proposal. Will support in the next minor release!

### Min Config I would like to propose a minimum possible config for users to get started ASAP, with many defaults: ```yaml - name: githubactions-golang instanceID: default options: repoOwner: YOUR_GITHUB_USERNAME...

We support GitHub Actions/GitLab CI/Jenkins for CI now; maybe we can integrate SonarQube for all of them. Care to create a PR for this one? @imxw

## Background Current config: ```yaml tools: - name: github-repo-scaffolding-golang instanceID: default dependsOn: [] options: owner: YOUR_GITHUB_USERNAME org: YOUR_ORGANIZATION_NAME repo: YOUR_REPO_NAME branch: main image_repo: YOUR_DOCKERHUB_USERNAME/YOUR_DOCKERHUB_REPOSITORY ``` The biggest issue I have...

```yaml tools: - name: githubactions-golang instanceID: default dependsOn: [] options: owner: YOUR_GITHUB_USERNAME org: YOUR_ORGANIZATION_NAME repo: YOUR_REPO_NAME language: name: go version: "1.17" branch: main build: enable: True command: "go build ./..."...

Closed by https://github.com/devstream-io/devstream/pull/929.