summaryrefslogtreecommitdiff
path: root/app/services/users/refresh_authorized_projects_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-4/+4
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-4/+2
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-5/+4
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-61/+10
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-4/+9
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+12
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+15
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-231-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-1/+15
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-7/+1
* Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-151-2/+2
* Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-191-1/+1
* Enable more frozen string in app/services/**/*.rbgfyoung2018-07-181-0/+2
* Reduce wait timings for Sidekiq jobsreduce-sidekiq-wait-timingsYorick Peterse2017-06-191-1/+1
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-33/+7
* Use Enumerable#index_by where possibledm-use-index-byDouwe Maan2017-03-161-3/+1
* Fix access to projects shared with a nested groupdm-nested-group-shared-projectsDouwe Maan2017-02-281-2/+14
* Merge branch 'dz-nested-groups-access-improvements' into 'master' Dmitriy Zaporozhets2017-01-251-1/+2
|\
| * Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets2017-01-251-1/+2
* | Synchronize all project authorization refreshingrefresh-authorizations-tighter-leaseYorick Peterse2017-01-161-21/+20
|/
* Remove the project_authorizations.id columnremove-project-authorizations-id-columnYorick Peterse2017-01-081-2/+2
* Cache project authorizations even when user has access to zero projects26126-cache-even-when-no-projectsAdam Niedzielski2016-12-281-1/+1
* Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-191-0/+128