Project for Software Engineering class at AGH-UST
Group: C2 Thursday 11:15-12:45
- SonarQube 7.7+
- A gradle wrapper is included that bundles gradle. All other required plugins will be pulled by gradle as needed.
- Start the local instance of the SonarQube server (
...\sonarqube-7.7\bin\windows-x86-64\StartSonar.bat
) - Run the following command in the project root:
- On Unix-like systems:
./gradlew -Dsonar.host.url=http://localhost:9000 sonarqube
- On Windows:
.\gradle.bat -Dsonar.host.url=http://localhost:9000 sonarqube
- On Unix-like systems:
- Or you can just use the default host.url:
- On Windows:
.\gradle.bat sonarqube
- On Windows:
Visit http://localhost:9000/projects?sort=-analysis_date
to view the report
- Currently it's not possible to add a new app while having the Graph Customization Menu open and having edited the ListView there.
- Occasionally a day may be skipped when switching days in the main view
- Need to reproduce the specific error the client has experienced when adding new apps after loading configuration and fix it
- Configuration loading does not remove apps already listed in the main view which are not present in the config file (probably intended?)
- The build process error is probably a Travis-side error (see this for more details)