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 (Expand)Author
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-11-26Use strong memoize utilityHeinrich Lee Yu
2018-11-26Prevent loading from cache if commit is nilHeinrich Lee Yu
2018-11-26Cache project HEAD to prevent unnecessary Gitaly callsHeinrich Lee Yu
2018-11-16Change project pipeline status cache key to follow project conventionGabriel Mazetto
2018-10-26Remove cache_sha parameterMatija Čupić
2018-10-25Cache pipeline status only for specific shaMatija Čupić
2018-10-13Enable some frozen string in lib/gitlabgfyoung
2018-09-24Use `Gitlab::SafeRequestStore` in more placesMichael Kozono
2018-06-22Add docs for RequestCache, moved from commentsLin Jen-Shin
2018-04-10Allow `rake cache:clear` clearing pipeline status cacheLin Jen-Shin
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-07-18Rename the methods to make it fit with current nameLin Jen-Shin
2017-07-18Follow feedback on the merge requestLin Jen-Shin
2017-07-17Update the comments for the new functionalityLin Jen-Shin
2017-07-17Use RequestStoreWrap for Commit#authorLin Jen-Shin
2017-07-17Add RequestStoreWrap to cache via RequestStoreLin Jen-Shin
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-04-26Load a project's CI status in batch from redisBob Van Landuyt
2017-04-07Take the ref of a pipeline into account when caching statusBob Van Landuyt
2017-04-07Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt
2017-04-07Wrap updating of cache after pipeline transition in class methodBob Van Landuyt
2017-04-07Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt