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

Skip to content
Snippets Groups Projects
  1. Mar 20, 2025
  2. Mar 19, 2025
  3. Mar 18, 2025
  4. Mar 17, 2025
  5. Mar 11, 2025
  6. Feb 28, 2025
  7. Feb 13, 2025
  8. Feb 11, 2025
  9. Feb 10, 2025
  10. Feb 08, 2025
  11. 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
  12. Feb 06, 2025
    • Moser, Maximilian's avatar
      Use notifications mechanisms for publication notification · ed855225
      Moser, Maximilian authored
      * this brings it more in line with the request notifications
      * previously we were restricted to emails, now it will be whatever
        notification backends we use
      * also remove the mail templates - they now live in code until we
        enhance the notification backend to be more flexible w.r.t. the
        rendered templates
      ed855225
Loading