aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* re-format js code (#1877)Stas Vilchik2017-03-31135-442/+566
|
* Increase expected duration of scanner perf testJulien HENRY2017-03-311-1/+1
|
* SONAR-8969 Rename AvatarFactory to AvatarResolver and replace string input ↵Julien Lancelot2017-03-318-35/+35
| | | | by UserDto
* SONAR-8969 Add JavadocJulien Lancelot2017-03-311-0/+3
|
* SONAR-8951 fix some quality flawsSimon Brandhof2017-03-313-86/+40
|
* Correctly define param "sendNotifications" of api/issues/bulk_changeSimon Brandhof2017-03-311-1/+1
|
* SONAR-9052 Refactor IssueQueryFactorySimon Brandhof2017-03-3113-399/+188
| | | | | | | | - stop using ComponentService - improve readability - stop loading directories twice - remove usage of Guava Predicate - remove ComponentService from Compute Engine
* SONAR-9052 Rename IssueQueryService to IssueQueryFactorySimon Brandhof2017-03-317-26/+26
|
* SONAR-9052 add parameter "organization" to api/issues/searchSimon Brandhof2017-03-316-375/+226
|
* SONAR-9052 Filter issues search by organization UUIDSimon Brandhof2017-03-315-1/+74
|
* SONAR-9052 Populate the field organization of index issues/issueSimon Brandhof2017-03-312-35/+93
|
* SONAR-9052 Add field "organization" to index issues/issueSimon Brandhof2017-03-313-3/+16
|
* SONAR-8922 Limit size of search result in tags and language facetGrégoire Aubert2017-03-316-18/+264
|
* SONAR-8993 Fix popup messageGrégoire Aubert2017-03-313-12/+24
|
* Add integration test of members page and issues searchGrégoire Aubert2017-03-317-1/+374
|
* SONAR-8996 Restrict the issue assign action to membersGrégoire Aubert2017-03-315-20/+67
|
* Fix code review requestsGrégoire Aubert2017-03-3130-285/+581
|
* SONAR-8994 Add groups management in members viewGrégoire Aubert2017-03-3125-49/+758
|
* SONAR-8993 Remove member from organizationGrégoire Aubert2017-03-3113-9/+328
|
* SONAR-8992 Add a member to an organizationGrégoire Aubert2017-03-3126-36/+966
|
* SONAR-8990 Add the list of members of an organizationGrégoire Aubert2017-03-3125-3/+956
|
* SONAR-8990 Create the organizations members storeGrégoire Aubert2017-03-316-11/+232
|
* SONAR-8838 Tags can be set on project components onlyTeryk Bellahsene2017-03-312-1/+34
|
* SONAR-8842 Fix typo in api/components/search_projects descriptionTeryk Bellahsene2017-03-311-1/+1
|
* SONAR-8952 only index rules, when they are updated in dbDaniel Schwarz2017-03-3037-575/+921
|
* remove redundant superclass BaseIndexDaniel Schwarz2017-03-305-69/+29
|
* replace guava functions with method references or lambdasDaniel Schwarz2017-03-301-34/+5
|
* fix quality flawsDaniel Schwarz2017-03-301-3/+6
|
* SONAR-8435 status is STARTING if migration is done but SQ isn't upSébastien Lesaint2017-03-292-9/+6
|
* fix public paths for js chunksStas Vilchik2017-03-293-4/+30
|
* Add web context in LitTestJulien Lancelot2017-03-291-0/+1
|
* Fix Quality flawsSimon Brandhof2017-03-291-2/+2
|
* Add autofocus in project search on projects pageGrégoire Aubert2017-03-292-0/+5
|
* SONAR-8857 api/qualityprofiles/projects must filter on orgDaniel Schwarz2017-03-289-90/+94
| | | | When searching for not yet associated projects of a quality profile, only projects of the same organization may be returned.
* Fix quality flawsJulien Lancelot2017-03-284-8/+12
|
* Improve test stabilityJulien Lancelot2017-03-281-18/+9
|
* Fix Quality flawsSimon Brandhof2017-03-288-21/+28
|
* MMF-721 apply feedback (#1858)Stas Vilchik2017-03-2810-374/+239
| | | | | | | | * add real links to the bubble chart * do not display org names if feature is not enabled * display bubbles with zero measure * display color legend * add charts descriptions
* SONAR-8857 improved it debuggingDaniel Schwarz2017-03-282-15/+7
|
* Remove no more used DbUnit filesJulien Lancelot2017-03-282-109/+0
|
* Remove DbUnit usage from UserGroupDaoTestJulien Lancelot2017-03-284-24/+19
|
* Remove DbUnit usage from RoleDaoTestJulien Lancelot2017-03-283-87/+17
|
* Remove DbUnit usage from GroupDaoTestJulien Lancelot2017-03-283-83/+26
|
* Remove DbUnit usage from PermissionTemplateDaoTestJulien Lancelot2017-03-2820-446/+147
|
* SONAR-8857 use "restore_profile" from sonar-ws in ITsDaniel Schwarz2017-03-2842-118/+175
|
* Fix code styleGrégoire Aubert2017-03-271-2/+2
|
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-2732-159/+474
|\
| * SONAR-8995 Scanner fails when using issue exclusionsDuarte Meneses2017-03-2711-77/+202
| |
| * SONAR-8969 Extract generation of avatar in a classJulien Lancelot2017-03-279-37/+158
| |
| * SONAR-8969 use avatar fieldStas Vilchik2017-03-244-5/+41
| |