aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
| * Release 5.1.25.1.2Eric Hartmann2015-07-278-8/+8
* | Remove call to deprecated RuleDao from CE RuleCacheLoaderSimon Brandhof2015-07-283-13/+9
* | Compute engine must not load ActiveRules with status REMOVEDSimon Brandhof2015-07-286-13/+90
* | keep period when go to a different dashboardStas Vilchik2015-07-271-3/+19
* | fix workspace ui issuesStas Vilchik2015-07-272-6/+13
* | fix js error when open the rule workspaceStas Vilchik2015-07-272-7/+4
* | fix displaying of new code in IE (date parsing issue)Stas Vilchik2015-07-271-1/+1
* | Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-2441-171/+160
* | Remove unused InternalRubyIssueService#getIssueByKey(...)Simon Brandhof2015-07-242-10/+0
* | Apply conventions to IssueDaoSimon Brandhof2015-07-245-6/+6
* | Remove unused dbunit filesSimon Brandhof2015-07-246-176/+0
* | Fix use of RowNotFoundException in testsTeryk Bellahsene2015-07-249-48/+56
* | Improve MetricDao code coverageTeryk Bellahsene2015-07-2413-64/+12
* | Rename ComponentDao methods according to new conventionsTeryk Bellahsene2015-07-247-17/+17
* | Rename MetricDao methods following the new conventionTeryk Bellahsene2015-07-245-6/+6
* | SONAR-6571 update the metric key validation without dots nor semi-colonTeryk Bellahsene2015-07-243-10/+10
* | Revert "Do not redirect surefire logs to file"Simon Brandhof2015-07-231-0/+1
* | Do not redirect surefire logs to fileSimon Brandhof2015-07-231-1/+0
* | SONAR-6605 Remove CoreFormulaRepositoryJulien Lancelot2015-07-237-217/+0
* | SONAR-6605 Move aggregation of COMMENTED_OUT_CODE_LINES_KEY to CommentMeasure...Julien Lancelot2015-07-233-3/+21
* | SONAR-6605 Move complexity formulas to its own stepJulien Lancelot2015-07-236-41/+350
* | SONAR-6605 Move sum coverage formulas to CoverageMeasuresStepJulien Lancelot2015-07-233-110/+172
* | SONAR-6605 Move coverage measures with variations to NewCoverageMeasuresStepJulien Lancelot2015-07-234-285/+278
* | Fix support of custom measure of metric of type LEVELSébastien Lesaint2015-07-232-2/+10
* | Improve ws rule/search example value of qprofileTeryk Bellahsene2015-07-231-1/+1
* | 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-23128-714/+714
* | SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-2312-131/+124
* | Replace DaoUtils by DaoModuleTeryk Bellahsene2015-07-232-2/+4
* | When a blacklist metric is found in the batch report, the log should be in DE...Julien Lancelot2015-07-232-2/+3
* | Move UserDao to sonar-dbTeryk Bellahsene2015-07-2325-279/+33
* | Move GroupDao to sonar-dbTeryk Bellahsene2015-07-2328-385/+34
* | SONAR-6605 move some core Formulas to FileAndDirectoryMeasuresStepSébastien Lesaint2015-07-235-178/+292
* | 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-2328-322/+257
* | SONAR-6725 drop aggregation of measures of PACKAGES metricSébastien Lesaint2015-07-231-2/+0
* | fix some coverage flawsSébastien Lesaint2015-07-234-7/+17
* | SONAR-6684 remove Issue.tags from batch reportSimon Brandhof2015-07-232-3/+1
* | SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-231-26/+2
* | Move MetricDao to sonar-dbTeryk Bellahsene2015-07-2223-428/+18
* | Improve UpdateCenterMatrixFactory code coverageTeryk Bellahsene2015-07-222-3/+51
* | Use BadRequestException instead of ServerException with HttpURLConnection.HTT...Teryk Bellahsene2015-07-224-19/+15
* | SONAR-6381 throw an exception when a compatible plugin is not found.Teryk Bellahsene2015-07-222-1/+18
* | SONAR-6376 ws plugins/installed and plugins/pending add category fieldTeryk Bellahsene2015-07-2122-209/+369
* | Fix quality flawsTeryk Bellahsene2015-07-213-18/+19
* | SONAR-6681 Move computation of Unit test related measures to CEJulien Lancelot2015-07-214-1/+436
* | Remove variation usage from BatchMeasureToMeasureJulien Lancelot2015-07-212-65/+7
* | Re-introduce usage of toEntries() and entryOf()Julien Lancelot2015-07-217-250/+211
* | SONAR-6679 Move computation of language ditribution measures to CEJulien Lancelot2015-07-213-0/+258