aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9126 Allow preventing projects analysis on a organizationJulien Lancelot2017-04-268-2/+298
* SONAR-9132 remove redundant "org-enabled" check for custom rule deleteDaniel Schwarz2017-04-262-25/+3
* SONAR-9132 remove redundant "org-enabled" check for custom rule createDaniel Schwarz2017-04-262-29/+3
* Fix description of api/projects/createJulien Lancelot2017-04-251-4/+2
* SONAR-9004 Fix messageJulien Lancelot2017-04-252-6/+6
* SONAR-9083 Return type in /batch/issuesJulien Lancelot2017-04-255-33/+17
* SONAR-9083 Remove WsTester usage in IssuesActionTestJulien Lancelot2017-04-251-112/+96
* apply conventions for pagination to api/projects/provisionedDaniel Schwarz2017-04-243-9/+16
* let api/projects/provisioned use protobufDaniel Schwarz2017-04-242-22/+33
* SONAR-9155 Fix HTTPS proxy authenticationJulien HENRY2017-04-241-2/+5
* SONAR-9150 Return paging in api/organizations/searchJulien Lancelot2017-04-213-49/+82
* SONAR-9120 api/issues/set_tags response contains issue informationJulien Lancelot2017-04-215-119/+227
* SONAR-9143 Stop documenting 'previous_analysis' as a valid option for the lea...Julien Lancelot2017-04-212-4/+20
* SONAR-9128 Return email only when sys admin and return avatar when logged in ...Julien Lancelot2017-04-219-89/+102
* SONAR-9128 Use protobuf in api/users/searchJulien Lancelot2017-04-2111-82/+147
* Use changelog in users action WSJulien Lancelot2017-04-212-4/+8
* Remove mock usage from IndexActionTestJulien Lancelot2017-04-203-78/+87
* SONAR-9048 Use metadata 'maximumValues' to limit number of metricsJulien Lancelot2017-04-202-5/+8
* SONAR-9051 Ability to set the maximum number of values on a WS parameterJulien Lancelot2017-04-201-0/+1
* SONAR-9139 Check 'Administer Quality Profiles' permission when creating custo...Julien Lancelot2017-04-205-9/+68
* Move tests from UpdateActionMediumTest to UpdateActionTestJulien Lancelot2017-04-202-179/+124
* SONAR-9132 disable template rules and custom rules, when enabling orgsDaniel Schwarz2017-04-202-3/+67
* SONAR-9132 introduce RuleDefinitionDto#isCustomRuleDaniel Schwarz2017-04-206-7/+7
* SONAR-9132 do not register template rules, if organizations are enabledDaniel Schwarz2017-04-202-2/+47
* SONAR-8950 correct spelling in exception messageDaniel Schwarz2017-04-202-2/+3
* fix quality flaws: make RuleQuery#organizationUuid not nullableDaniel Schwarz2017-04-201-2/+1
* SONAR-8957 Remove permission templates when deactivating a userJulien Lancelot2017-04-202-7/+24
* SONAR-8957 Rename deactivateUserByLogin to deactivateUserByIdJulien Lancelot2017-04-203-7/+4
* SONAR-8957 Move deletion of orgniaztion membership from UserDao to Deactivate...Julien Lancelot2017-04-202-8/+8
* SONAR-8957 Move deletion of default assignee settings from UserDao to Deactiv...Julien Lancelot2017-04-202-0/+19
* SONAR-8957 Move deletion of user permissions from UserDao to DeactivateActionJulien Lancelot2017-04-202-0/+22
* SONAR-8957 Move deletion of user properties from UserDao to DeactivateActionJulien Lancelot2017-04-202-0/+6
* SONAR-8957 Move deletion of group membership from UserDao to DeactivateActionJulien Lancelot2017-04-202-0/+15
* SONAR-8957 Refactor DeactivateActionTestJulien Lancelot2017-04-201-15/+38
* SONAR-8712 Do not fail to display QGates containing removed metricsJulien Lancelot2017-04-202-3/+27
* SONAR-8712 Replace WsTester by WsActionTester in metric.ws.DeleteActionTestJulien Lancelot2017-04-201-62/+60
* SONAR-9075 fix quality flaws: ComponentIndexQuery#limit is not nullableDaniel Schwarz2017-04-203-14/+13
* SONAR-9073 reverted renaming of atts and values in suggestions apiDaniel Schwarz2017-04-203-33/+31
* SONAR-9074 limit recently browsed items to 50 for api/comps/suggestionsDaniel Schwarz2017-04-201-3/+9
* SONAR-9079 score favorite components higher in suggestionsDaniel Schwarz2017-04-2017-100/+320
* SONAR-9074 score recently browsed components higher in suggestionsDaniel Schwarz2017-04-208-10/+153
* SONAR-8725 ws/components/suggestions emphasises matching for prefixesDaniel Schwarz2017-04-206-12/+142
* SONAR-9077 api/components/suggestions emphasises matchingDaniel Schwarz2017-04-206-22/+53
* SONAR-9077 add highlights to api contract of api/components/suggestionsDaniel Schwarz2017-04-202-22/+22
* SONAR-9077 calculate matching characters for componentDaniel Schwarz2017-04-206-9/+143
* SONAR-9077 hold component search hits in separate classDaniel Schwarz2017-04-205-24/+68
* SONAR-9078 return project names for api/components/suggestionsDaniel Schwarz2017-04-202-8/+54
* SONAR-9076 return organization names for api/components/suggestionsDaniel Schwarz2017-04-203-48/+93
* SONAR-9073 rename attributes of api/components/suggestionsDaniel Schwarz2017-04-204-37/+83
* SONAR-9072 provide short token warning for api/components/suggestionsDaniel Schwarz2017-04-206-22/+69