| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Rename SnapshotDto.resourceId to componentId | Julien Lancelot | 2015-06-02 | 9 | -85/+63 |
* | | update login requirements for user login | Stas Vilchik | 2015-06-02 | 1 | -2/+2 |
* | | clean rule.ws.SearchAction implemented interfaces | Teryk Bellahsene | 2015-06-02 | 1 | -1/+1 |
* | | rename metric.ws.SearchAction variable following Java standards | Teryk Bellahsene | 2015-06-02 | 1 | -3/+3 |
* | | clarify parent project name display in issue.ws.ShowAction | Teryk Bellahsene | 2015-06-02 | 1 | -12/+14 |
* | | add tests to PurgeConfiguration | Teryk Bellahsene | 2015-06-02 | 1 | -3/+29 |
* | | add test for ProjectsWsModule | Teryk Bellahsene | 2015-06-02 | 1 | -0/+35 |
* | | SONAR-6579 apply feedback | Stas Vilchik | 2015-06-02 | 2 | -2/+4 |
* | | SONAR-6470 SONAR-6475 Require admin permission to list group/user associations | Jean-Baptiste Lievremont | 2015-06-02 | 4 | -25/+64 |
* | | fix quality flaws | Stas Vilchik | 2015-06-02 | 5 | -48/+30 |
* | | SONAR-6950 actually log error during cleanup of CE container | Sébastien Lesaint | 2015-06-02 | 1 | -2/+10 |
* | | SONAR-6590 catch and log exceptions raised when stopping CE container | Sébastien Lesaint | 2015-06-02 | 1 | -1/+1 |
* | | SONAR-6590 fix QueueItem status not saved after processing | Sébastien Lesaint | 2015-06-02 | 1 | -0/+1 |
* | | Drop L10n english plugin | Simon Brandhof | 2015-06-01 | 8 | -174/+19 |
* | | SONAR-6589 add caching of report MetaData in CEBatchReportReader | Sébastien Lesaint | 2015-06-01 | 3 | -1/+342 |
* | | SONAR-6568 missing unit test for QualityProfile | Sébastien Lesaint | 2015-06-01 | 1 | -0/+72 |
* | | SONAR-6589 make ReportExtractor a step called ReportExtractionStep | Sébastien Lesaint | 2015-06-01 | 14 | -104/+316 |
* | | SONAR-6589 EventRepository should store data based on ref | Sébastien Lesaint | 2015-06-01 | 3 | -9/+79 |
* | | SONAR-6589 move ComponentTreeBuilders to test where it is actually used | Sébastien Lesaint | 2015-06-01 | 6 | -117/+120 |
* | | SONAR-6589 remove ComputationContext from ComputationStep.execute method | Sébastien Lesaint | 2015-06-01 | 48 | -269/+132 |
* | | SONAR-6589 replace usage of ComputationContext.getRoot with TreeRootHolder | Sébastien Lesaint | 2015-06-01 | 22 | -202/+599 |
* | | SONAR-6589 remove Component.getContext() | Sébastien Lesaint | 2015-06-01 | 14 | -83/+41 |
* | | SONAR-6589 remove unused parameter of ComputationContext constructor | Sébastien Lesaint | 2015-06-01 | 22 | -413/+233 |
* | | SONAR-6589 remove ComputationContext.getDbClient() | Sébastien Lesaint | 2015-06-01 | 1 | -10/+0 |
* | | SONAR-6589 move LanguageRepository out of ComputationContext | Sébastien Lesaint | 2015-06-01 | 4 | -15/+9 |
* | | SONAR-6589 move EventRepository out of Component | Sébastien Lesaint | 2015-06-01 | 8 | -92/+99 |
* | | SONAR-6589 move MeasureRepository out of Component | Sébastien Lesaint | 2015-06-01 | 9 | -112/+136 |
* | | SONAR-6589 remove ComputationContext.getReportReader and getReportMetadata | Sébastien Lesaint | 2015-06-01 | 27 | -147/+148 |
* | | fix Platform.getContainer(): switch to level4 _before_ startup level | Sébastien Lesaint | 2015-06-01 | 1 | -1/+1 |
* | | ServerLifecycleNotifier really belongs to startup level | Sébastien Lesaint | 2015-06-01 | 2 | -3/+2 |
* | | SONAR-6589 remove ComputationContainer (and use only CEContainer) | Sébastien Lesaint | 2015-06-01 | 20 | -282/+522 |
* | | SONAR-6589 make BatchReportReader a dependency of ComputationSteps | Sébastien Lesaint | 2015-06-01 | 46 | -421/+664 |
* | | SONAR-6590 use CloseableIterator instead of File return type in BatchReportRe... | Sébastien Lesaint | 2015-06-01 | 8 | -191/+234 |
* | | SONAR-6590 add factory methods for empty CloseableIterator and from Iterator | Sébastien Lesaint | 2015-06-01 | 2 | -7/+93 |
* | | SONAR-6590 use a CE specific interface to read batch report | Sébastien Lesaint | 2015-06-01 | 41 | -659/+921 |
* | | drop coffee mentions | Stas Vilchik | 2015-06-01 | 1 | -2/+2 |
* | | SONAR-6600 add module name to issues breadcrumbs | Stas Vilchik | 2015-06-01 | 4 | -15/+24 |
* | | fix quality flaws | Stas Vilchik | 2015-06-01 | 21 | -208/+208 |
* | | move issues page from coffee to js | Stas Vilchik | 2015-06-01 | 119 | -3340/+2974 |
* | | update grunt-contrib-requirejs to v0.4.4 | Stas Vilchik | 2015-06-01 | 1 | -1/+1 |
* | | fix quality flaws | Stas Vilchik | 2015-06-01 | 5 | -19/+19 |
* | | show intro on quality gates page | Stas Vilchik | 2015-06-01 | 5 | -4/+23 |
* | | Remove duplicated surefire property in poms | Simon Brandhof | 2015-06-01 | 1 | -4/+0 |
* | | Remove ComponentServiceMediumTest | Julien Lancelot | 2015-06-01 | 4 | -34/+455 |
* | | Remove ViewIndexerMediumTest | Julien Lancelot | 2015-06-01 | 2 | -147/+97 |
* | | refactoring - fix MetricMapper 'key' use as it's a keyword in DBMS | Teryk Bellahsene | 2015-06-01 | 2 | -5/+5 |
* | | SONAR-6476 SONAr-6477 Apply feedback from PR | Jean-Baptiste Lievremont | 2015-06-01 | 10 | -246/+182 |
* | | SONAR-6476 SONAR-6477 New WS to add/remove a user to/from a group | Jean-Baptiste Lievremont | 2015-06-01 | 5 | -1/+591 |
* | | SONAR-6475 Add WS to list members of a group | Jean-Baptiste Lievremont | 2015-06-01 | 18 | -1/+828 |
* | | SONAR-6259 Fix validation of project and module keys | Julien Lancelot | 2015-06-01 | 8 | -61/+525 |