You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More of our development occurs in gitlab and isdapps/i5k-tripal now. It would be great if we could modify this code to pull information from at least gitlab to add to our metrics. this would require a bit of a rewrite.
The below gets the repository information from gitlab - this would then need to be processed similar to the current script, but with slight modifications.
More of our development occurs in gitlab and isdapps/i5k-tripal now. It would be great if we could modify this code to pull information from at least gitlab to add to our metrics. this would require a bit of a rewrite.
The below gets the repository information from gitlab - this would then need to be processed similar to the current script, but with slight modifications.
curl --header "PRIVATE-TOKEN: super-private-token" "https://gitlab.com/api/v4/groups/589755/projects" | json_pp > gitlab-repos
The text was updated successfully, but these errors were encountered: