aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headersDuarte Meneses2018-02-074-0/+76
* SONAR-10319 Display Analysis Scope on rules detail page (#2995)Grégoire Aubert2018-02-0711-37/+102
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-075-22/+12
* SONAR-10321 Add scope field to rule search wsDuarte Meneses2018-02-078-13/+61
* SONAR-10321 Store rule scope in DBDuarte Meneses2018-02-0735-9/+455
* SONAR-10401 end of task log is always INFO and includes statusSébastien Lesaint2018-02-072-35/+44
* rewrite groups app with react (#3017)Stas Vilchik2018-02-0651-987/+1550
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-1/+6
* Fix FP in RuleIndexTestSimon Brandhof2018-02-051-5/+9
* Automatic merge from branch-7.0ssjenka2018-02-051-1/+1
|\
| * Prepare version 7.0-SNAPSHOTbranch-7.0Simon Brandhof2018-02-0212-12/+12
| * Release 7.07.0Simon Brandhof2018-02-0212-12/+12
| * SONAR-10384 No more possible to remove an email of a userStas Vilchik2018-02-021-1/+1
* | 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-0194-828/+1388
* | 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
| * Set version 7.0-SNAPSHOTSimon Brandhof2018-01-2412-12/+12
| * Release 7.0-RC17.0-RC1Simon Brandhof2018-01-2412-12/+12
* | fix rule workspace permalinkStas Vilchik2018-01-311-1/+1
* | add min length requirement for rules searchStas Vilchik2018-01-311-0/+1
* | 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-292-4/+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
* | Add missing test for ProjectBadgesWsJulien Lancelot2018-01-291-0/+60
* | rewrite rules app with react (#2982)Stas Vilchik2018-01-29221-5945/+6291
* | Minor clean-up in some testsSimon Brandhof2018-01-2922-161/+123
* | Fix bad imports of Java6AssertionsSimon Brandhof2018-01-295-9/+9
* | Remove unused and conflicting dependency on securemock in unit testsSimon Brandhof2018-01-2916-194/+113
* | SONAR-10288 Configuration supports empty fields and quotes in CE/WebSébastien Lesaint2018-01-252-1/+350
* | SONAR-10288 move ConfigurationProvider from sonar-core to sonar-serverSébastien Lesaint2018-01-255-3/+87
* | SONAR-10266 Update svg templates and metrics listGrégoire Aubert2018-01-259-446/+58
* | 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 SonarCloud icon on measure badgesGrégoire Aubert2018-01-253-19/+24
* | SONAR-10264 Add ITs for project badges pageGrégoire Aubert2018-01-254-2/+14
* | SONAR-10266 Generate quality gate cardJulien Lancelot2018-01-259-20/+896
* | SONAR-10266 Generate measure badgeJulien Lancelot2018-01-2512-70/+917
* | SONAR-10263 Add list of possible metrics for api/stickers/measure WSGrégoire Aubert2018-01-251-0/+14
* | SONAR-10264 Create the project badges page for SonarCloudGrégoire Aubert2018-01-2526-26/+1005
* | SONAR-10266 Create stub for api/project_badges WSJulien Lancelot2018-01-2512-0/+466
* | Fix styling issue on some commands in the project creation tutorialGrégoire Aubert2018-01-2510-36/+36
* | Create a Clipboard buttonGrégoire Aubert2018-01-256-134/+184