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

fix: before_first_request deprecation #171

Merged
merged 5 commits into from
Mar 22, 2024

Commits on Mar 19, 2024

  1. fix: before_first_request deprecation

    * the deprecation warning has been fixed by using the new entry_point
      invenio_base.finalize_app
    utnapischtim committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5ed68c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix: import missing

    utnapischtim committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bdb28bd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix: tests not working since finalize_app

    * the problem was that the mock fixtures were called after the app creation.
      this does not work because in the finalize_app they have to be ready already.
      therefore they are now called as a entry point before of the finalize_app
    utnapischtim committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    505e573 View commit details
    Browse the repository at this point in the history
  2. setup: bump dependencies

    * invenio-accounts, invenio-theme, invenio-base, invenio-app
    utnapischtim committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e30eb31 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    7e93bae View commit details
    Browse the repository at this point in the history