Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated poms to generate empty javadoc and sources jars to comply with maven ↵ | Thomas Vérin | 2015-10-13 | 1 | -0/+34 |
| | | | | central | ||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC15.2-RC1 | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Replace groupIds org.codehaus by org.sonarsource | Simon Brandhof | 2015-10-09 | 1 | -6/+6 |
| | |||||
* | SONAR-6397 Do not read SCM info from db on first analysis | Julien Lancelot | 2015-10-05 | 1 | -1/+6 |
| | |||||
* | SONAR-6397 Use ScmInfoRepo in PersistFileSourcesStep | Julien Lancelot | 2015-10-02 | 1 | -1/+6 |
| | |||||
* | Source code should only be read from the report | Julien Lancelot | 2015-09-29 | 1 | -2/+1 |
| | | | | Revert of SONAR-6843 | ||||
* | SONAR-6843 Read source lines db when nothing in report | Julien Lancelot | 2015-09-22 | 1 | -5/+7 |
| | |||||
* | Fix benchmark of saving of FILE_SOURCES | Simon Brandhof | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | Upgrade to Elasticsearch 1.7.1 | Simon Brandhof | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | SONAR-6813 Drop ES index sourceLines | Simon Brandhof | 2015-09-04 | 2 | -313/+0 |
| | |||||
* | Fix perf tests of issue indexing | Simon Brandhof | 2015-08-31 | 1 | -1/+1 |
| | | | | Faster thanks to change of UUID format. | ||||
* | SONAR-6812 Improve format of generated UUIDs for better usage of Lucene | Simon Brandhof | 2015-08-28 | 3 | -3/+3 |
| | |||||
* | rename DumbComponent to ReportComponent | Sébastien Lesaint | 2015-08-24 | 1 | -3/+3 |
| | |||||
* | Rename protobuf files of sonar-db | Simon Brandhof | 2015-08-05 | 2 | -6/+6 |
| | |||||
* | Adjust performance timing due to new environment | Julien Lancelot | 2015-07-30 | 2 | -2/+2 |
| | |||||
* | Revert "Do not redirect surefire logs to file" | Simon Brandhof | 2015-07-23 | 1 | -0/+1 |
| | | | | | | Too many logs are generated for travis, which accepts max 4Mb This reverts commit e9782fdb646b47679802e4b7a04dd20daa14ddb1. | ||||
* | Do not redirect surefire logs to file | Simon Brandhof | 2015-07-23 | 1 | -1/+0 |
| | |||||
* | SONAR-4865, SONAR-6052 Improved issue locations | Julien HENRY | 2015-07-23 | 1 | -7/+7 |
| | |||||
* | Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-db | Simon Brandhof | 2015-07-23 | 2 | -7/+6 |
| | |||||
* | SONAR-6703 load common rule parameters from batch report | Simon Brandhof | 2015-07-20 | 1 | -2/+2 |
| | |||||
* | Refactor dao unit tests to use DbTester.create(System2) | Julien Lancelot | 2015-07-07 | 1 | -2/+2 |
| | |||||
* | FIX Redundant throws clause | David Gageot | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Unused imports | David Gageot | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Improve testability of Dao | Simon Brandhof | 2015-07-06 | 1 | -7/+3 |
| | |||||
* | Move some classes from sonar-server to sonar-db | Simon Brandhof | 2015-07-06 | 2 | -10/+8 |
| | |||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 3 | -4/+4 |
| | |||||
* | SONAR-6588 drop db connection from batch | Simon Brandhof | 2015-07-02 | 1 | -4/+0 |
| | |||||
* | 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 |
| |