Skip to content

4.2

Compare
Choose a tag to compare
@svniemeijer svniemeijer released this 22 Aug 11:01
· 662 commits to master since this release

πŸ“… 2018-06-12

  • Added -f/--force option to muninn-ingest.

  • Improved formatting of duration in muninn-search summary output.

  • Added optional progress bars to muninn-update (requires 'tqdm' package).

  • Added --parallel and --keep options to muninn-update.

  • Several fixes for muninn-search --paths.

  • Archive.export() now returns the list of paths of the exported products. The
    export_ functions in the product type plugins must return the path of the
    exported product.

  • Fixed issue where the database connection was not properly cleaned up when
    an error was raised during a database commit/rollback.

  • Fixed issue where muninn-prepare --dryrun would not produce output for
    sqlite if the database file did not exist yet.

  • Fixed issue where 'active' state was not always reset when a muninn-pull
    failed.

  • Improve handling of creating tags/links that already exist
    (postgresql will now only raise an exception for contention cases).

  • Added check on startup to verify that all mandatory attributes/methods are
    available for each product type plugin.

  • Several smaller fixes (including Python3 compatibility).