Skip to content

Releases: kochetkov-ma/allure-server

Release 2.10.0

10 Dec 04:58
Compare
Choose a tag to compare

Changes in this Release

  • Add executors field as column in reports UI #40
  • Report retention #38

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

31 Oct 18:12
Compare
Choose a tag to compare

Changes in this Release

Release 2.9.0

08 Dec 08:37
Compare
Choose a tag to compare

Changes in this Release

  • First Change

Release 2.8.3

28 May 14:56
Compare
Choose a tag to compare

Changes in this Release

  • #31 Set UI upload max results file size via Spring cfg spring.servlet.multipart.max-file-size or env var spring_servlet_multipart_maxfilesize 100MB default

Release 2.8.2

25 Jan 17:54
Compare
Choose a tag to compare

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

22 Jan 10:13
Compare
Choose a tag to compare

Changes in this Release

  • Fix bug when change 'allure.reports.dir'

Release 2.8.0

21 Jan 19:50
Compare
Choose a tag to compare

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

22 Nov 11:17
Compare
Choose a tag to compare

Changes in this Release

Features

https://hub.docker.com/r/kochetkovma/allure-server

Release 2.6.2

01 Oct 19:09
Compare
Choose a tag to compare

Changes in this Release

Fixes

  • #20 POST api/report returns url to last generated report instead current thx @crowin

https://hub.docker.com/r/kochetkovma/allure-server

Release 2.6.1

23 Sep 19:14
Compare
Choose a tag to compare

Changes in this Release

Fixes

  • #19 Swagger not displayed in frame - thx @frezot