Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Upgrde SonarQube to 7.8 and sonar-scala to 7.6. #14

Merged
merged 2 commits into from
Aug 10, 2019
Merged

Conversation

mwz
Copy link
Member

@mwz mwz commented Jul 1, 2019

I also changed the following:

  • removed SonarScala from the full image as it cannot co-exist with sonar-scala
  • disabled SonarQube telemetry, which is enabled by default 👀
  • formatted the readme files with prettier

@@ -15,6 +15,13 @@
},
"versions": {
"current": [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this list say current, if it's in reality contains old/previous versions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all it means really is the non-lts versions, perhaps that's exactly what I should have named it

@@ -0,0 +1,12 @@
# SonarQube 7.8 image with bundled sonar-scala 7.6.0 (https://github.com/mwz/sonar-scala).

FROM sonarqube:7.8-community

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure you want to keep a separate folder for every old version you had, despite it's outdated?
Would it be better just to change one Dockerfile upgrading some versions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was planning to clean up this repo, so I'll do that at some point.

@sslavian812
Copy link

Btw, how about updating to 7.9 LTS, since it's already out there?
https://www.sonarqube.org/whats-new/

They claim that they added Scala support in this release. Can we use it instead of scapegoat, scoverage and scalastyle?

Copy link
Member Author

@mwz mwz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, how about updating to 7.9 LTS, since it's already out there?

I haven't upgraded sonar-scala to the latest LTS yet, but I'll get around doing that soon.

They claim that they added Scala support in this release. Can we use it instead of scapegoat, scoverage and scalastyle?

They have their own Scala plugin called SonarScala while I maintain the community version sonar-scala which comes with a slightly different feature set and works differently from the official plugin. Have a look at the comparison here to get a better idea about the differences.

@@ -0,0 +1,12 @@
# SonarQube 7.8 image with bundled sonar-scala 7.6.0 (https://github.com/mwz/sonar-scala).

FROM sonarqube:7.8-community
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was planning to clean up this repo, so I'll do that at some point.

@@ -15,6 +15,13 @@
},
"versions": {
"current": [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all it means really is the non-lts versions, perhaps that's exactly what I should have named it

@mwz mwz merged commit bd1a455 into master Aug 10, 2019
@mwz mwz deleted the sonarqube-7.8 branch August 10, 2019 19:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants