aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Exclude xoo and benchmark modules from analysisSimon Brandhof2015-11-251-0/+1
|
* 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
|
* 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.2: SONAR-6880 Fix SSF-37 Revert "SONAR-6310 Delete RoR WS api/profiles/index" SONAR-6397 remove last line trick from ComputeFileSourceData SONAR-6397 read changeset from DB only if File is unmodified SONAR-6397 ScmInfoRepository optimisation for non FILE components Clean all temporary JS dependencies before release Prevent integration test modules to be deployed on central repository Deploy module sonar-server to maven central fix alignment in the file details fix applying of issue filter when user is not authenticated Revert "SONAR-6309 Delete RoR WS profiles/list"
| * 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
* | 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
| | | | central
* [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
| | | | 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
|
* Revert "Do not redirect surefire logs to file"Simon Brandhof2015-07-231-0/+1
| | | | | | Too many logs are generated for travis, which accepts max 4Mb This reverts commit e9782fdb646b47679802e4b7a04dd20daa14ddb1.
* 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
| | | | | - 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