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-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`.
2018-11-17Rails5: Passing a class as a value in an Active Record query is deprecatedJasper Maes
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-08-12Enable frozen string in vestigial app filesgfyoung
Partially addresses #47424.
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á