Skip to content

Record Git hash of library release in index #318

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

Open
2 tasks done
per1234 opened this issue Apr 11, 2025 · 0 comments
Open
2 tasks done

Record Git hash of library release in index #318

per1234 opened this issue Apr 11, 2025 · 0 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@per1234
Copy link
Contributor

per1234 commented Apr 11, 2025

Describe the request

Record the Git hash of the release's tag in the libraries index.

🙂 It will be possible to conclusively ascertain which point in a library's Git revision history corresponds to a release in the index.

Describe the current behavior

The only versioning information available about a library release is the version number.

It is a common problem for library maintainers to forget to update the value of the version property in the library metadata before pushing a Git tag.

Significant effort is made in the libraries-repository-engine codebase to process Git tags in ascending chronological order, but this is not guaranteed.

Library maintainers sometimes later move published tags, or delete tags.

🙁 There may be ambiguity regarding exactly which point in a library's Git revision history corresponds to a release in the index.

libraries-repository-engine version

19f9d91

Issue checklist

  • I searched for previous requests in the issue tracker
  • My request contains all necessary details
@per1234 per1234 added topic: code Related to content of the project itself type: enhancement Proposed improvement labels Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

1 participant