Skip to content

Releases: luisaveiro/localhost-sonarqube

v0.2.1

30 Jan 10:47
Compare
Choose a tag to compare

Fixed

  • option parameters differentiation for functions.

v0.2.0

29 Jan 07:40
Compare
Choose a tag to compare

Added

  • ANSI Code Generator to improve CLI messages.
  • error, info, warning log output functions.
  • Docker compose package.
  • Docker package.
  • PROJECT_DIR & TEMPLATE_DIR global constants.

Changed

  • Shell scripts to use error, info, warning log output functions to improve CLI messages.
  • Change sonarqube up & sonarqube down commands to use docker compose package.
  • Renamed open_sonarqube_dashboard function to open_browser.
  • Replaced configuration_template_exists & project_configuration_exists with file_exists.
  • Change sonarqube publish & sonarqube scan commands to use file_exists function.
  • Shell scripts to use docker package.
  • Commands and functions shell script to follow package structure.
  • Commands to follow better functional programming principles.

Fixed

  • Fixed sonar.host.url for SonarScanner template #5.

Removed

  • Global WHITE & NC constants from config.
  • Unused up & down command scripts.
  • run_docker_compose function.
  • publish_configuration function.
  • Unused docker function script.

v0.1.2

20 Jan 20:07
Compare
Choose a tag to compare

Added

  • Laravel SonarScanner template.
  • Useful Tips section in readme.
  • Test coverage & execution properties for default and Laravel SonarScanner templates.

Fixed

  • Fixed sonar.host.url for default SonarScanner template.

v0.1.1

15 Jan 06:12
Compare
Choose a tag to compare

Added

  • EditorConfig file.

Changed

v0.1.0

09 Jan 18:07
1b5a1e6
Compare
Choose a tag to compare

Added

  • Docker Compose YAML file.
  • Default sonar-project.properties.
  • SonarQube shell script provides convenient CLI commands.