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 support for tags #17

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Add support for tags #17

merged 2 commits into from
Oct 23, 2024

Conversation

fbessou
Copy link
Collaborator

@fbessou fbessou commented Sep 13, 2024

No description provided.

@fbessou fbessou requested a review from djangoliv September 13, 2024 16:21
@fbessou fbessou self-assigned this Sep 13, 2024
Copy link

github-actions bot commented Sep 13, 2024

Unit tests Coverage

Unit tests Coverage
FileStmtsMissCoverMissing
__init__.py00100% 
__main__.py432346%17–18, 25, 52–53, 55, 57, 63–66, 69, 73–77, 79–83, 87
application.py402635%23–26, 29–31, 33–34, 37–39, 41–44, 48–49, 52–59
config.py41197%50
events.py190100% 
mapping.py592262%43, 56, 59–65, 68, 71, 80, 93, 96–103, 113
pulse_worker.py401562%13, 25–27, 37, 42, 45, 48–55
repo_synchronizer.py50590%33, 50, 52–53, 108
TOTAL2929268% 

JUnit Xml Summary

Tests Skipped Failures Errors Time
8 2 💤 0 ❌ 0 🔥 4.544s ⏱️

@fbessou fbessou marked this pull request as draft September 13, 2024 16:22
@fbessou
Copy link
Collaborator Author

fbessou commented Sep 13, 2024

This PR relies on an unreleased feature of git-cinnabar (mercurial metadata sync during push --dry-run) . We can wait a for a new release of git-cinnabar before merging this PR. :)

@fbessou fbessou force-pushed the sync-tags branch 2 times, most recently from 50a5b73 to 8825193 Compare September 17, 2024 08:45
@fbessou fbessou marked this pull request as ready for review October 23, 2024 08:48
@djangoliv djangoliv force-pushed the sync-tags branch 2 times, most recently from a8ad5a5 to 314c0b7 Compare October 23, 2024 09:09
A mapping will be either a branch mapping or a tag mapping.
Each mapping will be able to match some Push events, producing
operations associated with destination repositories.
@djangoliv djangoliv force-pushed the sync-tags branch 3 times, most recently from 80cfd4c to 1cb9a2d Compare October 23, 2024 09:23
Copy link

Integration tests Coverage

Integration tests Coverage
FileStmtsMissCoverMissing
__init__.py00100% 
__main__.py431467%17–18, 25, 73–77, 79–83, 87
application.py40685%30–31, 53–54, 58–59
config.py41197%50
events.py190100% 
mapping.py59591%43, 60, 64, 97, 101
pulse_worker.py40295%13, 37
repo_synchronizer.py50590%33, 50, 52–53, 108
TOTAL2923388% 

JUnit Xml Summary

Tests Skipped Failures Errors Time
8 0 💤 0 ❌ 0 🔥 6.212s ⏱️

@djangoliv djangoliv merged commit c798262 into main Oct 23, 2024
6 checks passed
@fbessou fbessou deleted the sync-tags branch October 29, 2024 11:33
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