aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | 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-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
| | | | because this class is server and ce specific
* 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-10268 Create the badges page with the Scanned on SonarCloud badge - SONAR-10272 Allow user to choose the color of the badge - SONAR-10268 Add the "Scanned on SonarCloud" svg files - SONAR-10264 SONAR-10271 Add standard measure badges - SONAR-10264 Allow user to choose a metric for the standard badge
* 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
|
* Create a getHostUrl function in the urls helperGrégoire Aubert2018-01-252-8/+11
|
* Remove unused router from overview Meta componentGrégoire Aubert2018-01-252-9/+10
|
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-2412-12/+12
|
* SONAR-10117 minimize risk of deadlock on MySQLSimon Brandhof2018-01-242-3/+30
|
* SONAR-10247 do not call webhooks when QG status has not changedSébastien Lesaint2018-01-233-27/+126
|
* SONAR-10247 add and populate QGChangeEvent#getPreviousStatusSébastien Lesaint2018-01-235-48/+186
|
* SONAR-10247 add OrganizationDto#equals & hashcodeSébastien Lesaint2018-01-231-0/+18
| | | | usefull in unit tests
* Merge branch 'branch-6.7'Sébastien Lesaint2018-01-232-19/+10
|\
| * SONAR-10297 ce task run at most onceSébastien Lesaint2018-01-182-30/+18
| |
* | update gradle version in tutorialStas Vilchik2018-01-222-3/+3
| |
* | Merge branch 'branch-6.7'Sébastien Lesaint2018-01-172-11/+47
|\|
| * SONAR-10215 clean corrupted view default perm template in 6.4Sébastien Lesaint2018-01-162-11/+47
| | | | | | | | done in migration affected by the bug: SupportPrivateProjectInDefaultPermissionTemplate
| * SONAR-10258 Missing information about uncovered conditions on a lineStas Vilchik2018-01-101-7/+7
| |
| * SONAR-10236 Cannot bulk activate/deactivate rules when using a web contextStas Vilchik2018-01-101-1/+1
| |
* | SONAR-10120 Add server id and date in the system info json nameGrégoire Aubert2018-01-1511-42/+55
| |
* | SONAR-10284 Retreive onSonarCloud param in SimpleContainerGrégoire Aubert2018-01-158-106/+154
| |
* | fix file headersStas Vilchik2018-01-15773-3726/+1143
| |
* | do not check file headers for src/main/webappStas Vilchik2018-01-151-0/+9
| |
* | Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-149-17/+15
| |
* | Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-14514-2192/+2162
| |
* | GOV-289 Porfolio deletion should redirect to Portfolios pageStas Vilchik2018-01-121-1/+1
| |
* | update jest & enzymeStas Vilchik2018-01-1270-523/+778
| |