Skip to content

Releases: SmartBear/one-report-publisher

v0.8.0

16 Aug 01:55
v0.8.0
2ecfcd0
Compare
Choose a tag to compare

Changed

Fixed

  • Make ~ expansion work on Windows

v0.7.0

12 Jul 09:00
Compare
Choose a tag to compare

Changed

  • Changed ONE_REPORT_TOKEN to ONE_REPORT_REFRESH_TOKEN
  • Changed the --token command-line option to --refresh-token
  • Changed the token GitHub action input to refresh-token.

v0.6.0

05 Jul 13:49
Compare
Choose a tag to compare

Added

  • If an error is thrown it contains the response body

Changed

  • Changed the main response from report urls to test cycle ids
  • Changed the console output from report urls to array of test cycle ids
  • Changed the --organization command-line option to --project-id.
  • Changed the organization GitHub action input to project-id.
  • Renamed the ONE_REPORT_ORGANIZATION environment variable to ONE_REPORT_PROJECT_ID

v0.5.0

29 Jun 10:38
v0.5.0
c7daf12
Compare
Choose a tag to compare

Added

Changed

  • Added the ability to pick up ONE_REPORT_ORGANIZATION, ONE_REPORT_TOKEN, ONE_REPORT_URL environment variables, so GitHub Action inputs or command-line options do not need to be specified.
  • Changed the --organization-id command-line option to --organization.
  • Changed the organization-id GitHub action input to organization.

v0.4.0

22 Jun 08:41
0738401
Compare
Choose a tag to compare

Changed

  • Changed basic auth to JWT token authentication OR-7

v0.3.2

04 Mar 23:03
224b0b4
Compare
Choose a tag to compare
Release 0.3.2

v0.3.1

04 Mar 10:51
fff6df4
Compare
Choose a tag to compare

Fixed

  • Provide correct SHA for GitHub Actions

v0.3.0

09 Feb 15:50
93699d3
Compare
Choose a tag to compare

Added

  • Add new --max-time <seconds> option
  • Add new --ignore-error option

v0.2.0

07 Feb 23:29
29cf170
Compare
Choose a tag to compare

Added

  • Basic Auth authentication has been added

Changed

  • The GitHub Action must specify username
  • The CLI must specify --username
  • The CLI shortopt -u is an alias for --username (and not --url as it was in previous versions)

Removed

  • Vercel authentication (password only) has been removed

v0.1.0

31 Jan 13:02
ddca6c6
Compare
Choose a tag to compare

Added

  • Zip non .zip files by default. This can be overriden by specifying zip: false (GitHub Action) or --no-zip (Command Line)