Skip to content

Feature/improve ci #246

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 8 commits into from
May 13, 2025
Merged

Conversation

Turiok
Copy link

@Turiok Turiok commented May 6, 2025

Proposed changes

Ajoute la création d'une nouvelle intégration continue.
d'une release automatique via des github actions. Modifie aussi l'IC de base en ajoutant une analyse SonarQube. Ajoute aussi un dependabot.

Types of changes

What types of changes does your code introduce to i-Code?

Put an x in the boxes that apply

Ajout ou refonte de :

  • Ajoute un workflow de release automatique qui va pousser les packages sur Github et créer une release note.

  • Refonte de la CI sur push et PR avec ajout de scan SonarQube sur SonarCloud

    • Il faudra créer un projet SonarQube sur le Cloud, modifier le fichier sonar-project.properties en respectant les éléments du projet créé sur SonarQube.
    • Ajouter un token SonarQube et le mettre dans les github actions avec le nom 'SONAR_TOKEN'
  • Pas mal de nettoyage au niveaux des pom.xml sur des properties inutiles

  • **Attention : Suppression du code qui génère le plugin Eclipse. Ce code n'était plus maintenu depuis des années. **

  • Un dependabot pour Github CI sur les dépendances Maven et les github actions

  • Bugfix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

  • Documentation Update (if none of the other choices apply)

Issues closed by changes

List here all issues closed by your changes. Use a list of items like - [x] Close #0

  • Close #0

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING doc
  • I agree with the CODE OF CONDUCT
  • Lint and unit tests pass locally with my changes
  • SonarCloud and GitHub Actions tests pass with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@louisjdmartin louisjdmartin self-requested a review May 13, 2025 13:42
@louisjdmartin louisjdmartin merged commit f697bc6 into cnescatlab:develop May 13, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants