aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Updated poms to generate empty javadoc and sources jars to comply with maven ...Thomas Vérin2015-10-131-0/+34
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-6/+6
* 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
* 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
* 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
* Revert "Do not redirect surefire logs to file"Simon Brandhof2015-07-231-0/+1
* Do not redirect surefire logs to fileSimon Brandhof2015-07-231-1/+0
* 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-043-4/+4
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-021-4/+0
* Quality flawsSimon Brandhof2015-06-292-6/+17
* 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 rea...Julien Lancelot2015-06-041-20/+31
* SONAR-6253 Cache of component ids do not contains anymore key and uuidJulien Lancelot2015-06-031-11/+15
* SONAR-6589 remove ComputationContext from ComputationStep.execute methodSébastien Lesaint2015-06-011-4/+1
* SONAR-6589 remove unused parameter of ComputationContext constructorSébastien Lesaint2015-06-011-5/+1
* SONAR-6589 make BatchReportReader a dependency of ComputationStepsSébastien Lesaint2015-06-011-1/+1
* SONAR-6590 use CloseableIterator instead of File return type in BatchReportRe...Sébastien Lesaint2015-06-011-28/+19
* 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
* SONAR-6568 add DbClient, tree root and LanguageRepository to ComputationContextSébastien Lesaint2015-05-251-1/+5
* SONAR-6568 add LanguageRepositorySébastien Lesaint2015-05-251-1/+2
* SONAR-6259 Do not assume that project exists at the begin of the compute engineJulien Lancelot2015-05-251-2/+1
* SONAR-6259 Use component caches to get id or uuidJulien Lancelot2015-05-211-4/+10
* make UserSession non staticSébastien Lesaint2015-05-121-14/+16
* Redundant importsDavid Gageot2015-05-071-1/+0
* Redundant throws clause in testsDavid Gageot2015-05-074-4/+4
* update WS to rely on new tests - SONAR-6255Teryk Bellahsene2015-05-072-4/+4
* index tests - SONAR-6255Teryk Bellahsene2015-05-072-7/+8
* Fix benchmarck test because of new type in file_sourcesJulien Lancelot2015-04-301-2/+2