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

BUG: Allow tag commit hashes for graphs #1227

Merged
merged 10 commits into from
Jan 2, 2023

Conversation

HaoZeke
Copy link
Member

@HaoZeke HaoZeke commented Dec 30, 2022

Closes #1226.

cc @mattip

@mattip
Copy link
Contributor

mattip commented Dec 30, 2022

There is a test failure on appveyor. Thoughts?

@mattip
Copy link
Contributor

mattip commented Dec 30, 2022

On PR #1221 the github CI also failed, but appveyor passed.

@HaoZeke
Copy link
Member Author

HaoZeke commented Dec 30, 2022

There is a test failure on appveyor. Thoughts?

Sorry, yes I'll need to update the tests.

@mattip
Copy link
Contributor

mattip commented Jan 1, 2023

There are some linting failures after #1229

@mattip
Copy link
Contributor

mattip commented Jan 1, 2023

... and a failing test

@HaoZeke HaoZeke force-pushed the fixTagCommits branch 3 times, most recently from 6ff9d49 to 9b44340 Compare January 1, 2023 17:40
@mattip
Copy link
Contributor

mattip commented Jan 2, 2023

Still failing CI ...

@HaoZeke
Copy link
Member Author

HaoZeke commented Jan 2, 2023

Still failing CI ...

Sorry, had to setup #1232 before I could debug this properly, will rebase with a fix in a bit.

branch = self.run_git(["config", "init.defaultBranch"],
display_error=False).strip()
except util.ProcessError:
branch = 'master'
Copy link
Contributor

Choose a reason for hiding this comment

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

At some point it might be nice to refactor this into a helper function

@mattip mattip merged commit e868fec into airspeed-velocity:master Jan 2, 2023
@mattip
Copy link
Contributor

mattip commented Jan 2, 2023

Thanks @HaoZeke

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.

BUG: Graphs are empty for tag commit hashes
2 participants