Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6571 fix use of Boolean for boolean db column in Metrics table | Teryk Bellahsene | 2015-06-02 | 12 | -8/+159 |
| | |||||
* | AbstractUpdateCenterBasedPluginsWsActionTest should be abstract | Sébastien Lesaint | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | improve CloseableIterator: implementation and coverage | Sébastien Lesaint | 2015-06-02 | 2 | -23/+62 |
| | |||||
* | fix minor quality flaw in ValidateProjectStep | Sébastien Lesaint | 2015-06-02 | 1 | -1/+2 |
| | |||||
* | fix potential NPE in QualityProfileEventsStep | Sébastien Lesaint | 2015-06-02 | 1 | -1/+10 |
| | |||||
* | fix minor quality flaw on PurgeDatastoresStep | Sébastien Lesaint | 2015-06-02 | 1 | -1/+2 |
| | |||||
* | fix quality flaws in ComputeEngineContainerImpl | Sébastien Lesaint | 2015-06-02 | 1 | -5/+3 |
| | |||||
* | batch's ref exposed in CE's Component is actually OK | Sébastien Lesaint | 2015-06-02 | 1 | -1/+3 |
| | |||||
* | fix quality flaws on BatchReportReaderImpl | Sébastien Lesaint | 2015-06-02 | 1 | -24/+31 |
| | |||||
* | add missing coverage on BatchReportDirectoryHolderImpl | Sébastien Lesaint | 2015-06-02 | 2 | -1/+43 |
| | | | | in addition, removed repetitive declaration from implement list | ||||
* | remove BatchReport.Component stored in CE's ComponentImpl | Sébastien Lesaint | 2015-06-02 | 2 | -3/+8 |
| | |||||
* | add backbone-super | Stas Vilchik | 2015-06-02 | 19 | -31/+144 |
| | |||||
* | Merge pull request #346 from SonarSource/feature/groups-ui | Stas Vilchik | 2015-06-02 | 41 | -346/+1082 |
|\ | | | | | SONAR-6602 refactor groups page | ||||
| * | SONAR-6602 refresh collections after membership change | Stas Vilchik | 2015-06-02 | 2 | -0/+10 |
| | | |||||
| * | SONAR-6602 use "q" for search | Stas Vilchik | 2015-06-02 | 3 | -2/+8 |
| | | |||||
| * | fix quality flaws | Stas Vilchik | 2015-06-02 | 1 | -1/+0 |
| | | |||||
| * | SONAR-6602 drop ruby code | Stas Vilchik | 2015-06-02 | 4 | -267/+0 |
| | | |||||
| * | SONAR-6602 refactor groups page | Stas Vilchik | 2015-06-02 | 37 | -78/+1066 |
| | | |||||
* | | update grunt and its dependecies | Stas Vilchik | 2015-06-02 | 1 | -8/+6 |
| | | |||||
* | | 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 | 9 | -19/+518 |
|/ | |||||
* | fix quality flaws | Stas Vilchik | 2015-06-02 | 1 | -1/+2 |
| | |||||
* | Rename SnapshotDto.resourceId to componentId | Julien Lancelot | 2015-06-02 | 5 | -75/+53 |
| | |||||
* | 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 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 | ||||
* | 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 |
| |