Skip to content

Releases: colussim/GoLC

V1.0.6

28 Aug 10:21
Compare
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 Exclude directories
Added Test Release version
Add Zip parameter improves performance if you have very large repositories.
Correct issue on docker images
Correct issue on Default Branch

V1.0.5

23 Jul 17:10
Compare
Choose a tag to compare
  • Fix parsing that contains xml files that exceed the default maximum size set for bufio (64kb)
  • Add Exclude extensions
  • Support GitLab On-Premise
  • 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.

V1.0.4

12 Jul 09:51
Compare
Choose a tag to compare
  • A logger has been added to the application to record important events and errors
  • Hiding Sensitive Data : To ensure security and privacy, sensitive data such as tokens are masked in error messages and log files.

V1.0.3

11 Jun 14:39
20aca8c
Compare
Choose a tag to compare
  • Add support of Azure DevOps
  • Add Docker support
  • Resolved windows issue
  • Resolved config.json issue

V1.0.2

06 Jun 10:06
20aca8c
Compare
Choose a tag to compare
  • This release supports the analysis of GitLab repositories.
  • Added configuration parameters in the config.json file.
  • Support analysis of the default branch on each repository with boolean parameters DefaultBranch

v1.0.0

02 May 14:54
Compare
Choose a tag to compare

First version: Support only bitbucket and bitbucket dc

v1.0.1

27 May 14:30
Compare
Choose a tag to compare
  • This release supports the analysis of GitHub repositories and files.
  • Added configuration parameters in the config.json file.
  • Saving the different analysis steps to allow for re-running the configuration. A tool to read these files and restart the analysis will be available soon.