aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | The source method in org.sonar.server.rule.db can not be dropped as it's still used through DAOv2
* 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-6631 delete RoR concerning custom measures (ex manual measures)Teryk Bellahsene2015-07-301-174/+0
|
* 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
|
* SONAR-6742 Stop displaying plugin actions for issuesStas Vilchik2015-07-294-59/+0
|
* SONAR-6631 drop old manual measures pageStas Vilchik2015-07-295-306/+1
|
* Fix quality flawsJulien Lancelot2015-07-293-2/+17
|
* SONAR-6661 show update center in offline modeStas Vilchik2015-07-298-18/+71
|
* 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
| | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957.
* SONAR-6693 WS issue_filters/search return both favorite and non favorite filtersTeryk Bellahsene2015-07-286-26/+26
|
* fix the error message when creating a custom metricStas Vilchik2015-07-281-1/+1
|
* SONAR-6381 show an error message when a plugin cannot be installedStas Vilchik2015-07-282-0/+11
|
* highlight profile changelog when using permalinkStas Vilchik2015-07-283-1/+23
|
* migrate quality profiles web testsStas Vilchik2015-07-284-2/+567
|
* show a warning when delete a quality profile with descendantsStas Vilchik2015-07-281-1/+7
|
* 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
|
* SONAR-6726 Authentication freeze with LDAP and Dev CockpitJulien Lancelot2015-07-281-2/+5
|\
| * SONAR-6726 Authentication freeze with LDAP and Dev CockpitJulien Lancelot2015-07-281-2/+5
| |
| * Update version to 5.1.3-SNAPSHOTEric Hartmann2015-07-278-8/+8
| |
| * 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
| | | | | | | | | | | | Too many logs are generated for travis, which accepts max 4Mb This reverts commit e9782fdb646b47679802e4b7a04dd20daa14ddb1.
* | Do not redirect surefire logs to fileSimon Brandhof2015-07-231-1/+0
| |
* | SONAR-6605 Remove CoreFormulaRepositoryJulien Lancelot2015-07-237-217/+0
| | | | | | | | All formulas are now in a dedicated step
* | SONAR-6605 Move aggregation of COMMENTED_OUT_CODE_LINES_KEY to ↵Julien Lancelot2015-07-233-3/+21
| | | | | | | | CommentMeasuresStep