summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6947 api/permissions/users use UsersWsRequestTeryk Bellahsene2015-11-179-241/+172
|
* SONAR-6947 api/permissions/update_template use UpdateTemplateWsRequestTeryk Bellahsene2015-11-174-18/+115
|
* SONAR-6947 api/permissions/set_default_template use SetDefaultTemplateWsRequestTeryk Bellahsene2015-11-173-11/+93
|
* SONAR-6947 api/permissions/search_templates use SearchTemplatesWsRequestTeryk Bellahsene2015-11-175-20/+74
|
* SONAR-6947 Fix paging in GroupsWsRequest and SearchProjectPermissionsWsRequestTeryk Bellahsene2015-11-172-8/+12
|
* SONAR-6947 Add package-info.java well formattedTeryk Bellahsene2015-11-172-4/+12
|
* SONAR-6947 api/permissions/search_project_permissions use ↵Teryk Bellahsene2015-11-175-28/+132
| | | | SearchProjectPermissionsWsRequest
* SONAR-6947 add api/permissions/search_global_permissions to PermissionsWsClientTeryk Bellahsene2015-11-171-0/+7
|
* SONAR-6947 api/permissions/remove_user_from_template use ↵Teryk Bellahsene2015-11-174-11/+103
| | | | RemoveUserFromTemplateWsRequest
* SONAR-6947 api/permissions/remove_user use RemoveUserWsRequestTeryk Bellahsene2015-11-173-6/+106
|
* SONAR-6947 api/permissions/remove_group_from_template use ↵Teryk Bellahsene2015-11-173-10/+119
| | | | RemoveGroupFromTemplateWsRequest
* SONAR-6947 api/permissions/remove_group use RemoveGroupWsRequestTeryk Bellahsene2015-11-173-6/+119
|
* SONAR-6947 api/permissions/delete_template use DeleteTemplateWsRequestTeryk Bellahsene2015-11-173-4/+70
|
* SONAR-6947 Create and use CreateTemplateWsRequestTeryk Bellahsene2015-11-1711-25/+133
|
* SONAR-6947 Create and use ApplyTemplateWsRequestTeryk Bellahsene2015-11-174-8/+109
|
* SONAR-6947 Create AddUserToTemplateWsRequest and use itTeryk Bellahsene2015-11-1716-40/+132
|
* SONAR-6947 Improve XXXWsRequest contractsTeryk Bellahsene2015-11-174-15/+22
|
* SONAR-6947 Create and use AddUserWsRequestTeryk Bellahsene2015-11-1714-42/+146
|
* SONAR-6947 PermissionsWsParameters in sonar-wsTeryk Bellahsene2015-11-1747-216/+243
|
* SONAR-6947 Create and use AddGroupToTemplateWsRequestTeryk Bellahsene2015-11-173-10/+124
|
* SONAR-6947 Add and use AddGroupWsRequestTeryk Bellahsene2015-11-1720-47/+223
|
* SONAR-6947 api/permissions/groups use GroupsWsRequestTeryk Bellahsene2015-11-1714-79/+172
|
* SONAR-6947 New WsClientTeryk Bellahsene2015-11-179-182/+381
|
* SONAR-6947 Move and rename MimeTypes to sonar-ws packageTeryk Bellahsene2015-11-1733-109/+110
|
* SONAR-6874 Improve positioning of issue blocks in the issues pageStas Vilchik2015-11-171-1/+2
|
* SONAR-7025 Move "Public API" metric to the "Documentation" categoryStas Vilchik2015-11-171-1/+1
|
* SONAR-5894 Support symbol references with different lengthDuarte Meneses2015-11-177-9/+107
|
* SONAR-6932 Make it possible to hide comparison results of quality profilesStas Vilchik2015-11-173-2/+16
|
* SONAR-6909 Provide a visual feedback when selecting an item in the global ↵Stas Vilchik2015-11-171-0/+1
| | | | search results
* SONAR-6908 Truncate the long file paths when traversing issues through the ↵Stas Vilchik2015-11-161-1/+1
| | | | sources
* SONAR-6907 commit missed fileStas Vilchik2015-11-161-0/+1
|
* SONAR-6887 Make it clear in SCM API that date and revision are mandatory on ↵Duarte Meneses2015-11-165-20/+78
| | | | line blame
* SONAR-6976 Branch should not allow \n characterDuarte Meneses2015-11-165-34/+54
|
* SONAR-6907 Provide a visual feedback after restoring built-in quality profilesStas Vilchik2015-11-162-4/+8
|
* SONAR-6972 improve loading UX of administration pagesStas Vilchik2015-11-1623-65/+204
|
* fix ui spinnerStas Vilchik2015-11-161-11/+2
|
* SONAR-6183 Validate that coverage measures are correct regarding line number ↵Duarte Meneses2015-11-1611-48/+305
| | | | and resource
* Improve report viewerDuarte Meneses2015-11-161-3/+10
|
* SONAR-5676 Improve validation of highlighting APIDuarte Meneses2015-11-166-1/+85
|
* fix select2 ui glitchStas Vilchik2015-11-161-0/+1
|
* SONAR-7019 fix the title of the built-in profiles restoration dialogStas Vilchik2015-11-161-1/+1
|
* fix display of admin extensionsStas Vilchik2015-11-161-2/+3
|
* upgrade react to 0.14.2, use production buildStas Vilchik2015-11-162-4/+11
|
* SONAR-6323 Replace java project by xoo project in DuplicationsTestJulien Lancelot2015-11-1624-397/+631
|
* SONAR-6323 Add some ITs in CrossProjectDuplicationsTestJulien Lancelot2015-11-1621-84/+715
|
* SONAR-6323 Fix duplication on removed fileJulien Lancelot2015-11-132-34/+36
| | | | | | Due to a bad refactoring in 5.2, when a duplication was linked on a removed file, it was failing with an error 500. Instead, the duplicated file key should be null. This use case can only happen on cross project duplication, when a project is deleted
* SONAR-6331 make it possible to display a timeline on RATING and LEVEL measuresStas Vilchik2015-11-133-7/+69
|
* SONAR-6331 do not display tests block if there is no dataStas Vilchik2015-11-132-7/+28
|
* SONAR-6331 fall back to UT or IT coverageStas Vilchik2015-11-131-0/+4
|
* SONAR-6331 fix period index in coverage sectionStas Vilchik2015-11-131-2/+2
|