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

Include the refs belonging to each siva file to the PGA index #156

Open
vmarkovtsev opened this issue Aug 9, 2019 · 4 comments
Open

Include the refs belonging to each siva file to the PGA index #156

vmarkovtsev opened this issue Aug 9, 2019 · 4 comments
Assignees

Comments

@vmarkovtsev
Copy link
Collaborator

vmarkovtsev commented Aug 9, 2019

The current PGA index format does not allow to understand under which references a given URL is written. For example, tensorflow/tensorflow belongs to 2 siva files, the first has two heads and the second - tens. I need to have the full references collection in the second CSV column, e.g.

"c19e4a1b8c7f458fa4d6b0978e2a14ef8c2a2ff2.siva[refs/heads/<uuid>,refs/whatever/<uuid>],f41959ccb2d9d4c722fe8fc3351401d53bcf4900.siva[refs/heads/<uuid>,...]"
@jfontan
Copy link
Contributor

jfontan commented Aug 9, 2019

UUID for each repository in the siva files can be found as remote data. The name of the remote is the UUID that can be used to filter repositories and you can identify them by its endpoint. References can be filtered with this regexp .*\/<uuid>$.

@jfontan jfontan closed this as completed Aug 9, 2019
@vmarkovtsev vmarkovtsev reopened this Aug 9, 2019
@vmarkovtsev
Copy link
Collaborator Author

I will collect the mapping and include it in the dataset because this is a common issue for the team.

@vmarkovtsev
Copy link
Collaborator Author

Done: heads.csv.gz

cc/ @r0mainK

@vmarkovtsev
Copy link
Collaborator Author

I need to update the dataset on Monday.

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

No branches or pull requests

2 participants