Page MenuHomeDevCentral

Resolve VCS hashes to commit URL
ClosedPublic

Authored by dereckson on Mar 6 2022, 02:54.
Tags
None
Referenced Files
F12439803: D2569.id.diff
Thu, Nov 6, 09:56
F12430223: D2569.id6490.diff
Wed, Nov 5, 13:50
Unknown Object (File)
Wed, Nov 5, 11:35
Unknown Object (File)
Wed, Nov 5, 11:32
Unknown Object (File)
Wed, Nov 5, 00:48
Unknown Object (File)
Tue, Nov 4, 06:58
Unknown Object (File)
Mon, Nov 3, 09:48
Unknown Object (File)
Mon, Nov 3, 09:47
Subscribers
None

Details

Summary

Provide a small utility to find an URL representation
matching a hash, querying code review systems like Phabricator
or Gerrit, then public code hosting like GitHub or GitLab.

Test Plan

Run commands and code documented in README + make test

Diff Detail

Repository
rRESOLVEHASH Resolve hash
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/resolvehash/search/__init__.py:8F401flake8 F401
Errorsrc/resolvehash/search/vcs.py:28E501flake8 E501
Errorsrc/resolvehash/search/vcs.py:32E501flake8 E501
Errorsrc/resolvehash/search/vcs.py:35E501flake8 E501
Errorsrc/resolvehash/search/vcs.py:40E501flake8 E501
Errorsrc/resolvehash/vcs/phabricator.py:58E501flake8 E501
Errortests/test_resolvehash.py:35E501flake8 E501
Warningsrc/resolvehash/resolvehash.py:CHMOD1Invalid Executable
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4026
Build 4278: arc lint + arc unit

Event Timeline

dereckson created this revision.

Provide the symbolink link from ${PREFIX}/bin/resolve-hash to ${PYCACHE}/**/resolvehash/resolvehash.py

Provide the symbolink link from ${PREFIX}/bin/resolve-hash to ${PYCACHE}/**/resolvehash/resolvehash.py

Done, with command line specific code moved to bin/resolve-hash instead.

This revision is now accepted and ready to land.Mar 6 2022, 10:18
This revision was landed with ongoing or failed builds.Mar 6 2022, 10:19
This revision was automatically updated to reflect the committed changes.