Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of RowNotFoundException in tests | Teryk Bellahsene | 2015-07-24 | 9 | -48/+56 |
| | |||||
* | Improve MetricDao code coverage | Teryk Bellahsene | 2015-07-24 | 15 | -30/+177 |
| | |||||
* | Move RowNotFoundException to org.sonar.db | Teryk Bellahsene | 2015-07-24 | 11 | -11/+11 |
| | |||||
* | RowNotFoundException is the default Exception at the DAO layer | Teryk Bellahsene | 2015-07-24 | 8 | -14/+22 |
| | |||||
* | Rename ComponentDao methods according to new conventions | Teryk Bellahsene | 2015-07-24 | 8 | -20/+20 |
| | |||||
* | Rename MetricDao methods following the new convention | Teryk Bellahsene | 2015-07-24 | 6 | -8/+9 |
| | |||||
* | SONAR-6571 update the metric key validation without dots nor semi-colon | Teryk Bellahsene | 2015-07-24 | 3 | -10/+10 |
| | |||||
* | Update to orchestrator 3.3 | David Gageot | 2015-07-24 | 2 | -7/+4 |
| | |||||
* | Revert "Do not redirect surefire logs to file" | Simon Brandhof | 2015-07-23 | 4 | -6/+11 |
| | | | | | | 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 | 4 | -11/+6 |
| | |||||
* | SONAR-6695 Remove decorators execution from the batch | Julien Lancelot | 2015-07-23 | 16 | -966/+13 |
| | |||||
* | Remove no more used test resources | Julien Lancelot | 2015-07-23 | 10 | -378/+0 |
| | |||||
* | SONAR-6605 Remove CoreFormulaRepository | Julien Lancelot | 2015-07-23 | 7 | -217/+0 |
| | | | | All formulas are now in a dedicated step | ||||
* | SONAR-6605 Remove formulas on Metric public_api and public_undocumented_api | Julien Lancelot | 2015-07-23 | 1 | -2/+0 |
| | | | | The aggregation of these measures are already done in CommentMeasuresStep | ||||
* | Remove formula on design metrics | Julien Lancelot | 2015-07-23 | 1 | -4/+0 |
| | |||||
* | SONAR-6605 Move aggregation of COMMENTED_OUT_CODE_LINES_KEY to ↵ | Julien Lancelot | 2015-07-23 | 3 | -3/+21 |
| | | | | CommentMeasuresStep | ||||
* | SONAR-6605 Move complexity formulas to its own step | Julien Lancelot | 2015-07-23 | 7 | -42/+350 |
| | |||||
* | SONAR-6605 Move sum coverage formulas to CoverageMeasuresStep | Julien Lancelot | 2015-07-23 | 4 | -135/+173 |
| | |||||
* | SONAR-6605 Move coverage measures with variations to NewCoverageMeasuresStep | Julien Lancelot | 2015-07-23 | 4 | -285/+278 |
| | |||||
* | SONAR-6727 Drop aggregation of RFC, RFC_DISTRIBUTION and LCOM4_DISTRIBUTION ↵ | Julien Lancelot | 2015-07-23 | 1 | -4/+0 |
| | | | | measures | ||||
* | Fix support of custom measure of metric of type LEVEL | Sébastien Lesaint | 2015-07-23 | 2 | -2/+10 |
| | |||||
* | SONAR-6676 ensure CE temp dir is cleaned in an existing IT | Sébastien Lesaint | 2015-07-23 | 1 | -0/+24 |
| | |||||
* | Fix regression with old Violation API | Julien HENRY | 2015-07-23 | 1 | -2/+4 |
| | |||||
* | Improve ws rule/search example value of qprofile | Teryk Bellahsene | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Fix NPE when using old Issuable API | Julien HENRY | 2015-07-23 | 3 | -8/+27 |
| | |||||
* | SONAR-6676 do not create measure FILES when there is 0 non UT file | Sébastien Lesaint | 2015-07-23 | 2 | -31/+49 |
| | |||||
* | Rename methods in DAO layer to follow conventions | Teryk Bellahsene | 2015-07-23 | 173 | -1001/+997 |
| | |||||
* | SONAR-4865, SONAR-6052 Improved issue locations | Julien HENRY | 2015-07-23 | 66 | -1058/+4004 |
| | |||||
* | SONAR-6605 forgotten Formula in CoreMetrics for Metrics moved to CE | Sébastien Lesaint | 2015-07-23 | 3 | -15/+5 |
| | |||||
* | Replace DaoUtils by DaoModule | Teryk Bellahsene | 2015-07-23 | 5 | -57/+65 |
| | |||||
* | When a blacklist metric is found in the batch report, the log should be in ↵ | Julien Lancelot | 2015-07-23 | 2 | -2/+3 |
| | | | | DEBUG level | ||||
* | Move UserDao to sonar-db | Teryk Bellahsene | 2015-07-23 | 28 | -295/+195 |
| | |||||
* | Move GroupDao to sonar-db | Teryk Bellahsene | 2015-07-23 | 29 | -41/+46 |
| | |||||
* | Create RowNotFoundException as the default DAO Exception thrown | Teryk Bellahsene | 2015-07-23 | 1 | -0/+35 |
| | |||||
* | SONAR-6605 move some core Formulas to FileAndDirectoryMeasuresStep | Sébastien Lesaint | 2015-07-23 | 5 | -178/+292 |
| | | | | rename FileAndDirectoryMeasuresStep to SizeMeasuresStep in the process | ||||
* | SONAR-6676 remove Decorators for FILES and DIRECTORIES metrics | Sébastien Lesaint | 2015-07-23 | 6 | -344/+3 |
| | |||||
* | SONAR-6676 compute FILES and DIRECTORIES measures in CE | Sébastien Lesaint | 2015-07-23 | 3 | -0/+235 |
| | |||||
* | improve message when Measure ValueType not consistent with Metric's | Sébastien Lesaint | 2015-07-23 | 2 | -2/+2 |
| | |||||
* | Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-db | Simon Brandhof | 2015-07-23 | 37 | -4044/+571 |
| | |||||
* | SONAR-6725 drop aggregation of measures of PACKAGES metric | Sébastien Lesaint | 2015-07-23 | 3 | -5/+1 |
| | |||||
* | fix some coverage flaws | Sébastien Lesaint | 2015-07-23 | 4 | -7/+17 |
| | |||||
* | SONAR-6684 remove Issue.tags from batch report | Simon Brandhof | 2015-07-23 | 5 | -261/+73 |
| | |||||
* | SONAR-6684 remove unused measure fields from report | Simon Brandhof | 2015-07-23 | 7 | -838/+101 |
| | |||||
* | Automatic merge from branch-5.1 | Jenkins CI | 2015-07-23 | 0 | -0/+0 |
|\ | | | | | | | | | * origin/branch-5.1: SONAR-6715 Preview analysis fails with "UnsupportedOperationException: Unable to find rule by query" | ||||
| * | SONAR-6715 Preview analysis fails with "UnsupportedOperationException: ↵ | Simon Brandhof | 2015-07-22 | 2 | -3/+164 |
| | | | | | | | | Unable to find rule by query" | ||||
* | | Improve readability of IssueWorkflowTest | Simon Brandhof | 2015-07-22 | 1 | -26/+31 |
| | | |||||
* | | Fix closing of resovled manual issue | Simon Brandhof | 2015-07-22 | 4 | -69/+204 |
| | | |||||
* | | Use latest version of travis-utils | David Gageot | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | SONAR-6607 Update SQ Java to version 3.4 (fix assembly) | Julien HENRY | 2015-07-22 | 1 | -0/+1 |
| | | |||||
* | | Move MetricDao to sonar-db | Teryk Bellahsene | 2015-07-22 | 25 | -69/+33 |
| | |