Skip to content

Releases: allure-framework/allurectl

2.8.0

15 Mar 09:02
Compare
Choose a tag to compare

What's Changed

👻 Internal changes

  • Limited the uploading of results by size (10mb default) and count (100 default)
  • The batch for uploading is form by file type (result, container, attachment)

2.7.0

15 Feb 04:49
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • Support symlinks for results directories. Does not support symlinks for files in result directories.

Full Changelog: qameta/allurectl@2.6.0...2.7.0

2.6.0

28 Dec 09:28
c127669
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • Support Bitbucket CI

2.5.0

22 Dec 05:50
c127669
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • Glob support for results: allurectl watch --results */build/allure-results

2.4.0

19 Dec 11:11
c127669
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • Exclude files by regexp
    Usages
    • allurectl watch --exclude-files ".*-container.json" ...
    • allurectl upload --exclude-files ".*-container.json" ...

2.3.1

19 Dec 08:00
c127669
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fix insecure option allurectl ... --insecure

2.3.0

14 Nov 20:17
c127669
Compare
Choose a tag to compare

What's Changed

🔬 Improvements

  • Recreate API token

🐞 Bug Fixes

  • Fix job run params

2.2.2

27 Oct 05:24
c127669
Compare
Choose a tag to compare

What's Changed

🔬 Improvements

  • Print watcher errors after watch command

🐞 Bug Fixes

  • Fix CircleCI detection for custom domains

2.2.1

18 Oct 05:41
c127669
Compare
Choose a tag to compare

What's Changed

🔬 Improvements

  • Launch issue creation changes:
    allurectl launch add-issue --launch-id 1 --integration-id 1 --issue-keys AE-1,AE-2
    allurectl launch add-issue --current-launch --integration-id 1 --issue-keys AE-1,AE-2 in CI after watch command
  • Fix launch log

2.2.0

14 Oct 06:35
c127669
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • Launch add-issue command - allurectl launch add-issue 123 --integration-id 1 --issue-keys AE-1,AE-2