Releases: Kraken-CI/kraken
Releases · Kraken-CI/kraken
v0.401
v0.400
v0.398
v0.392
v0.389
- [#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
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: