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

feat: python github actions template update #940

Merged
merged 4 commits into from
Aug 9, 2022

Conversation

IronCore864
Copy link
Member

@IronCore864 IronCore864 commented Aug 4, 2022

Signed-off-by: Tiexin Guo guotiexin@gmail.com

Pre-Checklist

Note: please complete ALL items in the following checklist.

  • I have read through the CONTRIBUTING.md documentation.
  • My code has the necessary comments and documentation (if needed).
  • I have added relevant tests

Description

Related Issues

New Behavior (screenshots if needed)

IronCore864 and others added 2 commits August 4, 2022 14:36
Signed-off-by: Tiexin Guo <guotiexin@gmail.com>
Signed-off-by: 夹缝 <18657532086@163.com>
@IronCore864 IronCore864 marked this pull request as ready for review August 8, 2022 02:59
@IronCore864 IronCore864 requested a review from a team as a code owner August 8, 2022 02:59
@IronCore864 IronCore864 requested review from steinliber and iyear August 8, 2022 02:59
@IronCore864
Copy link
Member Author

Test:

tiexin@mbp ~/work/devstream-io/devstream $ ./dtm apply -y
2022-08-09 11:50:48 ℹ [INFO]  Apply started.
2022-08-09 11:50:48 ℹ [INFO]  Got Backend from config: local
2022-08-09 11:50:48 ℹ [INFO]  Using dir <.devstream> to store plugins.
2022-08-09 11:50:48 ℹ [INFO]  Using local backend. State file: devstream.state.
2022-08-09 11:50:48 ℹ [INFO]  Tool (repo-scaffolding/default) found in config but doesn't exist in the state, will be created.
2022-08-09 11:50:48 ℹ [INFO]  Tool (githubactions-python/default) found in config but doesn't exist in the state, will be created.
2022-08-09 11:50:48 ℹ [INFO]  Start executing the plan.
2022-08-09 11:50:48 ℹ [INFO]  Changes count: 2.
2022-08-09 11:50:48 ℹ [INFO]  -------------------- [  Processing progress: 1/2.  ] --------------------
2022-08-09 11:50:48 ℹ [INFO]  Processing: (repo-scaffolding/default) -> Create ...
2022-08-09 11:50:51 ℹ [INFO]  The repo helloworld has been created.
2022-08-09 11:51:04 ✔ [SUCCESS]  Tool (repo-scaffolding/default) Create done.
2022-08-09 11:51:04 ℹ [INFO]  -------------------- [  Processing progress: 2/2.  ] --------------------
2022-08-09 11:51:04 ℹ [INFO]  Processing: (githubactions-python/default) -> Create ...
2022-08-09 11:51:05 ℹ [INFO]  Creating GitHub Actions workflow lint.yml ...
2022-08-09 11:51:06 ✔ [SUCCESS]  Github Actions workflow lint.yml created.
2022-08-09 11:51:06 ℹ [INFO]  Creating GitHub Actions workflow test.yml ...
2022-08-09 11:51:07 ✔ [SUCCESS]  Github Actions workflow test.yml created.
2022-08-09 11:51:07 ℹ [INFO]  Creating GitHub Actions workflow docker.yml ...
2022-08-09 11:51:08 ✔ [SUCCESS]  Github Actions workflow docker.yml created.
2022-08-09 11:51:08 ✔ [SUCCESS]  Tool (githubactions-python/default) Create done.
2022-08-09 11:51:08 ℹ [INFO]  -------------------- [  Processing done.  ] --------------------
2022-08-09 11:51:08 ✔ [SUCCESS]  All plugins applied successfully.
2022-08-09 11:51:08 ✔ [SUCCESS]  Apply finished.

Signed-off-by: Tiexin Guo <guotiexin@gmail.com>
Copy link
Member

@iyear iyear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@daniel-hutao daniel-hutao self-requested a review August 9, 2022 05:47
@daniel-hutao daniel-hutao merged commit 4bddafa into main Aug 9, 2022
@daniel-hutao daniel-hutao deleted the feat-github-actions-python branch August 9, 2022 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants