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

Skip to content
Snippets Groups Projects
  1. Feb 10, 2025
    • Moser, Maximilian's avatar
      Assemble config items from their parts on startup · 9669fff4
      Moser, Maximilian authored
      * add functionality to assemble some config items (like the DB
        connection string) from their parts
      * this was previously implemented in our `invenio.cfg`, but more flaky
        because it had to deal with parsing and setting environment variables
      * also refactor the startup module
      9669fff4
    • Moser, Maximilian's avatar
      Add background task for cleaning up dead files · 7ad96bae
      Moser, Maximilian authored
      * sometimes the cleanup operations for failed file uploads seem to leave
        over some `FileInstance` entries in the database that have a null URI
      * these file instances cause the periodic health checks to fail and
        trigger warning emails
      7ad96bae
  2. Feb 08, 2025
  3. Feb 07, 2025
    • Moser, Maximilian's avatar
      Add possibility to have prefixed config items override unprefixed ones · ad21f638
      Moser, Maximilian authored
      * this can be very useful for having a single project that is used for
        both "local" and "containerized" execution, where some configuration
        items should be slightly different for either (e.g. `SEARCH_HOSTS`)
      * currently we have this functionality implemented in our `invenio.cfg`
        but there it is a bit awkward due to the fact that environment
        variables have not been translated into `app.config` yet
      ad21f638
  4. Feb 06, 2025
  5. Feb 05, 2025
  6. Feb 04, 2025
  7. Jan 31, 2025
  8. Jan 30, 2025
  9. Jan 21, 2025
  10. Jan 13, 2025
  11. Jan 03, 2025
  12. Jan 02, 2025
  13. Dec 12, 2024
Loading