aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Replace MutableAnalysisMetadataHolderRule by AnalysisMetadataHolderRule when ...Julien Lancelot2015-11-121-3/+4
* 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
* SONAR-6990 now read duplication only from DuplicationRepositorySébastien Lesaint2015-11-091-23/+15
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-25/+4
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-25/+4
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
* | Automatic merge from branch-5.2Jenkins CI2015-10-141-5/+5
|\|
| * SONAR-6397 read changeset from DB only if File is unmodifiedSébastien Lesaint2015-10-141-5/+5
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
* 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