Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updat main brach #1501

Open
wants to merge 27 commits into
base: main-merged
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1d1fc62
fix: e2e build stage not found make command
KeHaohaoke Jan 17, 2023
f285500
fix: e2e build stage not found make command with sudo privilege
KeHaohaoke Jan 17, 2023
6c01b2d
Merge pull request #1435 from merico-dev/fix-e2e-make-not-found
daniel-hutao Apr 24, 2023
2073249
feat: sunset all content in the repo
daniel-hutao Apr 24, 2023
13c8267
chore: add non-code files
daniel-hutao Apr 24, 2023
893bd0b
feat: add sub-commands os, git, github
daniel-hutao Apr 24, 2023
62e65e0
feat: add some commands in Makefile
daniel-hutao Apr 24, 2023
986b9ba
feat: add log package
daniel-hutao Apr 24, 2023
fdf597f
feat: remove os and git commands
daniel-hutao Apr 24, 2023
a80d38a
feat: add dtm patch subcommand
daniel-hutao Apr 26, 2023
d6ab6ed
ci: add some github related templates
daniel-hutao Apr 26, 2023
6279514
Merge pull request #1492 from devstream-io/new-dtm
daniel-hutao Apr 26, 2023
d907d99
fix: a small bug fixed
daniel-hutao Apr 26, 2023
782ee3c
Merge pull request #1494 from devstream-io/new-dtm
daniel-hutao Apr 26, 2023
48bf72a
ci: update GitHub Actions workflow for Golang project
daniel-hutao Apr 26, 2023
fe920e6
feat: fixes the patch file if it mixed tab and space indentation
daniel-hutao Apr 27, 2023
aac178c
fix: gopath doesn't be set in github actions runner
daniel-hutao Apr 27, 2023
7c411c4
Merge pull request #1496 from merico-dev/new-dtm
daniel-hutao Apr 27, 2023
28e76b2
ci: fix ci error with wrong golang version
daniel-hutao Apr 27, 2023
f494c0a
Merge pull request #1497 from merico-dev/new-dtm
daniel-hutao Apr 27, 2023
22081de
feat: implement 'dtm commit -m "commit message"' command
daniel-hutao Apr 27, 2023
a9a96c3
Merge pull request #1499 from merico-dev/new-dtm
daniel-hutao Apr 27, 2023
47f8b4f
fix: dtm commit command cannot get the message from -m flag
daniel-hutao May 9, 2023
32104df
Merge pull request #1500 from merico-dev/new-dtm
daniel-hutao May 9, 2023
c831b92
Missing some descriptions
xiaoxiaoshu123456 May 22, 2023
c359eba
Missing some descriptions
xiaoxiaoshu123456 May 22, 2023
0850515
Missing some descriptions
xiaoxiaoshu123456 May 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
60 changes: 30 additions & 30 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@ description: Report a bug of DevStream
title: ":bomb: `Bug`: "
labels: bug
body:
- type: textarea
id: problem
attributes:
label: What Happened?
description: Please provide as much information as possible.
validations:
required: true
- type: textarea
id: repro
attributes:
label: How to Reproduce?
validations:
required: false
- type: textarea
id: else
attributes:
label: Anything else
validations:
required: false
- type: dropdown
id: version
attributes:
label: 'DevStream Version'
description: "To find out the version run: `dtm version`"
options:
- < v0.10.3
- v0.10.3
- latest
validations:
required: true
- type: textarea
id: problem
attributes:
label: What Happened?
description: Please provide as much information as possible.
validations:
required: true
- type: textarea
id: repro
attributes:
label: How to Reproduce?
validations:
required: false
- type: textarea
id: else
attributes:
label: Anything else
validations:
required: false
- type: dropdown
id: version
attributes:
label: 'DevStream Version'
description: "To find out the version run: `dtm version`"
options:
- < v0.13.0
- v0.13.0
- latest
validations:
required: true
File renamed without changes.
28 changes: 14 additions & 14 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ description: Help to improve our documentation
title: ":open_book: `Docs`: "
labels: docs
body:
- type: textarea
id: problem
attributes:
label: What should be changed?
description: Please provide as much info as possible.
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Please read the documents below.
options:
- label: I've read the document [Creating a Documentation for DevStream](https://docs.devstream.io/en/latest/development/mkdocs/) and [Document Translation(Chinese only)](https://docs.devstream.io/en/latest/development/translation.zh/). (If you want to submit a document type contribution.)
required: false
- type: textarea
id: problem
attributes:
label: What should be changed?
description: Please provide as much info as possible.
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Please read the documents below.
options:
- label: I've read the document [Creating a Documentation for DevStream](https://docs.devstream.io/en/latest/development/mkdocs/) and [Document Translation(Chinese only)](https://docs.devstream.io/en/latest/development/translation.zh/). (If you want to submit a document type contribution.)
required: false
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ labels: proposal
---

## What Would You Like to Add? Why Is This Needed?
<!--
<!--
Note: For feature requests, please also engage with the PMC on Slack or WeChat.
-->
-->



## Design
## Design



## Anything else
<!--
Links? References? Anything that will give us more context about this proposal.
-->

## Anything else
<!--
Links? References? Anything that will give us more context about this proposal.
-->
24 changes: 0 additions & 24 deletions .github/sync-staging-repo.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/workflows/automated-release.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/cf-ip-monitor.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.3"
cache: true
- name: Run tests
run: go test -v ./...
- name: Build project
run: make build
Loading