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

Add Support for Storing Repo Labels #1683

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Add Support for Storing Repo Labels #1683

merged 1 commit into from
Oct 5, 2022

Commits on Oct 5, 2022

  1. Add Support for Storing Repo Labels

    Adds two new tables: `repo_labels` and `labels` to store label data
    
    Created a new service class to store and associate labels for repos
      if the same `label` exists on multiple `repos`, it does not make
      duplicate `label` records.
    
    Add simple rake task to iterate through all `repos` `in_batches` and
    fetch one by one
    yez committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    215fc26 View commit details
    Browse the repository at this point in the history