-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Rename "master" to "main" #28
Comments
PyPy also came across this: we recently moved from Mercurial (default branch: "default") to Git (default branch: "main"). Unfortunately on the admin/project page, each project can only have one default branch. This means that we now need to choose whether to show Git results on the Timeline and Changes tabs for these projects, or to show Mercurial results. So it would be nice if there could be more than one default branch (a bit of an oxymoron). Then CPython could upload |
We need to get to the bottom of it as this issues is preventing aarch64 results to be shown. |
Which tab is not presenting aarch64 results? |
it is in the "changes" and "timeline" tabs. In the comparison tab, although not great) you have a way to select the branch via the executable. Once we have fixed the master/main issue, we should update the UI to allow the user to select branches explicitly in all three tabs (related issue #27) Instead of assuming the "default" branch we let the user what branch they want to see. If the user doesn't specify anything we can assume it will be "main" for git. Thoughts? |
Fixed, thanks, Diego! |
There is currently a hack to allow continued use of "master" as a branch for new uploaded results. This needs to go away. We've been using "main" for years.
The text was updated successfully, but these errors were encountered: