Skip to content

Releases: Kraken-CI/kraken

v0.401

05 Mar 16:45
Compare
Choose a tag to compare
fixed initial startup

v0.400

05 Mar 15:31
Compare
Choose a tag to compare
fixed initial workflow

v0.398

05 Mar 08:51
Compare
Choose a tag to compare
  • fixed initial workflow that was causing crash during startup
  • added integration with sentry
  • other fixes

v0.392

12 Feb 06:44
Compare
Choose a tag to compare
  • extended docs in schema definition
  • fixed missing fields in shell schema

v0.389

06 Feb 15:49
Compare
Choose a tag to compare
  • [#91] added user authentication
    • added users and user_sessions sql tables
    • added 2 default users: admin/admin and demo/demo
    • added logging in, logging out, and password change in UI
    • demo user does not have permissions to many actions in UI
  • fixed handling stage triggers the scheduling
  • improved layout of branches on main page-
  • schema verification improvements
  • added fedora and centos base images
  • REST API: migrated from openapi 2 to 3, updated codegen to 5.0 final

v0.370

27 Jan 07:11
Compare
Choose a tag to compare

Features:

  • added gotest tool for running Go tests
  • added new tool junit_collect for collection tests results from JUnit XML reports
  • added worfklow schema validation against its syntax spec
  • added presenting a schedule of the selected stage
  • [#33] added triggering stage on commit to a repository
  • [#54] added disabling agents
  • [#52] added periodical schema refresh from a repo
  • [#81] result boxes with failures are orange now instead of red
  • [#77] added showing internal logs in the job
  • [#61] added displaying job duration on run-results page
  • [#38] added links to executors and groups on the run page
  • [#87] added presenting job details
  • [#86] added comparing DEV results to CI (not to DEV)

Fixes:

  • [#85] fixed analyzing test cases results' history
  • [#43] fixed switching branches on the branch management page
  • [#72] fixed comparing issues with prev issues
  • [#57] migrated jobs downloader to clickhouse
  • [#78] added splitting multiline log entries to separate lines in clickhouse proxy

v0.294

29 Dec 06:59
Compare
Choose a tag to compare
  • various fixes

v0.277

25 Dec 08:35
Compare
Choose a tag to compare

Various fixes:

  • fixed and hardened downloading artifacts
  • fixed getting clickhouse and minio addresses in external agent
  • fixed updating agent
  • hardened connecting to minio
  • fixed server unit tests
  • fixed runnig pytest under poetry

v0.270

24 Dec 08:16
Compare
Choose a tag to compare
  • [#76] rewritten storage from ftp to minio
  • [#55] add initial schema validation
  • [#65] speed up loading branch results page
  • fixed handling GitHub PR

v0.235

15 Dec 06:53
Compare
Choose a tag to compare
  • improved presenting logs:
    • added line numbering in job log on run-results page
    • added paging logs backward and forward
  • [#34] added presenting git info about commits/pr in branch-results page
  • [#66] implemented reporting status to github