aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow dogfood on other destination than nextTom2018-02-051-1/+1
|
* Enable build and QA for dogfood branchTom2018-02-052-1/+12
|
* Automatic merge from branch-7.0ssjenka2018-02-051-1/+1
|\ | | | | | | | | | | | | | | * origin/branch-7.0: Prepare version 7.0-SNAPSHOT Release 7.0 SONAR-10384 No more possible to remove an email of a user SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled
| * Prepare version 7.0-SNAPSHOTbranch-7.0Simon Brandhof2018-02-0259-59/+59
| |
| * Release 7.07.0Simon Brandhof2018-02-0259-59/+59
| |
| * SONAR-10384 No more possible to remove an email of a userStas Vilchik2018-02-021-1/+1
| |
| * SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabledSimon Brandhof2018-02-021-1/+1
| |
* | Automatic merge from branch-7.0ssjenka2018-02-021-4/+4
|\| | | | | | | | | * origin/branch-7.0: SONAR-10329 Upgrade packaged analyzers to latest versions
| * SONAR-10329 Upgrade packaged analyzers to latest versionsSimon Brandhof2018-02-021-4/+4
| |
* | fix flacky test in RegisterQualityProfilesNotificationTestSébastien Lesaint2018-02-021-1/+1
| |
* | fix rendering of secondary measures on the Measures pageStas Vilchik2018-02-012-8/+58
| |
* | SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-01104-979/+1428
| |
* | Merge remote-tracking branch 'origin/branch-7.0'Grégoire Aubert2018-02-016-67/+64
|\|
| * Add back missing action to bulk unassign issuesGrégoire Aubert2018-01-316-102/+89
| |
* | fix rule workspace permalinkStas Vilchik2018-01-311-1/+1
| |
* | add min length requirement for rules searchStas Vilchik2018-01-311-0/+1
| |
* | Add new sonar.pullrequest.id property to build scriptJanos Gyerik2018-01-311-0/+2
| |
* | Automatic merge from branch-7.0ssjenka2018-01-301-5/+5
|\| | | | | | | | | * origin/branch-7.0: SONAR-10329 Upgrade packaged analyzers to latest versions
| * SONAR-10329 Upgrade packaged analyzers to latest versionsSimon Brandhof2018-01-291-5/+5
| |
* | SONAR-10052 support profiles with more than 1'000 active rulesSimon Brandhof2018-01-291-5/+3
| |
* | SONAR-10052 fix N+1 syndrome when loading profile descendantsSimon Brandhof2018-01-298-33/+89
| |
* | SONAR-10052 fix Quality flawsSimon Brandhof2018-01-293-7/+4
| |
* | SONAR-10052 optimize data loading for (de)activation of rulesSimon Brandhof2018-01-2947-1188/+1681
| |
* | SONAR-10052 minor refactoring to better understand rule activationSimon Brandhof2018-01-295-90/+96
| |
* | SONAR-10052 Improve documentation of quality profile DTOsSimon Brandhof2018-01-292-2/+54
| |
* | drop getCurrentUserFromStore (#2993)Stas Vilchik2018-01-293-41/+20
| |
* | fix coverage of MultivalueProperty#parseAsCsvSébastien Lesaint2018-01-291-6/+48
| |
* | Add missing test for ProjectBadgesWsJulien Lancelot2018-01-291-0/+60
| |
* | rewrite rules app with react (#2982)Stas Vilchik2018-01-29227-5954/+6635
| |
* | Minor clean-up in some testsSimon Brandhof2018-01-2922-161/+123
| |
* | Fix bad imports of Java6AssertionsSimon Brandhof2018-01-296-10/+10
| |
* | Remove unused and conflicting dependency on securemock in unit testsSimon Brandhof2018-01-2916-194/+113
| | | | | | | | | | | | | | | | | | | | securemock is a fork of an old version of mockito. By removing it some tests must be fixed to correctly support the latest version of mockito: - signature of ArgumentMatcher implementations (Object -> T). That's the reason why they have been fixed and replaced by lambda - any(Class) supports null values in securemock but not in mockito. Replacing calls by any() fixes the issue.
* | SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabledSimon Brandhof2018-01-261-1/+1
| |
* | SONAR-10288 Configuration supports empty fields and quotes in CE/WebSébastien Lesaint2018-01-253-2/+354
| |
* | SONAR-10288 move multivalue property parsing to sonar-coreSébastien Lesaint2018-01-257-82/+93
| |
* | SONAR-10288 move ConfigurationProvider from sonar-core to sonar-serverSébastien Lesaint2018-01-255-6/+52
| | | | | | | | because this class is server and ce specific
* | SONAR-10122 remove dead code in DefaultInputModuleSébastien Lesaint2018-01-252-20/+0
| |
* | SONAR-10122 fix misleading error message for multivalue propertiesSébastien Lesaint2018-01-251-1/+1
| | | | | | | | | | when parsing fails in ProjectReactor it concerns only sonar.sources, sonar.tests and sonar.modules
* | SONAR-10288 scanner multivalue property parsing ignore empty fieldsSébastien Lesaint2018-01-257-8/+372
| |
* | SONAR-10266 Update svg templates and metrics listGrégoire Aubert2018-01-2510-447/+59
| |
* | Fetch metrics with redux on project dashboard pagesGrégoire Aubert2018-01-2520-185/+202
| |
* | Migrate parts of overview app to TSGrégoire Aubert2018-01-2581-1478/+1007
| |
* | Migrate App to tsx and clean up measures related typesGrégoire Aubert2018-01-2512-215/+64
| |
* | Make branch parameter optional in some helper functionsGrégoire Aubert2018-01-258-48/+39
| |
* | SONAR-10266 Add ITs for project badges wsJulien Lancelot2018-01-251-6/+23
| |
* | SONAR-10266 Add SonarCloud icon on measure badgesGrégoire Aubert2018-01-253-19/+24
| |
* | SONAR-10264 Add ITs for project badges pageGrégoire Aubert2018-01-256-2/+159
| |
* | SONAR-10266 Generate quality gate cardJulien Lancelot2018-01-259-20/+896
| |
* | SONAR-10266 Generate measure badgeJulien Lancelot2018-01-2513-71/+919
| |
* | SONAR-10263 Add list of possible metrics for api/stickers/measure WSGrégoire Aubert2018-01-251-0/+14
| |