Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-format js code (#1877) | Stas Vilchik | 2017-03-31 | 135 | -442/+566 |
| | |||||
* | Increase expected duration of scanner perf test | Julien HENRY | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | SONAR-8969 Rename AvatarFactory to AvatarResolver and replace string input ↵ | Julien Lancelot | 2017-03-31 | 8 | -35/+35 |
| | | | | by UserDto | ||||
* | SONAR-8969 Add Javadoc | Julien Lancelot | 2017-03-31 | 1 | -0/+3 |
| | |||||
* | SONAR-8951 fix some quality flaws | Simon Brandhof | 2017-03-31 | 3 | -86/+40 |
| | |||||
* | Correctly define param "sendNotifications" of api/issues/bulk_change | Simon Brandhof | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | SONAR-9052 Refactor IssueQueryFactory | Simon Brandhof | 2017-03-31 | 13 | -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 IssueQueryFactory | Simon Brandhof | 2017-03-31 | 7 | -26/+26 |
| | |||||
* | SONAR-9052 add parameter "organization" to api/issues/search | Simon Brandhof | 2017-03-31 | 6 | -375/+226 |
| | |||||
* | SONAR-9052 Filter issues search by organization UUID | Simon Brandhof | 2017-03-31 | 5 | -1/+74 |
| | |||||
* | SONAR-9052 Populate the field organization of index issues/issue | Simon Brandhof | 2017-03-31 | 2 | -35/+93 |
| | |||||
* | SONAR-9052 Add field "organization" to index issues/issue | Simon Brandhof | 2017-03-31 | 3 | -3/+16 |
| | |||||
* | SONAR-8922 Limit size of search result in tags and language facet | Grégoire Aubert | 2017-03-31 | 6 | -18/+264 |
| | |||||
* | SONAR-8993 Fix popup message | Grégoire Aubert | 2017-03-31 | 3 | -12/+24 |
| | |||||
* | Add integration test of members page and issues search | Grégoire Aubert | 2017-03-31 | 7 | -1/+374 |
| | |||||
* | SONAR-8996 Restrict the issue assign action to members | Grégoire Aubert | 2017-03-31 | 5 | -20/+67 |
| | |||||
* | Fix code review requests | Grégoire Aubert | 2017-03-31 | 30 | -285/+581 |
| | |||||
* | SONAR-8994 Add groups management in members view | Grégoire Aubert | 2017-03-31 | 25 | -49/+758 |
| | |||||
* | SONAR-8993 Remove member from organization | Grégoire Aubert | 2017-03-31 | 13 | -9/+328 |
| | |||||
* | SONAR-8992 Add a member to an organization | Grégoire Aubert | 2017-03-31 | 26 | -36/+966 |
| | |||||
* | SONAR-8990 Add the list of members of an organization | Grégoire Aubert | 2017-03-31 | 25 | -3/+956 |
| | |||||
* | SONAR-8990 Create the organizations members store | Grégoire Aubert | 2017-03-31 | 6 | -11/+232 |
| | |||||
* | SONAR-8838 Tags can be set on project components only | Teryk Bellahsene | 2017-03-31 | 2 | -1/+34 |
| | |||||
* | SONAR-8842 Fix typo in api/components/search_projects description | Teryk Bellahsene | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | SONAR-8952 only index rules, when they are updated in db | Daniel Schwarz | 2017-03-30 | 37 | -575/+921 |
| | |||||
* | remove redundant superclass BaseIndex | Daniel Schwarz | 2017-03-30 | 5 | -69/+29 |
| | |||||
* | replace guava functions with method references or lambdas | Daniel Schwarz | 2017-03-30 | 1 | -34/+5 |
| | |||||
* | fix quality flaws | Daniel Schwarz | 2017-03-30 | 1 | -3/+6 |
| | |||||
* | SONAR-8435 status is STARTING if migration is done but SQ isn't up | Sébastien Lesaint | 2017-03-29 | 2 | -9/+6 |
| | |||||
* | fix public paths for js chunks | Stas Vilchik | 2017-03-29 | 3 | -4/+30 |
| | |||||
* | Add web context in LitTest | Julien Lancelot | 2017-03-29 | 1 | -0/+1 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | Add autofocus in project search on projects page | Grégoire Aubert | 2017-03-29 | 2 | -0/+5 |
| | |||||
* | SONAR-8857 api/qualityprofiles/projects must filter on org | Daniel Schwarz | 2017-03-28 | 9 | -90/+94 |
| | | | | When searching for not yet associated projects of a quality profile, only projects of the same organization may be returned. | ||||
* | Fix quality flaws | Julien Lancelot | 2017-03-28 | 4 | -8/+12 |
| | |||||
* | Improve test stability | Julien Lancelot | 2017-03-28 | 1 | -18/+9 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-03-28 | 8 | -21/+28 |
| | |||||
* | MMF-721 apply feedback (#1858) | Stas Vilchik | 2017-03-28 | 10 | -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 debugging | Daniel Schwarz | 2017-03-28 | 2 | -15/+7 |
| | |||||
* | Remove no more used DbUnit files | Julien Lancelot | 2017-03-28 | 2 | -109/+0 |
| | |||||
* | Remove DbUnit usage from UserGroupDaoTest | Julien Lancelot | 2017-03-28 | 4 | -24/+19 |
| | |||||
* | Remove DbUnit usage from RoleDaoTest | Julien Lancelot | 2017-03-28 | 3 | -87/+17 |
| | |||||
* | Remove DbUnit usage from GroupDaoTest | Julien Lancelot | 2017-03-28 | 3 | -83/+26 |
| | |||||
* | Remove DbUnit usage from PermissionTemplateDaoTest | Julien Lancelot | 2017-03-28 | 20 | -446/+147 |
| | |||||
* | SONAR-8857 use "restore_profile" from sonar-ws in ITs | Daniel Schwarz | 2017-03-28 | 42 | -118/+175 |
| | |||||
* | Fix code style | Grégoire Aubert | 2017-03-27 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-6.3' | Julien Lancelot | 2017-03-27 | 32 | -159/+474 |
|\ | |||||
| * | SONAR-8995 Scanner fails when using issue exclusions | Duarte Meneses | 2017-03-27 | 11 | -77/+202 |
| | | |||||
| * | SONAR-8969 Extract generation of avatar in a class | Julien Lancelot | 2017-03-27 | 9 | -37/+158 |
| | | |||||
| * | SONAR-8969 use avatar field | Stas Vilchik | 2017-03-24 | 4 | -5/+41 |
| | |