Skip to content

2.0.2

Compare
Choose a tag to compare
@msimacek msimacek released this 05 Sep 17:17
· 313 commits to master since this release

Bugfixes

  • Order builds by started time, not id - should prevent inconsitencies arising when branching
  • Fix plugin packaging missing __init__.py file

Other

  • Require authentication for long-running queries
  • Add memory check to watcher

Upgrading from 2.0.2

  • Database migration
    • Run alembic -c /usr/share/koschei/alembic.ini upgrade head while the
      backend services and httpd are stopped