aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-9125 Allow preventing organizations to use private projects in ↵Julien Lancelot2017-04-2810-12/+228
| | | | api/organizations/update_project_visibility
* Add visibility parameter in ProjectsService#create()Julien Lancelot2017-04-2810-41/+103
|
* SONAR-9162 Add a flag in api/navigation/component to know if project can ↵Julien Lancelot2017-04-283-9/+52
| | | | become private
* SONAR-9121 Add a flag in api/navigation/organization to know if projects can ↵Julien Lancelot2017-04-287-13/+135
| | | | become private
* SONAR-9099 return visibility field also for views in api/components/showDaniel Schwarz2017-04-282-10/+38
|
* fix quality flaws: use a constant instead of literal “private”Daniel Schwarz2017-04-2811-18/+116
|
* fix quality flaws: readability fixes in Mapper.xmlsDaniel Schwarz2017-04-281-2/+2
|
* SONAR-9047 Only load google fonts on sonarqube.com instancesGrégoire Aubert2017-04-282-2/+49
|
* SONAR-9003 Fix Xss vulnerabilityGrégoire Aubert2017-04-287-14/+23
|
* SONAR-8784 Update react-router and history to v3Grégoire Aubert2017-04-282-31/+16
|
* SONAR-9141 Failure to create reports in issues mode when using branchesDuarte Meneses2017-04-286-51/+97
|
* SONAR-9160 All files are scanned in issues mode when analysing a branchDuarte Meneses2017-04-282-5/+5
|
* SONAR-9116 EventHandler should be annotated with SonarLintSideDuarte Meneses2017-04-281-0/+2
|
* apply feedback on issues page (part 2) (#1991)Stas Vilchik2017-04-2813-63/+150
|
* Minimize sonar-plugin-apiDuarte Meneses2017-04-282-5/+23
|
* Fix tests on windowsDuarte Meneses2017-04-282-36/+42
|
* use IllegalArgumentException in api/qualityprofiles/deleteDaniel Schwarz2017-04-272-9/+10
|
* use IllegalArgumentException in api/rules/deleteDaniel Schwarz2017-04-272-5/+5
|
* change RuleDeleter medium test to a WsActionTester testDaniel Schwarz2017-04-275-184/+106
|
* use NotFoundException in api/rules/showDaniel Schwarz2017-04-272-7/+22
|
* use NotFoundException in api/rules/updateDaniel Schwarz2017-04-272-2/+18
|
* SONAR-9136 rename to DefaultOrganizationUuidProviderSébastien Lesaint2017-04-2725-56/+53
|
* SONAR-9104 fix ITSébastien Lesaint2017-04-272-5/+7
|
* SONAR-9159 support project visibility in api/permissions/remove_userSébastien Lesaint2017-04-271-0/+34
|
* SONAR-9104 support project visibility in api/permissions/remove_groupSébastien Lesaint2017-04-271-0/+100
|
* SONAR-9103 support project visibility in api/permissions/add_userSébastien Lesaint2017-04-273-19/+237
|
* SONAR-9102 support project visibility in api/permissions/add_groupSébastien Lesaint2017-04-274-35/+417
|
* SONAR-9089 account project visibility when applying perm templateSébastien Lesaint2017-04-274-34/+289
|
* SONAR-9136 remove AnyOne from perm template of new personal orgsSébastien Lesaint2017-04-272-3/+0
|
* SONAR-9136 remove permission to AnyOne in perm template of new orgsSébastien Lesaint2017-04-273-5/+1
|
* SONAR-9136 replace AnyOne by default group in default templateSébastien Lesaint2017-04-277-15/+549
|
* SONAR-9136 do no delete default group of default organizationSébastien Lesaint2017-04-271-0/+13
|
* SONAR-9090 make projects privates based on permissionsSébastien Lesaint2017-04-275-2/+799
|
* SONAR-9106 fix quality flaws: use OrganizationDbTester more oftenDaniel Schwarz2017-04-272-8/+4
|
* SONAR-9106 new ws api/organizations/update_project_visibilityDaniel Schwarz2017-04-275-2/+215
|
* SONAR-9107 add “projectVisibility” to api/navigation/organizationDaniel Schwarz2017-04-272-12/+34
|
* SONAR-9091 add visibility flag to api/components/createDaniel Schwarz2017-04-277-5/+133
|
* SONAR-9156 apply org’s default visibility on first analysis of projectDaniel Schwarz2017-04-277-4/+64
|
* SONAR-9088 set default visibility to “not-private” for new organisationsDaniel Schwarz2017-04-2732-43/+62
|
* SONAR-9088 add column “ORGANIZATIONS.NEW_PROJECTS_PRIVATE”Daniel Schwarz2017-04-2713-3/+331
|
* SONAR-9151 add visibility flag to api/navigation/componentDaniel Schwarz2017-04-272-2/+51
|
* SONAR-9151 param componentKey => component in api/navigation/componentDaniel Schwarz2017-04-272-3/+26
|
* SONAR-9099 add visibility flag to response of api/components/showDaniel Schwarz2017-04-273-2/+57
|
* SONAR-9096 add visibility to response of api/components/search_projectsDaniel Schwarz2017-04-275-8/+37
|
* SONAR-9105 enable back ITs requiring private projectsSébastien Lesaint2017-04-274-58/+85
|
* SONAR−9105 add ProjectsService#changeVisibilitySébastien Lesaint2017-04-273-1/+51
|
* SONAR-9105 add WS api/projects/change_visibilitySébastien Lesaint2017-04-274-2/+769
|
* SONAR-9105 add selectUserIdsWithPermissionOnProjectButSébastien Lesaint2017-04-274-0/+75
|
* SONAR-9105 add GroupPermissionDao#selectGroupIdsWithPermissionOnProjectButSébastien Lesaint2017-04-274-0/+98
|
* SONAR-9105 add UserPermissionDao#deleteProjectPermissionOfAnyUserSébastien Lesaint2017-04-275-2/+96
|