Skip to content

Releases: tiobe/tics-github-action

Version 3.3.0

11 Dec 15:36
Compare
Choose a tag to compare

What's Changed

Features

  • Added support for multiple itemTypes (R35462) by @janssen-tiobe in #412
  • Allow multiple GitHub TICS Quality Gate checks in the same Pull Request (R34049) by @janssen-tiobe in #413

Dependencies

Full Changelog: v3.2.1...v3.3.0

Version 3.2.1

14 Oct 15:01
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v3.2.0...v3.2.1

Version 3.2.0

25 Sep 08:29
Compare
Choose a tag to compare

What's Changed

Features

Dependencies

Full Changelog: v3.1.2...v3.2.0

Version 3.1.2

28 Aug 12:54
62392d3
Compare
Choose a tag to compare

What's Changed

Features

Dependencies

Full Changelog: v3.1.1...v3.1.2

Version 3.1.1

14 Aug 14:00
4929a0b
Compare
Choose a tag to compare

Added documentation on workflow triggers.

Version 3.1.0

09 Aug 09:32
Compare
Choose a tag to compare

What's Changed

Features

Dependencies

Full Changelog: v3.0.3...v3.1.0

Version 3.0.3

12 Jun 12:03
3586e7a
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v3.0.2...v3.0.3

Version 3.0.2

06 Jun 11:24
ec10b92
Compare
Choose a tag to compare

What's Changed

Features

Dependencies

Full Changelog: v3.0.1...v3.0.2

Version 3.0.1

28 May 11:01
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v3.0.0...v3.0.1

Version 3.0.0

22 May 15:47
f32c7f7
Compare
Choose a tag to compare

Major version update

This update comes with some interface changes, a node update and functionality added, so warrents a major version bump.

When updating to v3, please check the documentation for the new parameters.

What's Changed

Interface Change

The interface (running with params) have been changed to depict their usage better or to synchronise with the TICS command line usage and by synchronous with other plugins we provide.
Parameter Changes (v2/old -> v3/new):

  • ticsConfiguration -> viewerUrl
  • viewerUrl -> displayUrl
  • projectName -> project
  • branchName -> branchname
  • branchDir -> branchdir
  • clientData -> cdtoken
  • tmpDir -> tmpdir

Features

Add posibility to run TICSQServer by @janssen-tiobe in #306

TICSQServer is the application that records your quality measurements into the Quality Database.
This TICSQServer measurements are used by TICS Client as a reference to determine which violations are new and solved.
It is also used to determine the Quality Gate results.

Other Features

Dependencies

Full Changelog: v2.12.4...v3.0.0