summaryrefslogtreecommitdiff
path: root/app/services/users/refresh_authorized_projects_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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