aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* 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-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-273-34/+285
* 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-272-13/+59
* SONAR-9136 do no delete default group of default organizationSébastien Lesaint2017-04-271-0/+13
* 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-274-2/+207
* SONAR-9107 add “projectVisibility” to api/navigation/organizationDaniel Schwarz2017-04-272-12/+34
* SONAR-9091 add visibility flag to api/components/createDaniel Schwarz2017-04-272-5/+98
* SONAR-9156 apply org’s default visibility on first analysis of projectDaniel Schwarz2017-04-274-4/+51
* SONAR-9088 set default visibility to “not-private” for new organisationsDaniel Schwarz2017-04-2722-31/+42
* 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-274-8/+36
* SONAR−9105 add ProjectsService#changeVisibilitySébastien Lesaint2017-04-271-1/+1
* SONAR-9105 add WS api/projects/change_visibilitySébastien Lesaint2017-04-274-2/+769
* SONAR-9140 enforce in UT that public project can't have public permsSébastien Lesaint2017-04-277-40/+27
* SONAR-9109 support public components in PermissionIndexerSébastien Lesaint2017-04-279-324/+314
* SONAR-9140 support public components in UserSessionRuleSébastien Lesaint2017-04-276-25/+55
* SONAR-9140 support public/private projects in GroupPermissionMapperSébastien Lesaint2017-04-271-1/+53
* SONAR-9140 support public projects in keepAuthorizedProjectIdsSébastien Lesaint2017-04-271-23/+27
* SONAR-9140 enforce permission consistency for private component in UTsSébastien Lesaint2017-04-278-35/+18
* SONAR-9140 support public flag in ComponentTesting/ComponentDbTesterSébastien Lesaint2017-04-27153-946/+959
* SONAR-9140 drop support for Developer in ComponentTestingSébastien Lesaint2017-04-277-216/+6
* SONAR-9140 only ComponentDto can be used to populate UserSessionRuleSébastien Lesaint2017-04-2785-428/+475
* SONAR-9140 support public projects in ServerUserSessionSébastien Lesaint2017-04-272-103/+208
* SONAR-9140 drop deprecated selectAuthorizedRootProjectsUuidsSébastien Lesaint2017-04-272-18/+16
* SONAR-9087 PersistComponentsStep ensures consistency of private flagSébastien Lesaint2017-04-273-8/+165
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-2723-57/+114
* SONAR-9087 make PROJECTS.PROJECT_UUID not nullableSébastien Lesaint2017-04-2719-6/+46
* SONAR-9054 WS api/navigation/organization filter out billing pages for person...Teryk Bellahsene2017-04-272-2/+39
* SONAR-8987 remove use of Guava Optional in CE tables related classesSébastien Lesaint2017-04-274-11/+11
* SONAR-9041 move computation.monitoring package to sonar-ceSébastien Lesaint2017-04-2712-1001/+0
* SONAR-9041 add job canceling worn out tasks from CE_QUEUE regularlySébastien Lesaint2017-04-271-0/+10
* SONAR-9057 CE tables cleaning and purging is done by web leaderSébastien Lesaint2017-04-2731-3263/+4
* SONAR-9057 add module sonar-ce-apiSébastien Lesaint2017-04-271-0/+4
* SONAR-9057 make PurgeCeActivities startableSébastien Lesaint2017-04-272-7/+9
* SONAR-9057 make CeQueueCleaner startable and run as startup taskSébastien Lesaint2017-04-274-40/+27
* SONAR-9041 add InternalCeQueue#cancelWornOutsSébastien Lesaint2017-04-273-16/+83
* SONAR-8985 remove dead CeQueueInternal#cancel(DbSession, CeQueueDto)Sébastien Lesaint2017-04-273-10/+1