aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Rename SnapshotDto.resourceId to componentIdJulien Lancelot2015-06-029-85/+63
* | update login requirements for user loginStas Vilchik2015-06-021-2/+2
* | clean rule.ws.SearchAction implemented interfacesTeryk Bellahsene2015-06-021-1/+1
* | rename metric.ws.SearchAction variable following Java standardsTeryk Bellahsene2015-06-021-3/+3
* | clarify parent project name display in issue.ws.ShowActionTeryk Bellahsene2015-06-021-12/+14
* | add tests to PurgeConfigurationTeryk Bellahsene2015-06-021-3/+29
* | add test for ProjectsWsModuleTeryk Bellahsene2015-06-021-0/+35
* | SONAR-6579 apply feedbackStas Vilchik2015-06-022-2/+4
* | SONAR-6470 SONAR-6475 Require admin permission to list group/user associationsJean-Baptiste Lievremont2015-06-024-25/+64
* | fix quality flawsStas Vilchik2015-06-025-48/+30
* | SONAR-6950 actually log error during cleanup of CE containerSébastien Lesaint2015-06-021-2/+10
* | SONAR-6590 catch and log exceptions raised when stopping CE containerSébastien Lesaint2015-06-021-1/+1
* | SONAR-6590 fix QueueItem status not saved after processingSébastien Lesaint2015-06-021-0/+1
* | Drop L10n english pluginSimon Brandhof2015-06-018-174/+19
* | 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