Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7473 Drop 'reporter' field from ES | Julien Lancelot | 2016-03-29 | 1 | -1/+0 |
| | |||||
* | SONAR-7468 SONAR-7199 Remove or update Action Plan related web services | Teryk Bellahsene | 2016-03-25 | 1 | -1/+0 |
| | |||||
* | Update scanner report to protobuf 3 (imply SONAR-7497) | Julien HENRY | 2016-03-23 | 1 | -8/+9 |
| | |||||
* | Rename batch into scanner | Julien HENRY | 2016-03-18 | 1 | -28/+26 |
| | |||||
* | SONAR-7345 Rename Issue debt to effort in ES | Julien Lancelot | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | SONAR-7345 Rename Issue debt to effort in API | Julien Lancelot | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | SONAR-7257 Fix expected time to persist sources | Julien Lancelot | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 4 | -4/+4 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 4 | -18/+16 |
| | |||||
* | fix perf IT after DuplicationRepository perf improvment | Sébastien Lesaint | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | SONAR-6990 strongly reduce HEAP usage of the DuplicationRepository | Sébastien Lesaint | 2015-12-17 | 1 | -3/+11 |
| | |||||
* | Replace MutableAnalysisMetadataHolderRule by AnalysisMetadataHolderRule when ↵ | Julien Lancelot | 2015-11-12 | 1 | -3/+4 |
| | | | | possible | ||||
* | SONAR-6993 Replace first analysis flag by the project snapshot | Julien Lancelot | 2015-11-12 | 1 | -2/+1 |
| | |||||
* | SONAR-6990 Adjust expected duration of file persistence | Julien Lancelot | 2015-11-10 | 1 | -1/+2 |
| | | | | Duplications are now read from the in-memory repository and no more from the analysis report, so duration is now faster | ||||
* | SONAR-6990 now read duplication only from DuplicationRepository | Sébastien Lesaint | 2015-11-09 | 1 | -23/+15 |
| | |||||
* | SONAR-6397 read changeset from DB only if File is unmodified | Sébastien Lesaint | 2015-10-14 | 1 | -5/+5 |
| | | | | | to achieve that, we compare the source hash stored in DB with hash of source in analysis report this also remove duplication of line hashing algorithm between core and Computation Engine and isolate source and line hashing into specific classes | ||||
* | SONAR-6397 Do not read SCM info from db on first analysis | Julien Lancelot | 2015-10-05 | 1 | -1/+6 |
| | |||||
* | SONAR-6397 Use ScmInfoRepo in PersistFileSourcesStep | Julien Lancelot | 2015-10-02 | 1 | -1/+6 |
| | |||||
* | Source code should only be read from the report | Julien Lancelot | 2015-09-29 | 1 | -2/+1 |
| | | | | Revert of SONAR-6843 | ||||
* | SONAR-6843 Read source lines db when nothing in report | Julien Lancelot | 2015-09-22 | 1 | -5/+7 |
| | |||||
* | Fix benchmark of saving of FILE_SOURCES | Simon Brandhof | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | Upgrade to Elasticsearch 1.7.1 | Simon Brandhof | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | SONAR-6813 Drop ES index sourceLines | Simon Brandhof | 2015-09-04 | 2 | -313/+0 |
| | |||||
* | Fix perf tests of issue indexing | Simon Brandhof | 2015-08-31 | 1 | -1/+1 |
| | | | | Faster thanks to change of UUID format. | ||||
* | SONAR-6812 Improve format of generated UUIDs for better usage of Lucene | Simon Brandhof | 2015-08-28 | 3 | -3/+3 |
| | |||||
* | rename DumbComponent to ReportComponent | Sébastien Lesaint | 2015-08-24 | 1 | -3/+3 |
| | |||||
* | Rename protobuf files of sonar-db | Simon Brandhof | 2015-08-05 | 2 | -6/+6 |
| | |||||
* | Adjust performance timing due to new environment | Julien Lancelot | 2015-07-30 | 2 | -2/+2 |
| | |||||
* | SONAR-4865, SONAR-6052 Improved issue locations | Julien HENRY | 2015-07-23 | 1 | -7/+7 |
| | |||||
* | Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-db | Simon Brandhof | 2015-07-23 | 2 | -7/+6 |
| | |||||
* | SONAR-6703 load common rule parameters from batch report | Simon Brandhof | 2015-07-20 | 1 | -2/+2 |
| | |||||
* | Refactor dao unit tests to use DbTester.create(System2) | Julien Lancelot | 2015-07-07 | 1 | -2/+2 |
| | |||||
* | FIX Redundant throws clause | David Gageot | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Unused imports | David Gageot | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Improve testability of Dao | Simon Brandhof | 2015-07-06 | 1 | -7/+3 |
| | |||||
* | Move some classes from sonar-server to sonar-db | Simon Brandhof | 2015-07-06 | 2 | -10/+8 |
| | |||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 2 | -3/+3 |
| | |||||
* | SONAR-6588 drop db connection from batch | Simon Brandhof | 2015-07-02 | 1 | -4/+0 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 2 | -6/+17 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | Fix creation of components | Julien Lancelot | 2015-06-12 | 1 | -1/+5 |
| | |||||
* | Use DumbComponent builder in tests | Simon Brandhof | 2015-06-10 | 1 | -2/+2 |
| | |||||
* | fix Benchmark tests after ServerTester optimisation | Sébastien Lesaint | 2015-06-05 | 2 | -2/+2 |
| | |||||
* | Fix performance issue because the report was in memory, now the report is ↵ | Julien Lancelot | 2015-06-04 | 1 | -20/+31 |
| | | | | read from the disk | ||||
* | SONAR-6253 Cache of component ids do not contains anymore key and uuid | Julien Lancelot | 2015-06-03 | 1 | -11/+15 |
| | | | | Instead, use TreeRootHolder to get component key and uuid | ||||
* | SONAR-6589 remove ComputationContext from ComputationStep.execute method | Sébastien Lesaint | 2015-06-01 | 1 | -4/+1 |
| | | | | and also remove the ComputationContext completely | ||||
* | SONAR-6589 remove unused parameter of ComputationContext constructor | Sébastien Lesaint | 2015-06-01 | 1 | -5/+1 |
| | | | | also clean unit tests that uses a ComputationContext (removed uneccessary properties, mostly) | ||||
* | SONAR-6589 make BatchReportReader a dependency of ComputationSteps | Sébastien Lesaint | 2015-06-01 | 1 | -1/+1 |
| | | | | 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 | 1 | -28/+19 |
| | | | | BatchReportReader | ||||
* | SONAR-6590 use a CE specific interface to read batch report | Sébastien Lesaint | 2015-06-01 | 1 | -24/+23 |
| | |||||
* | SONAR-6589 Remove projectKey from ComputationContext | Julien Lancelot | 2015-05-27 | 1 | -1/+1 |
| |