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 to BitBucket archive for commit hash fragments in the URL #15

Open
philipstarkey opened this issue Feb 1, 2020 · 0 comments
Labels
AngularJS bug Something isn't working help wanted Extra attention is needed Python

Comments

@philipstarkey
Copy link
Owner

Currently to view details about a commit in the BitBucket archive, you need the full changeset hash. This differs from BitBucket (and GitHub) where you only need the first N characters of the hash in order to look it up. This means that some links in the archive (to commits) my not work (although most do because we follow all links, which means we download multiple copies of the commit data for each hash fragment we find....but this only catches URLs to hash fragments, not floating changeset fragments)

We need a way of translating this fragment into the full hash so we can look up the correct JSON file, and then to implement this in the AngularJS template

@philipstarkey philipstarkey added bug Something isn't working help wanted Extra attention is needed Python AngularJS labels Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AngularJS bug Something isn't working help wanted Extra attention is needed Python
Projects
None yet
Development

No branches or pull requests

1 participant