aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'branch-6.3'Sébastien Lesaint2017-04-1110-3/+256
|\
| * SONAR-9086 make index on ORGANIZATIONS.KEE uniqueSébastien Lesaint2017-04-107-1/+252
* | SONAR-8952 fix rules: initialize uninitialized indexes on startupDaniel Schwarz2017-04-1010-11/+61
* | fix infinite loading of provisioned projectsStas Vilchik2017-04-101-3/+5
* | fix quality flawsSébastien Lesaint2017-04-043-4/+3
* | Revert "SONAR-9006 add canCustomizeRule to response of api/rules/app"Sébastien Lesaint2017-04-042-54/+4
* | Revert "SONAR-8864 add canCreateCustomRule to response of api/rules/app"Sébastien Lesaint2017-04-042-46/+0
* | SONAR-7485 enable back Tomcat logs if trace if globally enabledSébastien Lesaint2017-04-045-11/+119
* | SONAR-9002 Add a better log information (#1868)Eric Hartmann2017-04-047-12/+22
* | SONAR-9005 disable custom rules for custom orgs (#1895)Stas Vilchik2017-04-038-27/+35
* | rename Collectors to MoreCollectorsSébastien Lesaint2017-04-03117-315/+315
* | Fix issues integration testsGrégoire Aubert2017-04-031-9/+5
* | SONAR-8927 Change format of quality profile permalinksStas Vilchik2017-04-0319-88/+171
* | SONAR-9005 redirect from global to organization rules pageStas Vilchik2017-04-036-8/+44
* | SONAR-9005 support rules for organizationsStas Vilchik2017-04-0340-156/+288
* | SONAR-9008 support quality profiles for organizationsStas Vilchik2017-04-0358-512/+917
* | Revert "Add autofocus in project search on projects page"Grégoire Aubert2017-04-032-5/+0
* | WS api/qualityprofiles/{de}activate_rule should return 204 No ContentSimon Brandhof2017-03-314-4/+15
* | Add convenient methods to rule/issue testing utilitiesSimon Brandhof2017-03-3124-80/+236
* | add dropdown icon for rule tagsStas Vilchik2017-03-311-0/+1
* | fix measure timelineStas Vilchik2017-03-312-7/+11
* | Prevent url pollution when updating project tagsGrégoire Aubert2017-03-311-0/+1
* | Add format rule : order react component lifecycle methods (#1882)Grégoire Aubert2017-03-3122-138/+161
* | SONAR-8994 Fix groups count when the user is just addedGrégoire Aubert2017-03-311-1/+4
* | re-format js code (#1877)Stas Vilchik2017-03-31135-442/+566
* | SONAR-8969 Rename AvatarFactory to AvatarResolver and replace string input by...Julien Lancelot2017-03-318-35/+35
* | 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
* | 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-313-1/+62
* | 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-312-11/+23
* | SONAR-8996 Restrict the issue assign action to membersGrégoire Aubert2017-03-315-20/+67
* | Fix code review requestsGrégoire Aubert2017-03-3129-281/+577
* | SONAR-8994 Add groups management in members viewGrégoire Aubert2017-03-3124-49/+757
* | SONAR-8993 Remove member from organizationGrégoire Aubert2017-03-3112-9/+323
* | SONAR-8992 Add a member to an organizationGrégoire Aubert2017-03-3125-35/+962
* | SONAR-8990 Add the list of members of an organizationGrégoire Aubert2017-03-3124-3/+946
* | 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