Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix timeout margin of benchmark test | Simon Brandhof | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | Adjust performance tests | Simon Brandhof | 2015-03-20 | 2 | -2/+2 |
| | |||||
* | Improve memory consumption of SourceDbBenchmarkTest and fix EsUtilsTest on ↵ | Simon Brandhof | 2015-03-20 | 1 | -2/+4 |
| | | | | GMT TZ | ||||
* | Issue/sourceline indexing is faster - adjust timeouts | Simon Brandhof | 2015-03-20 | 2 | -6/+9 |
| | |||||
* | Merge branch-5.1 | Julien Lancelot | 2015-03-18 | 2 | -37/+32 |
|\ | |||||
| * | Improve db migration from 5.0 and indexing step at server startup | Simon Brandhof | 2015-03-17 | 2 | -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 renaming | Julien HENRY | 2015-03-16 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into branch-5.2 | Stas Vilchik | 2015-03-09 | 4 | -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 tests | Simon Brandhof | 2015-03-09 | 4 | -3/+4 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-06 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.1-RC15.1-RC1 | Eric Hartmann | 2015-03-06 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from master | Jenkins CI | 2015-03-04 | 2 | -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 SourceDbBenchmarkTest | Simon Brandhof | 2015-03-04 | 1 | -1/+1 |
| | | |||||
| * | Fix error margin of server benchmark | Simon Brandhof | 2015-03-04 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from master | Jenkins CI | 2015-03-04 | 4 | -4/+13 |
|\| | | | | | | | | | | | | | * origin/master: Improve assertions in server benchmarks update shortcuts help labels Fix compatibility of tests with Oracle | ||||
| * | Improve assertions in server benchmarks | Simon Brandhof | 2015-03-04 | 4 | -4/+13 |
| | | |||||
* | | Update pom to 5.2-SNAPSHOT | Julien Lancelot | 2015-02-27 | 1 | -1/+1 |
|/ | |||||
* | Adjust performance test | Simon Brandhof | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Fix SourceIndexBenchmarkTest as indexing was improved (some fields are not ↵ | Simon Brandhof | 2015-02-11 | 1 | -1/+1 |
| | | | | searchable at all) | ||||
* | SONAR-2570 compress db table FILE_SOURCES | Simon Brandhof | 2015-02-10 | 1 | -10/+38 |
| | |||||
* | Refactor issue search stack in order to remove dependency with | Simon Brandhof | 2015-02-09 | 1 | -3/+3 |
| | | | | SearchRequestHandler | ||||
* | Adjust assertions in server benchmarks after changes in our hardware | Simon Brandhof | 2015-01-13 | 2 | -2/+2 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 2 | -2/+2 |
| | |||||
* | Fix expected timeouts of server-benchmarks after change of hardware | Simon Brandhof | 2015-01-08 | 2 | -2/+2 |
| | |||||
* | Adjust timeout of IssueIndexBenchmarkTest | Simon Brandhof | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Adjust size of ES dir in benchmark | Simon Brandhof | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Use the same input size for sourceline ES and DB benchmarks | Simon Brandhof | 2014-12-18 | 3 | -3/+4 |
| | |||||
* | Add benchmark of scrolling of db table FILE_SOURCES | Simon Brandhof | 2014-12-17 | 6 | -4/+6573 |
| | |||||
* | Adjust assertions of ES perf tests because of upgrade to Elasticsearch 1.4.1 | Simon Brandhof | 2014-12-17 | 1 | -2/+1 |
| | |||||
* | Adjust ES benchmark assertions | Simon Brandhof | 2014-12-16 | 2 | -2/+2 |
| | |||||
* | Affine assertions of indexing benchmarks | Simon Brandhof | 2014-12-16 | 2 | -4/+8 |
| | |||||
* | Automatic merge from branch-5.0 | Jenkins CI | 2014-12-11 | 1 | -2/+1 |
|\ | | | | | | | | | | | | | | | * origin/branch-5.0: Remove unused ruby files (issues2 MVC) [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.0-RC1 SONAR-5923 A project admin user cannot delete a project | ||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.0-RC15.0-RC1 | Eric Hartmann | 2014-12-11 | 1 | -3/+2 |
| | | |||||
* | | Upgrade version to 5.1-SNAPSHOT | Eric Hartmann | 2014-12-09 | 1 | -1/+1 |
|/ | |||||
* | Fix server-test-benchmarks assertions because of Lucene optimizations | Simon Brandhof | 2014-12-08 | 2 | -3/+3 |
| | |||||
* | Improve stability of sonar-server-benchmarks | Simon Brandhof | 2014-12-08 | 3 | -2/+10 |
| | | | | Optimize Lucene FS so it does not evolve when estimating size | ||||
* | Fix assertions of sonar-server-benchmarks | Simon Brandhof | 2014-12-08 | 2 | -2/+2 |
| | |||||
* | Fix assertions of sonar-server-benchmarks | Simon Brandhof | 2014-12-08 | 2 | -3/+2 |
| | |||||
* | Add assertions to sonar-server-benchmarks | Simon Brandhof | 2014-12-05 | 3 | -11/+16 |
| | |||||
* | Add assertions for SonarSource performancing box to sonar-server-benchmarks | Simon Brandhof | 2014-12-05 | 2 | -2/+28 |
| | |||||
* | New settings for sonar-server-benchmarks | Simon Brandhof | 2014-12-05 | 1 | -9/+14 |
| | |||||
* | Rename module sonar-data-test to sonar-server-benchmarks | Simon Brandhof | 2014-12-05 | 6 | -0/+562 |