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

make contributor script faster and more resilient #1323

Merged
merged 2 commits into from
Nov 22, 2024

Commits on Nov 21, 2024

  1. be more resilient to bad data when updating contributors

    When trying to update all contributor data, it will fail because there
    are some broken releases in the index. While those should be fixed, they
    shouldn't cause the contributor script to fail.
    haarg committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    12ed9b1 View commit details
    Browse the repository at this point in the history
  2. cache the email to pauseid mapping

    Rather than needing a query for every release to find pause IDs, store
    the email to pauseid mapping between releases. This should speed up
    running the contributor script with --all.
    haarg committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bea9c1f View commit details
    Browse the repository at this point in the history