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
2023-02-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-09Revert "Merge branch '3062-improve-project-cache' into 'master'"Stan Hu
This reverts commit e65e184269bb27661c9a20658933e8482aa90b62, reversing changes made to 646ba2418b630710edeaac94b57d08adf2771257.
2018-11-16Change project cache key to depend on ID instead of full pathGabriel Mazetto
Previously, project cache used as part of the namespace the `full_path`, which included namespace and project slug. That meant that anytime a project was renamed or transfered to a different namespace, we would lose the existing cache. This is not necessary, nor desired. I've prefixed cache key with `project:` to make it easy to find in redis if necessary as well as make it possible to purge all project related cache. I've also switched the cache key type to go after the initial namespace and not before.
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-28Cache `Repository#exists?` false in RequestStoreMichael Kozono
* Only truthy values are cached in Redis. * All values are cached in RequestStore and in an instance variable.
2018-03-08Cache `#can_be_resolved_in_ui?` git operationsAlejandro Rodríguez
2018-03-07Refactor RepositoryCache to make it usable in other classesAlejandro Rodríguez