*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
  1. Oct 29, 2024
  2. Oct 08, 2024
  3. Sep 18, 2024
    • Moser, Maximilian's avatar
      Refactor startup code · 974f082f
      Moser, Maximilian authored
      * use blueprint entrypoint instead of initializing it in the extension
      * move finalize_app code into a new separate module
      974f082f
  4. Nov 24, 2022
    • Moser, Maximilian's avatar
      Remove the startup blueprint · 1d9ec2bb
      Moser, Maximilian authored
      * the current versions of invenio-accounts and invenio-oauthclient (both
        v2.0.1) use the same 'blueprint.record_once' mechanism to modify the
        config values, leading to race conditions with our hack
      * the config override has been moved to invenio-config-tuw
      1d9ec2bb
  5. Oct 28, 2022
    • Moser, Maximilian's avatar
      Create startup blueprint for post-init logic · 76597aa0
      Moser, Maximilian authored
      * take advantage of `blueprint.record_once()` for setup logic, which is
        called during registration of the entrypoint blueprints (which happens
        after the invenio extensions have been loaded)
      * this pattern is already used in some core modules
        (e.g. invenio_rdm_records.views v1.0.0)
      76597aa0
Loading