aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7473 Drop 'reporter' field from ESJulien Lancelot2016-03-291-1/+0
|
* SONAR-7468 SONAR-7199 Remove or update Action Plan related web servicesTeryk Bellahsene2016-03-251-1/+0
|
* Update scanner report to protobuf 3 (imply SONAR-7497)Julien HENRY2016-03-231-8/+9
|
* Rename batch into scannerJulien HENRY2016-03-181-28/+26
|
* SONAR-7345 Rename Issue debt to effort in ESJulien Lancelot2016-03-101-1/+1
|
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-101-1/+1
|
* SONAR-7257 Fix expected time to persist sourcesJulien Lancelot2016-02-021-1/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-134-4/+4
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-054-18/+16
|
* fix perf IT after DuplicationRepository perf improvmentSébastien Lesaint2015-12-181-1/+1
|
* SONAR-6990 strongly reduce HEAP usage of the DuplicationRepositorySébastien Lesaint2015-12-171-3/+11
|
* Replace MutableAnalysisMetadataHolderRule by AnalysisMetadataHolderRule when ↵Julien Lancelot2015-11-121-3/+4
| | | | possible
* SONAR-6993 Replace first analysis flag by the project snapshotJulien Lancelot2015-11-121-2/+1
|
* SONAR-6990 Adjust expected duration of file persistenceJulien Lancelot2015-11-101-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 DuplicationRepositorySébastien Lesaint2015-11-091-23/+15
|
* SONAR-6397 read changeset from DB only if File is unmodifiedSébastien Lesaint2015-10-141-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 analysisJulien Lancelot2015-10-051-1/+6
|
* SONAR-6397 Use ScmInfoRepo in PersistFileSourcesStepJulien Lancelot2015-10-021-1/+6
|
* Source code should only be read from the reportJulien Lancelot2015-09-291-2/+1
| | | | Revert of SONAR-6843
* SONAR-6843 Read source lines db when nothing in reportJulien Lancelot2015-09-221-5/+7
|
* Fix benchmark of saving of FILE_SOURCESSimon Brandhof2015-09-151-1/+1
|
* Upgrade to Elasticsearch 1.7.1Simon Brandhof2015-09-141-1/+1
|
* SONAR-6813 Drop ES index sourceLinesSimon Brandhof2015-09-042-313/+0
|
* Fix perf tests of issue indexingSimon Brandhof2015-08-311-1/+1
| | | | Faster thanks to change of UUID format.
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-283-3/+3
|
* rename DumbComponent to ReportComponentSébastien Lesaint2015-08-241-3/+3
|
* Rename protobuf files of sonar-dbSimon Brandhof2015-08-052-6/+6
|
* Adjust performance timing due to new environmentJulien Lancelot2015-07-302-2/+2
|
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-231-7/+7
|
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-232-7/+6
|
* SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-201-2/+2
|
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-2/+2
|
* FIX Redundant throws clauseDavid Gageot2015-07-071-1/+1
|
* Unused importsDavid Gageot2015-07-071-1/+1
|
* Improve testability of DaoSimon Brandhof2015-07-061-7/+3
|
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-062-10/+8
|
* Extract module sonar-dbSimon Brandhof2015-07-042-3/+3
|
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-021-4/+0
|
* Quality flawsSimon Brandhof2015-06-292-6/+17
| | | | | - do not declare multiple variables on same line - fix imports
* Fix creation of componentsJulien Lancelot2015-06-121-1/+5
|
* Use DumbComponent builder in testsSimon Brandhof2015-06-101-2/+2
|
* fix Benchmark tests after ServerTester optimisationSébastien Lesaint2015-06-052-2/+2
|
* Fix performance issue because the report was in memory, now the report is ↵Julien Lancelot2015-06-041-20/+31
| | | | read from the disk
* SONAR-6253 Cache of component ids do not contains anymore key and uuidJulien Lancelot2015-06-031-11/+15
| | | | Instead, use TreeRootHolder to get component key and uuid
* SONAR-6589 remove ComputationContext from ComputationStep.execute methodSébastien Lesaint2015-06-011-4/+1
| | | | and also remove the ComputationContext completely
* SONAR-6589 remove unused parameter of ComputationContext constructorSébastien Lesaint2015-06-011-5/+1
| | | | also clean unit tests that uses a ComputationContext (removed uneccessary properties, mostly)
* SONAR-6589 make BatchReportReader a dependency of ComputationStepsSébastien Lesaint2015-06-011-1/+1
| | | | move batch zip file extraction to new class ReportExtractor
* SONAR-6590 use CloseableIterator instead of File return type in ↵Sébastien Lesaint2015-06-011-28/+19
| | | | BatchReportReader
* SONAR-6590 use a CE specific interface to read batch reportSébastien Lesaint2015-06-011-24/+23
|
* SONAR-6589 Remove projectKey from ComputationContextJulien Lancelot2015-05-271-1/+1
|