comet-ml / issue-tracking

Questions, Help, and Issues for Comet ML
https://www.comet.ml
85 stars 7 forks source link

Reproduce button doesn't support some branch names #319

Closed awlego closed 10 months ago

awlego commented 4 years ago

The experiment reproduce button does not track the git branch correctly if the branch name has a forward slash ('/') in it. For example, a branch named awlego/comet_ml_test would be converted to comet_ml_test. Both the link to the branch and the reproduction steps appear to not support this style of branch names.

dsblank commented 4 years ago

Thanks for reporting and providing detail about what is wrong. We'll take a look!

dsblank commented 4 years ago

Apparently, there is a git ambiguity when branch names have slashes in them. One can use the slash to mean a "local branch" or a regular branch name. See for example: https://stackoverflow.com/questions/2527355/using-the-slash-character-in-git-branch-name

Checking with our engineers to see if it makes a difference to us.

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 10 months ago

This issue was closed because it has been stalled for 5 days with no activity.