Releases: kochetkov-ma/allure-server
Releases · kochetkov-ma/allure-server
Release 2.10.0
Changes in this Release
There are new options for Cleanup, but also some old options have been renamed to integrate with the Spring Boot
@ConfigurationProperties
approach. And also the yaml format is used. See documentation
Release 2.9.1
Changes in this Release
- #32 Now you may upload already generated reports
- #35 Add Kubernetes helm chart in .helm directory and deploy Cloud Version to Kubernetes https://allure.iopump.ru/ui/
Release 2.9.0
Changes in this Release
- First Change
Release 2.8.3
Changes in this Release
- #31 Set UI upload max results file size via Spring cfg
spring.servlet.multipart.max-file-size
or env varspring_servlet_multipart_maxfilesize
100MB default
Release 2.8.2
Fiexs in this Release
- #24 Docker container for 2.8.0 fails to start using DB file created with version prior to 2.8.0
Release 2.8.1
Changes in this Release
- Fix bug when change 'allure.reports.dir'
Release 2.8.0
Changes in this Release
- #23 Bump allure version. thx @wasder
- #22 Unable to access report via friendly URL based on path, can only access generated report via long UUID-based URL. thx @cstrong
- postgres support ( see example ) thx @msavrasov
- support adding external jar to app classpath
http://allure.iopump.ru/
https://hub.docker.com/r/kochetkovma/allure-server
Release 2.7.1
Changes in this Release
Features
- #21 Added possibility to deleting reports older than date @georgRusanov