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

Print HEAD commits of all repos after import #487

Merged
merged 1 commit into from
Jan 7, 2021
Merged

Print HEAD commits of all repos after import #487

merged 1 commit into from
Jan 7, 2021

Conversation

christophebedard
Copy link
Member

This prints a list of HEAD commits for all imported repos using vcs log.

It's especially useful when messing with/modifying the repos file(s). That's why I find it to be quite useful with ci.ros2.org, e.g. https://ci.ros2.org/job/ci_linux/13327/consoleFull#console-section-11. It's of course going to be useful after #157.

@christophebedard christophebedard requested a review from a team as a code owner December 31, 2020 15:04
@christophebedard christophebedard requested review from thomas-moulard and jaisontj and removed request for a team December 31, 2020 15:04
@codecov
Copy link

codecov bot commented Dec 31, 2020

Codecov Report

Merging #487 (08a2b3f) into master (3bef0fb) will decrease coverage by 0.24%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #487      +/-   ##
==========================================
- Coverage   36.05%   35.81%   -0.25%     
==========================================
  Files           1        1              
  Lines         147      148       +1     
  Branches       29       29              
==========================================
  Hits           53       53              
- Misses         94       95       +1     
Impacted Files Coverage Δ
src/action-ros-ci.ts 35.81% <0.00%> (-0.25%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3bef0fb...08a2b3f. Read the comment docs.

Copy link
Contributor

@emersonknapp emersonknapp left a comment

Choose a reason for hiding this comment

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

LGTM - thanks for the useful addition

@christophebedard
Copy link
Member Author

@emersonknapp I don't think it's going to auto-merge since the codecov checks are failing

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
@christophebedard
Copy link
Member Author

@emersonknapp I rebased and fixed the conflicts

@emersonknapp emersonknapp merged commit 520ef67 into ros-tooling:master Jan 7, 2021
@christophebedard christophebedard deleted the print-repos-commits-list branch March 22, 2021 13:45
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.

2 participants