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

Add SCM information to pipeline report #1356

Merged
merged 11 commits into from
Jun 5, 2023
Merged

Conversation

olblak
Copy link
Member

@olblak olblak commented Jun 4, 2023

Fix #1355

The purpose of this pullrequest is to basic scm information to pipeline report.
This pullrequest also try to clarifiy the different usage of git branch where:

  • source means the source branch used by source/condition/target
  • working means the temporary branch created by Updatecli to apply modification until it lands on the target branch
  • target means the targeted branch, at the moment it's only used by "action"

Test

To test this pull request, you can run the following commands:

cp <to_package_directory>
go test

Additional Information

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added enhancement New feature or request reports labels Jun 5, 2023
@olblak olblak merged commit d1555a0 into updatecli:main Jun 5, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request reports scm-git SCM of kind "Git" scm-github SCM of type GiHhub scm-gitlab scm-gittea scm-stash
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Provide scm information to report generated by Updatecli
1 participant