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

Implement minor build fixes #871

Merged
merged 7 commits into from
May 31, 2024
Merged

Commits on May 27, 2024

  1. Use repo version of solrpy

    The version of solrpy shipped with an errant print statement,
    so we use the release tag on GitHub instead.
    dchiller committed May 27, 2024
    Configuration menu
    Copy the full SHA
    42673af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f468797 View commit details
    Browse the repository at this point in the history
  3. Modify how Django secret key is handled

    Rather than choosing a new, random secret key every container build,
    we pass the secret key in from environment variables.
    dchiller committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c4da560 View commit details
    Browse the repository at this point in the history
  4. Use psycopg binary

    dchiller committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1fc7c81 View commit details
    Browse the repository at this point in the history
  5. Modify SECRET_KEY handling

    Use .get in accessing RabbitMQ settings
    
    Add `django_extension` in INSTALLED_APPS only at debug
    dchiller committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8098940 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a21998 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d503569 View commit details
    Browse the repository at this point in the history