aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6589 add caching of report MetaData in CEBatchReportReaderSébastien Lesaint2015-06-013-1/+342
* SONAR-6568 missing unit test for QualityProfileSébastien Lesaint2015-06-011-0/+72
* SONAR-6589 make ReportExtractor a step called ReportExtractionStepSébastien Lesaint2015-06-0114-104/+316
* SONAR-6589 EventRepository should store data based on refSébastien Lesaint2015-06-013-9/+79
* SONAR-6589 move ComponentTreeBuilders to test where it is actually usedSébastien Lesaint2015-06-016-117/+120
* SONAR-6589 remove ComputationContext from ComputationStep.execute methodSébastien Lesaint2015-06-0148-269/+132
* SONAR-6589 replace usage of ComputationContext.getRoot with TreeRootHolderSébastien Lesaint2015-06-0122-202/+599
* SONAR-6589 remove Component.getContext()Sébastien Lesaint2015-06-0114-83/+41
* SONAR-6589 remove unused parameter of ComputationContext constructorSébastien Lesaint2015-06-0122-413/+233
* SONAR-6589 remove ComputationContext.getDbClient()Sébastien Lesaint2015-06-011-10/+0
* SONAR-6589 move LanguageRepository out of ComputationContextSébastien Lesaint2015-06-014-15/+9
* SONAR-6589 move EventRepository out of ComponentSébastien Lesaint2015-06-018-92/+99
* SONAR-6589 move MeasureRepository out of ComponentSébastien Lesaint2015-06-019-112/+136
* SONAR-6589 remove ComputationContext.getReportReader and getReportMetadataSébastien Lesaint2015-06-0127-147/+148
* fix Platform.getContainer(): switch to level4 _before_ startup levelSébastien Lesaint2015-06-011-1/+1
* ServerLifecycleNotifier really belongs to startup levelSébastien Lesaint2015-06-012-3/+2
* SONAR-6589 remove ComputationContainer (and use only CEContainer)Sébastien Lesaint2015-06-0120-282/+522
* SONAR-6589 make BatchReportReader a dependency of ComputationStepsSébastien Lesaint2015-06-0146-421/+664
* SONAR-6590 use CloseableIterator instead of File return type in BatchReportRe...Sébastien Lesaint2015-06-018-191/+234
* SONAR-6590 add factory methods for empty CloseableIterator and from IteratorSébastien Lesaint2015-06-012-7/+93
* SONAR-6590 use a CE specific interface to read batch reportSébastien Lesaint2015-06-0141-659/+921
* drop coffee mentionsStas Vilchik2015-06-011-2/+2
* SONAR-6600 add module name to issues breadcrumbsStas Vilchik2015-06-014-15/+24
* fix quality flawsStas Vilchik2015-06-0121-208/+208
* move issues page from coffee to jsStas Vilchik2015-06-01119-3340/+2974
* update grunt-contrib-requirejs to v0.4.4Stas Vilchik2015-06-011-1/+1
* fix quality flawsStas Vilchik2015-06-015-19/+19
* show intro on quality gates pageStas Vilchik2015-06-015-4/+23
* Remove duplicated surefire property in pomsSimon Brandhof2015-06-011-4/+0
* Remove ComponentServiceMediumTestJulien Lancelot2015-06-014-34/+455
* Remove ViewIndexerMediumTestJulien Lancelot2015-06-012-147/+97
* refactoring - fix MetricMapper 'key' use as it's a keyword in DBMSTeryk Bellahsene2015-06-012-5/+5
* SONAR-6476 SONAr-6477 Apply feedback from PRJean-Baptiste Lievremont2015-06-0110-246/+182
* SONAR-6476 SONAR-6477 New WS to add/remove a user to/from a groupJean-Baptiste Lievremont2015-06-015-1/+591
* SONAR-6475 Add WS to list members of a groupJean-Baptiste Lievremont2015-06-0118-1/+828
* SONAR-6259 Fix validation of project and module keysJulien Lancelot2015-06-018-61/+525
* SONAR-6259 Always index issue authorization as batch is still applying permis...Julien Lancelot2015-06-011-1/+2
* Use ImmutableProjectReactor when possibleJulien HENRY2015-06-015-26/+23
* SONAR-6281 Fix branch and keys of components in compute reportJulien HENRY2015-06-019-108/+151
* refactoring - MetricDto sanitizationTeryk Bellahsene2015-06-012-5/+5
* Revert "Revert "Revert "SONAR-6259 Validate project and module keys"""Julien Lancelot2015-06-018-443/+61
* Revert "SONAR-6589 Fix project and module key validation"Julien Lancelot2015-06-012-112/+30
* SONAR-6570 ws api/metrics/search change endpoint to searchTeryk Bellahsene2015-06-017-21/+45
* SONAR-6465 Do not require admin permission, but display groups only when adminJean-Baptiste Lievremont2015-06-013-29/+25
* Increase perm gen space for server testsSimon Brandhof2015-06-011-1/+1
* SONAR-6599 WS api/projects/delete delete one projectTeryk Bellahsene2015-06-017-24/+432
* Fix a test isolation and replace field MeasureDto.projectId by componentIdJulien Lancelot2015-06-013-25/+34
* SONAR-6589 Fix project and module key validationJulien Lancelot2015-06-012-30/+112
* Revert "Revert "SONAR-6259 Validate project and module keys""Julien Lancelot2015-06-018-61/+443
* SONAR-6259 Grant project permission on the compute engineJulien Lancelot2015-06-017-31/+185