Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
These are not required because MySQL is not supported anymore
2019-06-05Delete unauthorized Todos when project is privateFelipe Artur
Delete Todos for guest users when project visibility level is updated to private.
2019-04-29Stop serialising project when removing todosSean McGivern
`Todos::Destroy::EntityLeaveService#project_ids` was returning ActiveRecord objects with IDs, not simply IDs. That means we were serialising more than we needed to in Sidekiq. We can simply rename this method to `#projects` as this class doesn't use any of the superclass methods that would use `#project_ids`.
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-06Add changes from the EEJarka Kadlecová
2018-08-06Fix removing todos for users without accessJarka Kadlecová
2018-08-02Remove group todos when a users looses accessJarka Kadlecová
2018-07-31Remove todos when project feature visibility changesJarka Kadlecová
2018-07-30Fix removing todos for confidential issuesJarka Kadlecová
- dont remove todos for authos & assignees - remove todos for project guests
2018-07-30Delete todos when users loses target read permissionsJarka Kadlecová