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

Bug - Repositories API call is missing several Big Ten members? #149

Closed
ewlarson opened this issue Mar 31, 2023 · 1 comment · Fixed by #150
Closed

Bug - Repositories API call is missing several Big Ten members? #149

ewlarson opened this issue Mar 31, 2023 · 1 comment · Fixed by #150

Comments

@ewlarson
Copy link
Contributor

Maybe this is by design... but I'm not seeing several OGM repos when I clone all repositories:

ewlarson@beanburrito .internal_test_app % bundle exec rake geocombine:clone --trace
** Invoke geocombine:clone (first_time)
** Execute geocombine:clone
Cloned https://github.com/OpenGeoMetadata/shared-repository.git
Cloned https://github.com/OpenGeoMetadata/edu.stanford.purl.git
Cloned https://github.com/OpenGeoMetadata/edu.princeton.arks.git
Cloned https://github.com/OpenGeoMetadata/edu.virginia.git
Cloned https://github.com/OpenGeoMetadata/edu.nyu.git
Cloned https://github.com/OpenGeoMetadata/edu.harvard.git
Cloned https://github.com/OpenGeoMetadata/edu.umn.git
Cloned https://github.com/OpenGeoMetadata/edu.tufts.git
Cloned https://github.com/OpenGeoMetadata/edu.columbia.git
Cloned https://github.com/OpenGeoMetadata/edu.lclark.git
Cloned https://github.com/OpenGeoMetadata/gov.data.git
Cloned https://github.com/OpenGeoMetadata/geobtaa.git
Cloned https://github.com/OpenGeoMetadata/edu.uarizona.git
Cloned https://github.com/OpenGeoMetadata/edu.berkeley.git
Cloned https://github.com/OpenGeoMetadata/edu.cornell.git
Cloned https://github.com/OpenGeoMetadata/edu.vt.git
Cloned https://github.com/OpenGeoMetadata/edu.upenn.git
Cloned https://github.com/OpenGeoMetadata/edu.mit.git
Cloned https://github.com/OpenGeoMetadata/ca.frdr.geodisy.git
Cloned https://github.com/OpenGeoMetadata/edu.wisc.git
Cloned 20 repositories

Perhaps all of the missing repositories are Big Ten affiliates?

  • unl
  • uchicago
  • purdue
  • illinois
  • indiana
  • msu
  • osu
  • psu
  • uiowa
  • umd
  • umich
  • umn
  • rutgers

@karenmajewicz @thatbudakguy -- Does the main geobtaa repo supplant these? or is the API call that lists all the repos missing these repos for whatever reason:

Method

https://github.com/OpenGeoMetadata/GeoCombine/blob/main/lib/geo_combine/harvester.rb#L97-L103

API Endpoint

https://api.github.com/orgs/opengeometadata/repos

@karenmajewicz
Copy link
Contributor

karenmajewicz commented Mar 31, 2023

Those repos are newer - I think this is a pagination issue. This call shows them:
https://api.github.com/orgs/opengeometadata/repos?per_page=50

ewlarson added a commit that referenced this issue Mar 31, 2023
Fixes #149

Co-Authored-By: Karen Majewicz <[email protected]>
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

Successfully merging a pull request may close this issue.

2 participants