-
-
Notifications
You must be signed in to change notification settings - Fork 31
Rebrand to Creedengo and prepare 2.0.0 release #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
bf12f11
rename: rebrand ecocode → creedengo across code, resources, build, an…
jduigoudev a8b4722
⬆️ Bump version to 2.0.0 and update changelog
jduigoudev 1bd8d99
🐛 Fix contact email to green-code-initiative.org
jduigoudev 4242066
🐛 Fix deprecated rule repository key to ecocode-android-java
jduigoudev 98e612d
✨ Align profile names for Java, XML, and Gradle
jduigoudev de697fe
✨ Align Java and XML profile names
jduigoudev f65f58a
📝 Fix changelog historic links and unreleased URL
jduigoudev a505232
🐛 Fix version back to 1.2.1-SNAPSHOT
jduigoudev 1cb4fbf
📝 Rename README branding to "Creedengo Android Java"
jduigoudev 9bc2a82
🌿 Align rules specifications + 2.0.0-SNAPSHOT and restore ecocode-xml…
jduigoudev 1bd5e40
🔥 Remove neomades images and update docker-compose for v2.0.0-SNAPSHOT
jduigoudev da4ca41
🐛 Fix PR #109 review feedback
jduigoudev c192c83
Rename rules from EC to GCI prefix
jduigoudev 49698d9
Remove rename_rules scripts
jduigoudev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ | |
|
|
||
| # Ignore generated files | ||
| target | ||
| build | ||
| lib | ||
| bin | ||
| dependency-reduced-pom.xml | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| Please read common [CODE_STYLE.md](https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/CODE_STYLE.md) in `ecoCode-common` repository. | ||
| Please read common [CODE_STYLE.md](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/CODE_STYLE.md) in `creedengo-common` repository. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| Please read common [CONTRIBUTING.md](https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/CONTRIBUTING.md) in `ecoCode-common` repository. | ||
| Please read common [CONTRIBUTING.md](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/CONTRIBUTING.md) in `creedengo-common` repository. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| FROM maven:3.8-openjdk-11 AS builder | ||
|
|
||
| COPY . /usr/src/ecocode | ||
| COPY . /usr/src/creedengo | ||
|
|
||
| WORKDIR /usr/src/ecocode | ||
| WORKDIR /usr/src/creedengo | ||
| RUN ./tool_prepare-codenarc.sh | ||
| RUN ./tool_build.sh | ||
|
|
||
| FROM sonarqube:10.3.0-community | ||
| USER root | ||
| COPY --from=builder /usr/src/ecocode/lib/* /opt/sonarqube/extensions/plugins/ | ||
| COPY --from=builder /usr/src/creedengo/lib/* /opt/sonarqube/extensions/plugins/ | ||
|
|
||
| USER sonarqube |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| ecoCode SonarQube plugin | ||
| Creedengo SonarQube plugin | ||
| Copyright (C) 2020-2021 Snapp' - Université de Pau et des Pays de l'Adour | ||
| mailto: contact@ecocode.io | ||
| mailto: contact@green-code-initiative.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this URL doesn't exist. maybe ask for it to Olivier L.