The source project of this merge request has been removed.
Iss #132 - Projects and auth token code migrations, update openapi spec
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
Activity
Filter activity
requested review from @zacharysabourin
Currently working on enhancing the AccountService. We'll soon be able to migrate away from the current AccountAPI implementation in this project. Looks like a massive improvement already! :)
Edited by Zachary Sabourinadded 1 commit
- 9745e9da - Fix projects precache timing out before load is finished
- Resolved by Zachary Sabourin
added 10 commits
-
b1904806...c001ecdd - 5 commits from branch
eclipsefdn/it/api:main
- e04f9e1a - Cleanup openapi spec to match more strict measures
- 3b63ee02 - Iss #132 (closed) - Update API to use shared projects services
- f0517bcf - Iss #132 (closed) - Replace auth token code with commons version
- 7b70fa6f - Fix projects precache timing out before load is finished
- 50711952 - Add start at boot for projects loading
Toggle commit list-
b1904806...c001ecdd - 5 commits from branch
mentioned in commit 23b86944
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