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

Skip to content
Snippets Groups Projects
  1. Mar 17, 2025
  2. Mar 11, 2025
  3. Feb 28, 2025
  4. Feb 13, 2025
  5. Feb 11, 2025
  6. Feb 10, 2025
  7. Feb 08, 2025
  8. 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
  9. Feb 06, 2025
  10. Feb 05, 2025
  11. Feb 04, 2025
  12. Jan 31, 2025
  13. Jan 30, 2025
    • Moser, Maximilian's avatar
      Fix black complaint · 360f724e
      Moser, Maximilian authored
      360f724e
    • Moser, Maximilian's avatar
      Refactor package structure · facdc939
      Moser, Maximilian authored
      * create dedicated modules for curations & notifications to separate the
        general notifications infrastructure from the curations-related parts
        (and requests)
      * split large modules into smaller logical groups
      * split tasks.py into three separate parts: curations, TISS, and general
      facdc939
    • Moser, Maximilian's avatar
      Implement curation-related celery tasks · 06dedb59
      Moser, Maximilian authored
      * automatic accept of submissions for the test system
      * reminder for uploaders about accepted but still unpublished records
      * reminder for reviewers about open curation requests
      06dedb59
Loading