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

feat: upgrade edx-drf-extensions and newrelic #4027

Merged

Commits on Oct 18, 2023

  1. fix: test update for edx-drf-extensions 8.11.0

    The method generate_unversioned_payload in
    edx-drf-extensions now requires a user.id to
    function, so that needed to be added to the mock
    user.
    robrap committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a380f11 View commit details
    Browse the repository at this point in the history
  2. feat: upgrade edx-drf-extensions

    Upgrade edx-drf-extensions to 8.12.0. This was done
    using a temporary constraint and pip-compile without
    the --upgrade to keep from upgrading unrelated
    requirements.
    robrap committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    6c72e8e View commit details
    Browse the repository at this point in the history
  3. feat: upgrade newrelic

    Upgrade newrelic to 9.1.0. This was done
    using a temporary constraint and pip-compile without
    the --upgrade to keep from upgrading unrelated
    requirements.
    robrap committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d8e3178 View commit details
    Browse the repository at this point in the history