aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
* Simplify MeasureRepository interfaceDuarte Meneses2019-09-0418-172/+94
* Use Trove for memory efficient MapDuarte Meneses2019-09-044-10/+7
* Create memory efficient implementations of MeasuresDuarte Meneses2019-09-041-175/+408
* Cache measures for ratingsDuarte Meneses2019-09-044-3/+53
* Use arrays insted of set for DuplicatesDuarte Meneses2019-09-048-18/+17
* Fix testsDuarte Meneses2019-09-0415-125/+85
* Simplify keys of measure repositoryDuarte Meneses2019-09-043-173/+11
* Use CompactMap instead of HashMap for MeasuresDuarte Meneses2019-09-042-3/+4
* Use arrays instead of Map for SCM infoDuarte Meneses2019-09-047-70/+68
* Cache common Doubles in MeasuresDuarte Meneses2019-09-043-6/+52
* Intern strings in Components and ChangesetsDuarte Meneses2019-09-043-4/+5
* use testFixtures instead of test configuration of ce-task-projectanalysisSébastien Lesaint2019-09-0217-14/+5
* use testFixtures instead of test configuration of ce-taskSébastien Lesaint2019-09-021-1/+1
* use testFixtures instead of test configuration of server-commonSébastien Lesaint2019-09-021-3/+1
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-021-1/+1
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-021-1/+0
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-021-1/+0
* SONAR-12423 fix misleading naming in notification stat classesSébastien Lesaint2019-08-302-12/+10
* remove need to add H2 dependency when depending on sonar-db-testingSébastien Lesaint2019-08-141-1/+0
* remove all other dependencies onto sonar-serverSébastien Lesaint2019-08-141-1/+0
* remove dependency from sonar-webserver-webapi to sonar-serverSébastien Lesaint2019-08-141-2/+0
* move WrapInSingleElementArray to the single module where it's usedSébastien Lesaint2019-08-144-3/+36
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-1217-257/+33
* remove DBUnitSébastien Lesaint2019-08-094-66/+66
* SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUIDSébastien Lesaint2019-07-312-3/+3
* SONAR-8115 storing project quality gate in table (#1919)Jacek2019-07-315-47/+89
* SONAR-11722 webhook posttask adds log statisticsSébastien Lesaint2019-07-302-8/+13
* SONAR-11722 add ability for Post tasks to add log statisticsSébastien Lesaint2019-07-304-45/+227
* SONAR-17722 add post tag logsSébastien Lesaint2019-07-304-6/+52
* Clean depsDuarte Meneses2019-07-171-9/+24
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1217-17/+17
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1223-23/+24
* Merge pull request #1789 from SonarSource/fix/md/SONAR-11845-project-import-s...Michal Duda2019-06-281-1/+1
* SONAR-12081 fail CE processing if branch/pr on Community EditionSébastien Lesaint2019-06-284-39/+143
* SONAR-11458 Log analysis warning when cross-project duplication detection is ...Duarte Meneses2019-06-287-100/+90
* Remove accidentally committed temporary filesEvgeny Mandrikov2019-06-281-0/+0
* SONAR-12131 Compute Security Review Rating measures on portfolios and applica...Julien Lancelot2019-06-142-8/+71
* SONAR-12131 Compute Security Review Rating measures on projectsJulien Lancelot2019-06-145-49/+171
* SONAR-12188 Density of duplications is calculated with number of lines of tes...Duarte Meneses2019-06-132-9/+34
* SONAR-11745 deletion of disable component's child tables is resilientSébastien Lesaint2019-06-136-18/+18
* Remove useless declarations of resource filters from buildEvgeny Mandrikov2019-05-291-10/+0
* SONAR-9898 Deprecate org.sonar.api.i18n.I18nJulien Lancelot2019-05-292-2/+2
* SONAR_11996 Fallback to line comparison to detect new lines in Short Lived Br...Duarte Meneses2019-05-247-21/+134
* SONAR-11950 do not accept empty string for revision in CESimon Brandhof2019-05-2210-37/+52
* SONAR-11950 copy revisions migrationMichal Duda2019-05-222-42/+3
* SONAR-11950 add scm revision scanner parameterMichal Duda2019-05-228-7/+35
* SONAR-11950 add revision to webhooksSimon Brandhof2019-05-223-4/+11
* Fix Quality flawsSimon Brandhof2019-05-221-11/+9
* SONAR-12026 Security Hotspots are created with resolution "To Review"Julien Lancelot2019-05-222-13/+27
* SONAR-11966 Add security hotspot to Github ChecksBenoît Gianinetti2019-05-062-23/+11