Releases: luisaveiro/localhost-sonarqube
Releases · luisaveiro/localhost-sonarqube
v0.2.1
Fixed
option
parameters differentiation for functions.
v0.2.0
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 toopen_browser
. - Replaced
configuration_template_exists
&project_configuration_exists
withfile_exists
. - Change
sonarqube publish
&sonarqube scan
commands to usefile_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
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
Added
- EditorConfig file.
Changed
- Shell scripts to adopt Google Shell Style Guide.
- Shell scripts based on ShellCheck syntax guidelines.
v0.1.0
Added
- Docker Compose YAML file.
- Default
sonar-project.properties
. - SonarQube shell script provides convenient CLI commands.