aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | quality profile events computation requires to access the Language in the container
* 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
| | | | | | | | UserSession is now an interface the old UserSession has been split into ServerUserSession (implements the lazy loading of credentials directly from DAOs) and ThreadLocalUserSession (implements the thread local management) add UserSessionRule for UserSession management in unit test with support for ServerTester DoPrivileged now restores the user session which was in ThreadLocal before it ran move MockUserSession to server.tester package
* 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
|
* persist tests in db - SONAR-6255Teryk Bellahsene2015-04-281-1/+1
|
* Activate assertion on perf test of file sources persistenceJulien Lancelot2015-04-231-2/+1
|
* SONAR-6258 Add performance test on file sources persistenceJulien Lancelot2015-04-211-0/+195
|
* SONAR-6253 Cleanup SourcePersister on batch sideJulien HENRY2015-04-171-1/+2
| | | | and move FileSourceDao to sonar-server
* SONAR-6258 Remove hack setting updated_at to 0 by only indexing file sources ↵Julien Lancelot2015-04-171-1/+1
| | | | of current project
* Fix timeout margin of benchmark testSimon Brandhof2015-03-251-1/+1
|
* Adjust performance testsSimon Brandhof2015-03-202-2/+2
|
* Improve memory consumption of SourceDbBenchmarkTest and fix EsUtilsTest on ↵Simon Brandhof2015-03-201-2/+4
| | | | GMT TZ
* Issue/sourceline indexing is faster - adjust timeoutsSimon Brandhof2015-03-202-6/+9
|
* Merge branch-5.1Julien Lancelot2015-03-182-37/+32
|\
| * Improve db migration from 5.0 and indexing step at server startupSimon Brandhof2015-03-172-30/+33
| | | | | | | | | | | | | | | | * Parallel bulk indexing of documents into Elasticsearch * reduce memory consumption when building JSON requests * no need to change type of column PROJECT_MEASURES.MEASURE_DATE as it is not used * fix created_at/updated_at fields of manual_measure when saved from Rails * remove usage of deprecated delete-by-query
* | Fix compilation issue after renamingJulien HENRY2015-03-161-4/+4
| |
* | Merge branch 'master' into branch-5.2Stas Vilchik2015-03-094-3/+4
|\| | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java server/sonar-web/src/main/less/components.less
| * Use default 8% for error margin of performance testsSimon Brandhof2015-03-094-3/+4
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2015-03-061-1/+1
| |
| * [maven-release-plugin] prepare release 5.1-RC15.1-RC1Eric Hartmann2015-03-061-1/+1
| |
* | Automatic merge from masterJenkins CI2015-03-042-2/+2
|\| | | | | | | | | | | | | | | * origin/master: SONAR-5945 close issues on deleted components Fix error margin of SourceDbBenchmarkTest Fix error margin of server benchmark Fix Javadoc and add useful method using Charset for RulesDefinitionXmlLoader
| * Fix error margin of SourceDbBenchmarkTestSimon Brandhof2015-03-041-1/+1
| |
| * Fix error margin of server benchmarkSimon Brandhof2015-03-041-1/+1
| |
* | Automatic merge from masterJenkins CI2015-03-044-4/+13
|\| | | | | | | | | | | | | * origin/master: Improve assertions in server benchmarks update shortcuts help labels Fix compatibility of tests with Oracle
| * Improve assertions in server benchmarksSimon Brandhof2015-03-044-4/+13
| |
* | Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|/
* Adjust performance testSimon Brandhof2015-02-251-1/+1
|
* Fix SourceIndexBenchmarkTest as indexing was improved (some fields are not ↵Simon Brandhof2015-02-111-1/+1
| | | | searchable at all)
* SONAR-2570 compress db table FILE_SOURCESSimon Brandhof2015-02-101-10/+38
|
* Refactor issue search stack in order to remove dependency withSimon Brandhof2015-02-091-3/+3
| | | | SearchRequestHandler
* Adjust assertions in server benchmarks after changes in our hardwareSimon Brandhof2015-01-132-2/+2
|
* Replace fest-assert by assertJSimon Brandhof2015-01-102-2/+2
|