]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2017-04-14 Daniel SchwarzSONAR-8949 changed rule update medium test to regular...
2017-04-14 Daniel SchwarzSONAR-8950 make api/rules/search organization aware
2017-04-14 Daniel SchwarzSONAR-9038 make api/issues/tags organization aware
2017-04-14 Daniel SchwarzSONAR-8952 make api/rules/tags organization aware
2017-04-14 Daniel SchwarzSONAR-8952 do not allow full text search in rule tags...
2017-04-14 Daniel SchwarzSONAR-8952 remove redundant RuleService class
2017-04-14 Julien LancelotSONAR-9018 Restore 'Anyone' in organization default...
2017-04-13 Grégoire AubertSONAR-6911 Improve the display of default groups
2017-04-13 Simon BrandhofIncrease timeout of SchedulerImplTest for Travis
2017-04-13 Simon BrandhofUpgrade frontend-maven-plugin from 1.3 to 1.4
2017-04-13 Simon BrandhofIncrease min version of Maven from 3.0.5 to 3.2
2017-04-13 Simon BrandhofUpgrade jacoco-maven-plugin from 0.7.5 to 0.7.9
2017-04-13 Simon BrandhofUpgrade maven-surefire-plugin from 2.19.1 to 2.20
2017-04-13 Simon BrandhofRemove false-positive in ProgressReportTest
2017-04-13 Grégoire AubertSONAR-8992 Fix the number of groups for new members
2017-04-13 Grégoire AubertSONAR-8994 Fix groups management for non default org
2017-04-13 Sébastien Lesaintremove SCHEMA_MIGRATIONS insert from rows-h2 1890/head
2017-04-13 Stas VilchikSONAR-9064 Rework facets sidebar on the issues page
2017-04-13 Grégoire AubertSONAR-9063 Rework issue box
2017-04-13 Julien LancelotCleanup organizations ITs
2017-04-13 Julien LancelotSONAR-9085 Clean orphan rows in GROUPS_USERS
2017-04-13 Julien LancelotSONAR-9037 Add ITs checking that users are not member...
2017-04-13 Julien LancelotSONAR-9023 Add ITs to check 'Members' group membership...
2017-04-13 Julien LancelotSONAR-8892 Return user information in api/organizations...
2017-04-13 Julien LancelotSONAR-8969 use AvatarResolver in SearchMembersAction
2017-04-13 Julien LancelotSONAR-9037 Temporary ignore some ITs
2017-04-13 Julien LancelotSONAR-9037 Do not associate users to default group...
2017-04-13 Julien LancelotSONAR-9037 Do not associate users to default group...
2017-04-13 Julien LancelotSONAR-9018 Use default group flag when doing groups...
2017-04-13 Julien LancelotSONAR-9018 Use default group flag when adding new user...
2017-04-13 Julien LancelotSONAR-9022 Fix WS description
2017-04-13 Julien LancelotSONAR-9022 Prevent removing default groups of organizations
2017-04-13 Julien LancelotReplace usage of WsTester by WsActionTester in DeleteAc...
2017-04-13 Julien LancelotSONAR-9022 Use default group id from DB when checking...
2017-04-13 Julien LancelotSONAR-9016 Fail when no default group found
2017-04-13 Julien LancelotSONAR-9023 Add UT when removing org membership to check...
2017-04-13 Julien LancelotSONAR-9023 Fix ITs as 'user' now belongs to 'Members...
2017-04-13 Julien LancelotSONAR-9023 Add user to "members" group when adding...
2017-04-13 Julien LancelotSONAR-9018 Fix ITs as users are members of 'members...
2017-04-13 Julien LancelotSONAR-9018 Fix ITs as 'Anyone' has no more rights in...
2017-04-13 Julien LancelotSONAR-9018 Create a "members" group when creating an...
2017-04-13 Julien LancelotSONAR-9020 Copy 'sonar-users' permission templates...
2017-04-13 Julien LancelotSONAR-9020 Copy 'sonar-users' permission when creating...
2017-04-13 Julien LancelotSONAR-9020 Create the group "members" on default organi...
2017-04-13 Julien LancelotUserDbTester.insertUser does not add default organizati...
2017-04-13 Julien LancelotReplace SQL by WS in OrganizationMembershipTest IT
2017-04-13 Julien LancelotMove all organization ITs to Category 6
2017-04-13 Julien LancelotSONAR-9016 Return 'default' in api/user_groups/search WS
2017-04-13 Julien LancelotSONAR-9016 Return 'default' in api/user_groups/update WS
2017-04-13 Julien LancelotSONAR-9016 Return 'default' in api/user_groups/create WS
2017-04-13 Julien LancelotSONAR-9016 Use 'Paging' in api/user_groups/search WS
2017-04-13 Julien LancelotSONAR-9016 Return 'default' in api/users/groups
2017-04-13 Julien LancelotSONAR-9016 Create DAO methods to select/set default...
2017-04-13 Julien LancelotSONAR-9016 Fix example file names in user groups WS
2017-04-13 Julien LancelotSONAR-9016 Add missing ws UserGroupsService
2017-04-13 Julien LancelotSONAR-9019 Populate ORGANIZATIONS.DEFAULT_GROUP_ID...
2017-04-13 Julien LancelotSONAR-9019 Add ORGANIZATIONS.DEFAULT_GROUP_ID column
2017-04-13 Julien LancelotSONAR-9019 Set organization members into members groups
2017-04-13 Julien LancelotSONAR-9019 Create "members" groups on existing organiza...
2017-04-13 Julien LancelotSONAR-9022 Prevent adding/removing user on 'sonar-users...
2017-04-13 Julien LancelotSONAR-9022 Prevent updating name and description of...
2017-04-13 Julien LancelotSONAR-9022 Clean up some unit tests in usergroups
2017-04-13 Julien LancelotSONAR-9022 Add utility methods to retrieve GroupDto...
2017-04-13 Julien LancelotSONAR-9014 Prevent groups synchronization to remove...
2017-04-13 Julien LancelotSONAR-9014 Associate all users to 'sonar-users' group
2017-04-13 Julien LancelotSONAR-9014 Replace 'sonar.defaultGroup' setting usage...
2017-04-13 Julien LancelotSONAR-9014 Delete 'sonar.defaultGroup' setting from...
2017-04-13 Julien LancelotSONAR-9014 Restore sonar-users group
2017-04-13 Simon BrandhofSONAR-9129 order possible values of param "f" in doc...
2017-04-13 Simon BrandhofSONAR-9129 fix some glitches in doc of api/qualityprofiles
2017-04-13 Stas Vilchiksupport multiple highlighted symbols (#1927)
2017-04-13 Stas Vilchikapply feedback on projects visualizations (#1928)
2017-04-13 Julien LancelotMerge remote-tracking branch 'origin/branch-6.3'
2017-04-12 Simon BrandhofDrop test PluginsWsMediumTest
2017-04-12 Simon BrandhofSONAR-9117 Delete the unused Java interface org.sonar...
2017-04-12 Simon BrandhofFix Quality flaws
2017-04-12 Grégoire AubertSONAR-9110 Update page extensions IT's
2017-04-12 Grégoire AubertSONAR-9110 Add organization page extensions
2017-04-12 Teryk BellahseneSONAR-9054 return org pages in WS api/navigation/organi...
2017-04-12 Teryk BellahseneSONAR-9054 PageDefinition has ORGANIZATION scope
2017-04-12 Duarte MenesesFix NPE in charset detection
2017-04-12 Duarte MenesesSONAR-9080 Stop using api/batch/users
2017-04-11 Simon BrandhofDeprecate System2#isJavaAtLeast17()
2017-04-11 Simon BrandhofDelete unused class LogarithmicLogger
2017-04-11 Simon BrandhofSONAR-9062 Use the network interface defined by sonar...
2017-04-11 Simon BrandhofDrop unused class NetworkUtils in integration tests
2017-04-11 Simon BrandhofRefactor the way to get loopback address in CeHttpServer
2017-04-11 Simon BrandhofSimplify TomcatConnectors because only http connector...
2017-04-11 Simon BrandhofDrop unused property sonar.enableFileVariation
2017-04-11 Simon BrandhofSONAR-9082 H2 should bind to localhost interface
2017-04-11 Duarte MenesesSONAR-6100 Improve support of binary files and/or files...
2017-04-11 Simon BrandhofDisable DEBUG logs in performance test ComputationTest
2017-04-11 Simon BrandhofDo not use Java plugin with dynamic version in server...
2017-04-11 Simon BrandhofFix dependency of upgrade tests on jsr305
2017-04-11 Simon BrandhofReset version to 6.3-SNAPSHOT
2017-04-11 Simon BrandhofPluginsWsMediumTest must not hardcode the project version 6.3.1
2017-04-11 Simon BrandhofRelease 6.3.1
2017-04-11 Duarte MenesesSONAR-9025 Optimize computation issue exclusions
2017-04-11 Sébastien LesaintMerge branch 'branch-6.3'
2017-04-10 Daniel SchwarzSONAR-8952 fix rules: initialize uninitialized indexes...
next