aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9962 Remove the ability to unset default quality profileEric Hartmann2017-12-046-124/+66
|
* SONAR-10088 Remove api/qualitygates/app actionJulien Lancelot2017-12-046-354/+3
|
* SONAR-10110 Remove LoadedTemplate DAOJulien Lancelot2017-12-0416-304/+4
|
* SONAR-10110 Remove log detecting old projectsJulien Lancelot2017-12-043-192/+0
|
* SONAR-10110 Remove LOADED_TEMPLATES tableJulien Lancelot2017-12-045-2/+107
|
* SONAR-10089 Add a migration to rename old quality gatesEric Hartmann2017-12-045-1/+272
| | | | "SonarQube way" is renamed as "Sonar way (outdated copy)"
* Apply feedbackGrégoire Aubert2017-12-049-24/+14
|
* SONAR-9962 Remove the "unset as default" action on Quality GatesGrégoire Aubert2017-12-047-39/+5
|
* SONAR-10088 SONAR-10114 Allow/prevent QG actions based on list of authorized ↵Grégoire Aubert2017-12-0410-96/+104
| | | | actions
* SONAR-10087 SONAR-10113 Display built-in badges on quality gatesGrégoire Aubert2017-12-045-4/+62
|
* SONAR-10089 Add a migration removing loaded_templates for quality gatesEric Hartmann2017-12-045-2/+148
|
* SONAR-10089 Automatically update built-in quality gateEric Hartmann2017-12-0415-101/+529
|
* Merge QGateWsSupport to QualityGatesWsSupportJulien Lancelot2017-12-0411-112/+73
|
* SONAR-10088 Prevent updating built-in quality gate in rename wsJulien Lancelot2017-12-043-2/+22
|
* SONAR-10087 Use protobuf in api/qualitygates/renameJulien Lancelot2017-12-044-17/+15
|
* SONAR-10087 Move rename logic from QualityGates to wsJulien Lancelot2017-12-046-83/+213
|
* SONAR-10088 Return available actions in api/qualitygates/showJulien Lancelot2017-12-044-7/+93
|
* SONAR-10088 Return available actions in api/qualitygates/listJulien Lancelot2017-12-048-33/+179
|
* SONAR-10087 Add built-in field in api/qualitygates/listJulien Lancelot2017-12-044-11/+31
|
* SONAR-10087 Use protobuf in api/qualitygates/listJulien Lancelot2017-12-043-58/+62
|
* SONAR-10087 Move some logic from QualityGates to ListActionJulien Lancelot2017-12-047-96/+181
|
* SONAR-10087 Replace 'default' by 'isDefault' in api/qualitygates/listJulien Lancelot2017-12-042-6/+18
| | | | | - 'default' at root level is deprecated - 'isDefault' is added on quality gate level
* SONAR-10087 Add built-in field in api/qualitygates/showJulien Lancelot2017-12-045-5/+28
|
* SONAR-10087 Use protobuf in api/qualitygates/showJulien Lancelot2017-12-0412-262/+324
| | | | Also take the opportunity to move business from QualityGates to ShowAction
* SONAR-10087 Populate built-in flag on existing quality gatesJulien Lancelot2017-12-0414-6/+309
|
* SONAR-10087 Add built-in flag to provided quality gateJulien Lancelot2017-12-0421-37/+268
|
* SONAR-10059 Increase timeout to download pluginsGuillaume Jambet2017-12-012-2/+21
|
* Fix issue in users admin when editing user without scm accountsGrégoire Aubert2017-12-012-4/+4
|
* Automatic merge from branch-6.7ssjenka2017-12-011-5/+12
|\ | | | | | | | | * origin/branch-6.7: SONAR-10060 api/system/info throws clean message when an exception is thrown
| * SONAR-10060 api/system/info throws clean message when an exception is thrownTeryk Bellahsene2017-11-301-5/+12
| |
* | Automatic merge from branch-6.7ssjenka2017-11-301-0/+3
|\| | | | | | | | | * origin/branch-6.7: SONAR-10072 Fix styling issue for Applications Quality Gates
| * SONAR-10072 Fix styling issue for Applications Quality GatesGrégoire Aubert2017-11-291-0/+3
| |
* | Regenerate sonar-wsDaniel Schwarz2017-11-295-16/+5
| |
* | Exclude generated files of sonar-ws from analysisSimon Brandhof2017-11-291-2/+2
| |
* | Fix Quality flaws in MediaTypesSimon Brandhof2017-11-291-2/+2
| |
* | Reduce the dependency between sonar-server and sonar-wsDaniel Schwarz2017-11-29111-1910/+4906
| | | | | | | | By copying the sonar-ws ...Request classes into the ...Action classes (as static inner classes). This will make the refactoring of sonar-ws towards generated Request classes a lot easier.
* | Apply naming conventions in sonar-ws protobufDaniel Schwarz2017-11-29153-909/+908
| |
* | Remove documentation from generated WS clientSimon Brandhof2017-11-29300-2409/+352
| | | | | | | | | | | | | | It allows to not have to commit changes each time a description is changed in sonar-server Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* | Add @Generated to package_info.javaSimon Brandhof2017-11-291-0/+2
| | | | | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* | Merge sonar-ws-generated into sonar-wsSimon Brandhof2017-11-29344-381/+1
| |
* | Update Generated annotation, to now link to "sonar-ws-generator"Daniel Schwarz2017-11-29253-253/+253
| |
* | Use a static date example in the docs of api/ce/activityDaniel Schwarz2017-11-291-3/+2
| |
* | Copy generated sonar-ws sources to sonar-ws-generated, automaticallyDaniel Schwarz2017-11-292-4/+4
| |
* | In ws-client-generator, remove obsolete class name special casesDaniel Schwarz2017-11-291-3/+0
| |
* | Generate client for api/user_groupsSimon Brandhof2017-11-2914-843/+17
| |
* | Delete unused class org.sonarqube.ws.MessageFormatterSimon Brandhof2017-11-292-75/+0
| |
* | Generate client for api/rulesSimon Brandhof2017-11-2921-848/+142
| |
* | Generate client for api/settingsSimon Brandhof2017-11-2919-123/+146
| |
* | Exclude some WS from code generationSimon Brandhof2017-11-292-46/+44
| |
* | Generate client of api/qualitygates and api/rootsSimon Brandhof2017-11-2943-349/+232
| |