Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quality flaws | Simon Brandhof | 2015-06-29 | 2 | -6/+17 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | Fix creation of components | Julien Lancelot | 2015-06-12 | 1 | -1/+5 |
| | |||||
* | Use DumbComponent builder in tests | Simon Brandhof | 2015-06-10 | 1 | -2/+2 |
| | |||||
* | fix Benchmark tests after ServerTester optimisation | Sébastien Lesaint | 2015-06-05 | 2 | -2/+2 |
| | |||||
* | Fix performance issue because the report was in memory, now the report is ↵ | Julien Lancelot | 2015-06-04 | 1 | -20/+31 |
| | | | | read from the disk | ||||
* | SONAR-6253 Cache of component ids do not contains anymore key and uuid | Julien Lancelot | 2015-06-03 | 1 | -11/+15 |
| | | | | Instead, use TreeRootHolder to get component key and uuid | ||||
* | SONAR-6589 remove ComputationContext from ComputationStep.execute method | Sébastien Lesaint | 2015-06-01 | 1 | -4/+1 |
| | | | | and also remove the ComputationContext completely | ||||
* | SONAR-6589 remove unused parameter of ComputationContext constructor | Sébastien Lesaint | 2015-06-01 | 1 | -5/+1 |
| | | | | also clean unit tests that uses a ComputationContext (removed uneccessary properties, mostly) | ||||
* | SONAR-6589 make BatchReportReader a dependency of ComputationSteps | Sébastien Lesaint | 2015-06-01 | 1 | -1/+1 |
| | | | | move batch zip file extraction to new class ReportExtractor | ||||
* | SONAR-6590 use CloseableIterator instead of File return type in ↵ | Sébastien Lesaint | 2015-06-01 | 1 | -28/+19 |
| | | | | BatchReportReader | ||||
* | SONAR-6590 use a CE specific interface to read batch report | Sébastien Lesaint | 2015-06-01 | 1 | -24/+23 |
| | |||||
* | SONAR-6589 Remove projectKey from ComputationContext | Julien Lancelot | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | SONAR-6568 add DbClient, tree root and LanguageRepository to ComputationContext | Sébastien Lesaint | 2015-05-25 | 1 | -1/+5 |
| | |||||
* | SONAR-6568 add LanguageRepository | Sébastien Lesaint | 2015-05-25 | 1 | -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 engine | Julien Lancelot | 2015-05-25 | 1 | -2/+1 |
| | |||||
* | SONAR-6259 Use component caches to get id or uuid | Julien Lancelot | 2015-05-21 | 1 | -4/+10 |
| | |||||
* | make UserSession non static | Sébastien Lesaint | 2015-05-12 | 1 | -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 imports | David Gageot | 2015-05-07 | 1 | -1/+0 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 4 | -4/+4 |
| | |||||
* | update WS to rely on new tests - SONAR-6255 | Teryk Bellahsene | 2015-05-07 | 2 | -4/+4 |
| | |||||
* | index tests - SONAR-6255 | Teryk Bellahsene | 2015-05-07 | 2 | -7/+8 |
| | |||||
* | Fix benchmarck test because of new type in file_sources | Julien Lancelot | 2015-04-30 | 1 | -2/+2 |
| | |||||
* | persist tests in db - SONAR-6255 | Teryk Bellahsene | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Activate assertion on perf test of file sources persistence | Julien Lancelot | 2015-04-23 | 1 | -2/+1 |
| | |||||
* | SONAR-6258 Add performance test on file sources persistence | Julien Lancelot | 2015-04-21 | 1 | -0/+195 |
| | |||||
* | SONAR-6253 Cleanup SourcePersister on batch side | Julien HENRY | 2015-04-17 | 1 | -1/+2 |
| | | | | and move FileSourceDao to sonar-server | ||||
* | SONAR-6258 Remove hack setting updated_at to 0 by only indexing file sources ↵ | Julien Lancelot | 2015-04-17 | 1 | -1/+1 |
| | | | | of current project | ||||
* | 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 |
| |