aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group p...Teryk Bellahsene2015-07-316-8/+24
* Add name to api/rules/listSimon Brandhof2015-07-302-2/+8
* refactoring of permissionsTeryk Bellahsene2015-07-3023-80/+80
* Add org.sonar.api.server.ws.Request#getMediaType()Simon Brandhof2015-07-305-1/+34
* Move protobuf specs of WS into new module sonar-wsSimon Brandhof2015-07-307-16465/+5
* New WS api/rules/list for batchSimon Brandhof2015-07-3010-1/+2041
* Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-dbSimon Brandhof2015-07-303-57/+1
* Draft of protobuf specification of WS api/issues/searchSimon Brandhof2015-07-305-0/+14890
* SONAR-6575 remove RoR code related to old metrics WSTeryk Bellahsene2015-07-302-11/+1
* SONAR-6693 WS issue_filters/search return both favorite and shared filtersTeryk Bellahsene2015-07-302-5/+9
* SONAR-6652 WS system/db_migration_status improve description messageTeryk Bellahsene2015-07-301-1/+3
* SONAR-6652 WS system/db_migration_status add MIGRATION_REQUIRED statusTeryk Bellahsene2015-07-293-9/+10
* SONAR-6736 add CE and steps timing logs at INFO levelSébastien Lesaint2015-07-294-34/+64
* Fix quality flawsJulien Lancelot2015-07-293-2/+17
* SONAR-6481 WS permissions/remove_user remove a user permissionTeryk Bellahsene2015-07-294-2/+176
* SONAR-6484 WS permissions/remove_group remove a group permissionTeryk Bellahsene2015-07-294-2/+176
* SONAR-6480 WS permissions/add_user add global permission to a userTeryk Bellahsene2015-07-294-2/+176
* SONAR-6483 WS global_permissions/add_group add global permission to a groupTeryk Bellahsene2015-07-299-6/+285
* Revert "SONAR-6746 Drop Plugin interface + batch cleanup"Simon Brandhof2015-07-298-19/+22
* SONAR-6693 WS issue_filters/search return both favorite and non favorite filtersTeryk Bellahsene2015-07-286-26/+26
* SONAR-6729 Analysis should fail when no quality profileJulien Lancelot2015-07-282-33/+57
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-07-288-22/+19
* 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
* 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
* 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-2311-124/+117
* 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