Skip to content

Releases: sonar-solutions/sonar-golc

V2.0.6

Choose a tag to compare

@fabio-gos-sonarsource fabio-gos-sonarsource released this 08 Jul 14:32
f0bd591

What's Changed

New Contributors

Full Changelog: V2.0.5...V2.0.6

V2.0.5

Choose a tag to compare

@fabio-gos-sonarsource fabio-gos-sonarsource released this 26 Jun 12:41
d005a90

What's Changed

New Contributors

Full Changelog: V2.0...V2.0.5

V2.0

Choose a tag to compare

@fabio-gos-sonarsource fabio-gos-sonarsource released this 01 May 12:35
f41eefe

What's New in v2.0

Version 2.0 is a major release introducing a browser-based Web UI, replacing the CLI binary entirely.

Highlights

  • Web UI — Configure platforms, run analyses, and view results from a single browser page (http://localhost:8091) with real-time progress
    tracking
  • Debug logging — Download a debug.log file from the UI after each run for troubleshooting
  • GitLab improvements — Full subgroup discovery, auto-detect accessible groups when Organization is left blank
  • File Mode improvements — Multi-directory support, repository summary reports, and result detail view
  • Token hints — Permission guidance for all platform configuration forms
  • Port management — Auto-selects a free port if the default is in use; configurable via environment variables
  • Redesigned reports — New global PDF report and per-platform repository summary (CSV, JSON, PDF)
  • Windows fixes — Correct file tree paths, cross-platform port management, embedded UI assets

Removed

  • Standalone CLI binary (Web UI is the only mode)
  • Docker support

V1.0.9.4

V1.0.9.4 Pre-release
Pre-release

Choose a tag to compare

@fabio-gos-sonarsource fabio-gos-sonarsource released this 05 Mar 14:47
1d074fd

What's Changed

  • Fix: release script: follow redirects, create release fallback by @fabio-gos-sonarsource in #54
  • Fix: Windows path handling, configurable logging, and report robustness by @pstember in #53

Full Changelog: V1.0.9.3...V1.0.9.4

V1.0.9.3

Choose a tag to compare

@fabio-gos-sonarsource fabio-gos-sonarsource released this 04 Mar 17:23
a65584f

What's Changed

Full Changelog: V1.0.9.2...V1.0.9.3

V1.0.9.2

Choose a tag to compare

@fabio-gos-sonarsource fabio-gos-sonarsource released this 29 Jan 16:18
5819289

What's Changed

New Contributors

Full Changelog: V1.0.9.1...V1.0.9.2

V1.0.9.1

V1.0.9.1 Pre-release
Pre-release

Choose a tag to compare

@fabio-gos-sonarsource fabio-gos-sonarsource released this 06 Jan 10:51
f79e23a

What's Changed

Full Changelog: V1.0.9...V1.0.9.1

V1.0.9

Choose a tag to compare

@fabio-gos-sonarsource fabio-gos-sonarsource released this 04 Dec 16:18
e95add1
  • Added Bitbucket Cloud API Token support
  • Updated README with Table of contents and Basic configuration instructions
  • Added support for multiple groups in GitLab
  • Fixed bug in GitLab nested groups
  • Added support for new languages and file types, including Dart, Rust, JSON, Shell, Docker, and VB6
  • Deprecated Docker images

v1.0.8

Choose a tag to compare

@yacine-maghezzi-sonarsource yacine-maghezzi-sonarsource released this 14 Aug 14:11

Supports GH Enterprise (onprem)

Full Changelog: V1.0.7...1.0.8

V1.0.6

Choose a tag to compare

Added report Results By File
Added a csv report for Results By File
Added the possibility to download the report files in ZIP format from the web interface.
Added the ability to generate both reports (by language and by file) at the same time.
Added REST API, available when web report start.
Added support for analyzing user (non-organization) repositories for GitHub. The boolean parameter Org (in config.json), if set to true, will run the analysis on an organization. If set to false, it will run on a user account. The Organization parameter should be set to your personal account.
Correction for extracting the package from the command line into the golc_version_os_platform directory.
Correct issue Docker ReportsAll.
Added Exclude directories
Correct detection release
Added Test Release version
Correct port on ResultsAll
Updated Azure DevOps pkg