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

Use BOUNCER_PINNED_BASEURL_HTTP and BOUNCER_PINNED_BASEURL_HTTPS instead of the mirror_mirrors database table #393

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2024

  1. Remove unused db code

    It looks like we stopped using the sentry table in #9
    and removed in #211.  The other functions were used for
    other "checks", and also removed in #211.
    
    This project shouldn't write anything to the DB anyway.
    willdurand committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c1133a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    141173c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Use BOUNCER_PINNED_BASEURL_HTTP and BOUNCER_PINNED_BASEURL_HTTPS inst…

    …ead of the `mirror_mirrors` database table
    
    In practice, that's what we are already doing because these two env vars
    are already set. This patch makes it more intentional and explicit,
    while getting rid of yet another dependency to an unused database table.
    willdurand committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    513b469 View commit details
    Browse the repository at this point in the history