Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 49 | -2539/+107 |
| | |||||
* | Fix NPE when using ProjectBuilder + sonar.showProfilingLevel=true | Julien HENRY | 2015-06-02 | 1 | -12/+10 |
| | |||||
* | update grunt and its dependecies | Stas Vilchik | 2015-06-02 | 1 | -8/+6 |
| | |||||
* | SONAR-6601 : Use OSSRH for future deployment | Eric Hartmann | 2015-06-02 | 1 | -3/+3 |
| | |||||
* | add MetricsWsModule | Teryk Bellahsene | 2015-06-02 | 3 | -8/+73 |
| | |||||
* | SONAR-6571 WS api/metrics/create create or reactivate a custom metric | Teryk Bellahsene | 2015-06-02 | 12 | -28/+548 |
| | |||||
* | fix quality flaws | Stas Vilchik | 2015-06-02 | 1 | -1/+2 |
| | |||||
* | 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 |
| | | | | we must not raise an exception here because, since we are in a separate thread, they are swallowed and never logged | ||||
* | SONAR-6590 fix QueueItem status not saved after processing | Sébastien Lesaint | 2015-06-02 | 1 | -0/+1 |
| | | | | | because the container was not started, when cleanup method was invoked an IllegalStateException was raised by Pico because the current status of the container was CONSTRUCTED unfortunately, the method to update the item status is after the call to the cleanup method and therefor was never invoked | ||||
* | 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 |
| | | | | also added missing unit test | ||||
* | 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 |
| | | | | and also remove the ComputationContext completely | ||||
* | SONAR-6589 replace usage of ComputationContext.getRoot with TreeRootHolder | Sébastien Lesaint | 2015-06-01 | 22 | -202/+599 |
| | | | | also, ComponentTree is now computed as a step in BuildComponentTreeStep | ||||
* | 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 |
| | | | | also clean unit tests that uses a ComputationContext (removed uneccessary properties, mostly) | ||||
* | SONAR-6589 remove ComputationContext.getDbClient() | Sébastien Lesaint | 2015-06-01 | 1 | -10/+0 |
| | | | | not used anymore | ||||
* | 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 |
| | | | | this is necessary in case some class in startup level use Platform.getContainer() to retrieve current level | ||||
* | 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 |
| | | | | move batch zip file extraction to new class ReportExtractor | ||||
* | SONAR-6590 use CloseableIterator instead of File return type in ↵ | Sébastien Lesaint | 2015-06-01 | 8 | -191/+234 |
| | | | | BatchReportReader | ||||
* | 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 |
| |