aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of RowNotFoundException in testsTeryk Bellahsene2015-07-249-48/+56
|
* Improve MetricDao code coverageTeryk Bellahsene2015-07-2415-30/+177
|
* Move RowNotFoundException to org.sonar.dbTeryk Bellahsene2015-07-2411-11/+11
|
* RowNotFoundException is the default Exception at the DAO layerTeryk Bellahsene2015-07-248-14/+22
|
* Rename ComponentDao methods according to new conventionsTeryk Bellahsene2015-07-248-20/+20
|
* Rename MetricDao methods following the new conventionTeryk Bellahsene2015-07-246-8/+9
|
* SONAR-6571 update the metric key validation without dots nor semi-colonTeryk Bellahsene2015-07-243-10/+10
|
* Update to orchestrator 3.3David Gageot2015-07-242-7/+4
|
* Revert "Do not redirect surefire logs to file"Simon Brandhof2015-07-234-6/+11
| | | | | | Too many logs are generated for travis, which accepts max 4Mb This reverts commit e9782fdb646b47679802e4b7a04dd20daa14ddb1.
* Do not redirect surefire logs to fileSimon Brandhof2015-07-234-11/+6
|
* SONAR-6695 Remove decorators execution from the batchJulien Lancelot2015-07-2316-966/+13
|
* Remove no more used test resourcesJulien Lancelot2015-07-2310-378/+0
|
* SONAR-6605 Remove CoreFormulaRepositoryJulien Lancelot2015-07-237-217/+0
| | | | All formulas are now in a dedicated step
* SONAR-6605 Remove formulas on Metric public_api and public_undocumented_apiJulien Lancelot2015-07-231-2/+0
| | | | The aggregation of these measures are already done in CommentMeasuresStep
* Remove formula on design metricsJulien Lancelot2015-07-231-4/+0
|
* SONAR-6605 Move aggregation of COMMENTED_OUT_CODE_LINES_KEY to ↵Julien Lancelot2015-07-233-3/+21
| | | | CommentMeasuresStep
* SONAR-6605 Move complexity formulas to its own stepJulien Lancelot2015-07-237-42/+350
|
* SONAR-6605 Move sum coverage formulas to CoverageMeasuresStepJulien Lancelot2015-07-234-135/+173
|
* SONAR-6605 Move coverage measures with variations to NewCoverageMeasuresStepJulien Lancelot2015-07-234-285/+278
|
* SONAR-6727 Drop aggregation of RFC, RFC_DISTRIBUTION and LCOM4_DISTRIBUTION ↵Julien Lancelot2015-07-231-4/+0
| | | | measures
* Fix support of custom measure of metric of type LEVELSébastien Lesaint2015-07-232-2/+10
|
* SONAR-6676 ensure CE temp dir is cleaned in an existing ITSébastien Lesaint2015-07-231-0/+24
|
* Fix regression with old Violation APIJulien HENRY2015-07-231-2/+4
|
* Improve ws rule/search example value of qprofileTeryk Bellahsene2015-07-231-1/+1
|
* Fix NPE when using old Issuable APIJulien HENRY2015-07-233-8/+27
|
* SONAR-6676 do not create measure FILES when there is 0 non UT fileSébastien Lesaint2015-07-232-31/+49
|
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-23173-1001/+997
|
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-2366-1058/+4004
|
* SONAR-6605 forgotten Formula in CoreMetrics for Metrics moved to CESébastien Lesaint2015-07-233-15/+5
|
* Replace DaoUtils by DaoModuleTeryk Bellahsene2015-07-235-57/+65
|
* When a blacklist metric is found in the batch report, the log should be in ↵Julien Lancelot2015-07-232-2/+3
| | | | DEBUG level
* Move UserDao to sonar-dbTeryk Bellahsene2015-07-2328-295/+195
|
* Move GroupDao to sonar-dbTeryk Bellahsene2015-07-2329-41/+46
|
* Create RowNotFoundException as the default DAO Exception thrownTeryk Bellahsene2015-07-231-0/+35
|
* SONAR-6605 move some core Formulas to FileAndDirectoryMeasuresStepSébastien Lesaint2015-07-235-178/+292
| | | | rename FileAndDirectoryMeasuresStep to SizeMeasuresStep in the process
* SONAR-6676 remove Decorators for FILES and DIRECTORIES metricsSébastien Lesaint2015-07-236-344/+3
|
* SONAR-6676 compute FILES and DIRECTORIES measures in CESébastien Lesaint2015-07-233-0/+235
|
* improve message when Measure ValueType not consistent with Metric'sSébastien Lesaint2015-07-232-2/+2
|
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-2337-4044/+571
|
* SONAR-6725 drop aggregation of measures of PACKAGES metricSébastien Lesaint2015-07-233-5/+1
|
* fix some coverage flawsSébastien Lesaint2015-07-234-7/+17
|
* SONAR-6684 remove Issue.tags from batch reportSimon Brandhof2015-07-235-261/+73
|
* SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-237-838/+101
|
* Automatic merge from branch-5.1Jenkins CI2015-07-230-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 Brandhof2015-07-222-3/+164
| | | | | | | | Unable to find rule by query"
* | Improve readability of IssueWorkflowTestSimon Brandhof2015-07-221-26/+31
| |
* | Fix closing of resovled manual issueSimon Brandhof2015-07-224-69/+204
| |
* | Use latest version of travis-utilsDavid Gageot2015-07-221-1/+1
| |
* | SONAR-6607 Update SQ Java to version 3.4 (fix assembly)Julien HENRY2015-07-221-0/+1
| |
* | Move MetricDao to sonar-dbTeryk Bellahsene2015-07-2225-69/+33
| |