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

Sync GitHub metadata #10

Closed
wants to merge 28 commits into from
Closed

Commits on Feb 2, 2024

  1. Parse project topics

    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    71fc5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59da2fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d48de View commit details
    Browse the repository at this point in the history
  4. Correct API base url for RTD

    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    01b07d4 View commit details
    Browse the repository at this point in the history
  5. Extend RTD facilities

    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a9b3d7b View commit details
    Browse the repository at this point in the history
  6. Wrap GitHub repo metadata API

    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    34d43d7 View commit details
    Browse the repository at this point in the history
  7. Wrap GitHub topics API

    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2daab1b View commit details
    Browse the repository at this point in the history
  8. Sanitize topics in payload

    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8377a4c View commit details
    Browse the repository at this point in the history
  9. First strip, then filter assigned topics

    It was possible to get empty strings as topics.
    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    052e682 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c9b728 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37b7a72 View commit details
    Browse the repository at this point in the history
  12. Add Repo.url property

    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b829293 View commit details
    Browse the repository at this point in the history
  13. Create GitHub sync routine

    bswck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3748dd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    07f02a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc6f4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed12aa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f12601 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ecc3b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d08afd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bf98de View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Auto-use git_url_substitutions

    bswck committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    48cb955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c755093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff42c34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900a0eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    835b848 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0cd9c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    fae562e View commit details
    Browse the repository at this point in the history
  2. Use @functools.lru_cache on Project factory constructor

    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
    bswck and jaraco authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ca80812 View commit details
    Browse the repository at this point in the history