Skip to content
Snippets Groups Projects

Iss #132 - Projects and auth token code migrations, update openapi spec

Merged Iss #132 - Projects and auth token code migrations, update openapi spec
All threads resolved!
Merged Martin Lowe requested to merge (removed):malowe/main/migrate-projects into main
All threads resolved!

Includes updates to remove code that was moved to common libraries, as well as update the openapi spec to more strictly follow openapi spec guidelines.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Martin Lowe added 1 commit

    added 1 commit

    • b1904806 - Add start at boot for projects loading

    Compare with previous version

  • Martin Lowe added 10 commits

    added 10 commits

    Compare with previous version

  • Zachary Sabourin resolved all threads

    resolved all threads

  • merged

  • Martin Lowe mentioned in commit 23b86944

    mentioned in commit 23b86944

  • Frederic Gurr
    Frederic Gurr @fgurr started a thread on commit 3b63ee02
  • 125 125 readTrusted 'pom.xml'
    126 126 sh 'make generate-spec'
    127 127 withCredentials([string(credentialsId: 'sonarcloud-token-git-eca-rest-api', variable: 'SONAR_TOKEN')]) {
    128 sh 'mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -B -Dsonar.login=${SONAR_TOKEN}'
    128 sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.login=${SONAR_TOKEN} -Dmaven.test.skip=true'
    Please register or sign in to reply
    Loading