aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix quality flawsJulien Lancelot2016-05-185-29/+12
* SONAR-7646 Log flooding on date of issues WSTeryk Bellahsene2016-05-182-57/+53
* SONAR-7142 Cannot restart server after wiping out Server ID fieldsSimon Brandhof2016-05-183-114/+162
* SONAR-7271 add "Server ID validated" to sysinfo pageSimon Brandhof2016-05-188-13/+286
* SONAR-7271 add section "Settings" to WS api/system/infoSimon Brandhof2016-05-183-0/+131
* SONAR-7637 WS api/issues/search fix timezone related issues on createdAt facetTeryk Bellahsene2016-05-171-4/+4
* SONAR-7576 api/measures/component_tree filter component based on period or ab...Teryk Bellahsene2016-05-173-20/+120
* SONAR-7637 add timezone related tests to IssueIndexTeryk Bellahsene2016-05-171-62/+81
* SONAR-7390 support highlighting over multiline including empty oneSébastien Lesaint2016-05-173-3/+56
* Fix javadoc of deprecated BaseMappingSimon Brandhof2016-05-171-0/+1
* Remove dead codeSimon Brandhof2016-05-172-469/+0
* Remove dead codeSimon Brandhof2016-05-164-212/+0
* SONAR-7645 Disable ES norms when possibleSimon Brandhof2016-05-168-54/+57
* SONAR-6632 Fail to index rule if description is more than 32kbSimon Brandhof2016-05-165-9/+87
* EsTester verifies that putDocuments() does not failSimon Brandhof2016-05-161-3/+7
* Sanitize package org.sonar.server.searchSimon Brandhof2016-05-1622-62/+47
* Do not store _source in index rules/activeRuleSimon Brandhof2016-05-162-22/+11
* SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleIdJulien Lancelot2016-05-165-6/+6
* SONAR-7400 Remove no more used codeJulien Lancelot2016-05-1613-354/+172
* SONAR-7400 Do not load active rules from index in rules WSJulien Lancelot2016-05-161-21/+22
* SONAR-7400 Remove parentKey field from active rule indexJulien Lancelot2016-05-167-57/+12
* SONAR-7400 Do not return anymore active rule parent key in rules WSJulien Lancelot2016-05-162-10/+0
* SONAR-7187 Fix example due to removal of paginationJulien Lancelot2016-05-161-5/+0
* SONAR-7637 WS api/issues/search 'createdAter' parameter should be inclusiveTeryk Bellahsene2016-05-133-5/+5
* SONAR-7576 WS api/measures/component_tree paging fixed when components with m...Teryk Bellahsene2016-05-132-14/+18
* SONAR-7109 don't use deprecated default serverBaseUrl in ServerImplSébastien Lesaint2016-05-131-3/+2
* SONAR-7534 Server#getUrl must return serverBaseUrl when it is setSébastien Lesaint2016-05-132-0/+29
* SONAR-6336 Add check when updating conditionJulien Lancelot2016-05-132-13/+64
* update parameter description of /api/l10n/indexStas Vilchik2016-05-131-2/+2
* SONAR-7274 Return authorized projects in api/qualitygates/searchJulien Lancelot2016-05-133-39/+360
* SONAR-7545 functional error when updating a project keyTeryk Bellahsene2016-05-132-17/+12
* SONAR-7580 EmbeddedDatabase now assume jdbcurl is correctly configuredSébastien Lesaint2016-05-122-47/+142
* SONAR-7534 implement Server#getUrl on the server sideSébastien Lesaint2016-05-122-3/+119
* SONAR-7628 WS api/qualitygates/project_status requires admin or browse permis...Teryk Bellahsene2016-05-123-30/+22
* SONAR-7276 support multiple conditions for a given metric in QGSébastien Lesaint2016-05-122-85/+181
* SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columnsSimon Brandhof2016-05-122-3/+3
* SONAR-7624 SONAR-7620 Fix Tests domain descriptionJulien Lancelot2016-05-121-2/+1
* SONAR-7412 clear revision in DB when no changeset in reportSébastien Lesaint2016-05-112-9/+34
* SONAR-6897 support copyFromPrevious in ChangeSet of analysis reportSébastien Lesaint2016-05-112-4/+48
* SONAR-6336 No check should be done when updating conditionJulien Lancelot2016-05-112-25/+23
* SONAR-7532 do not log submitter when unsetSébastien Lesaint2016-05-112-25/+84
* SONAR-6336 Fail to update or create a condition that already existsJulien Lancelot2016-05-112-90/+168
* SONAR-7555 Add measures on number of won't fix issuesJulien Lancelot2016-05-112-9/+52
* SONAR-7607 Log flooding in WS api/tests/list when testId is unknownTeryk Bellahsene2016-05-113-9/+52
* SONAR-7591 Make category an optional field in WS api/plugins/installedTeryk Bellahsene2016-05-112-13/+71
* SONAR-7624 SONAR-7620 Deprecate tests domainJulien Lancelot2016-05-111-1/+2
* SONAR-7624 Deprecate "Test execution details" related WSJulien Lancelot2016-05-111-0/+1
* SONAR-7620 Deprecate "Coverage by test" WSJulien Lancelot2016-05-111-0/+1
* SONAR-7150 Number of directories should not include test directoriesJulien Lancelot2016-05-102-13/+15
* SONAR-7576 WS api/measures/component_tree filter components without measure o...Teryk Bellahsene2016-05-103-5/+118