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
2021-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Require maintainer permission to transfer projectsmanojmj
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-23Expose namespace storage statistics with GraphQLAlessio Caiazza
Root namespaces have storage statistics. This commit allows namespace owners to get those stats via GraphQL queries like the following one { namespace(fullPath: "a_namespace_path") { rootStorageStatistics { storageSize repositorySize lfsObjectsSize buildArtifactsSize packagesSize wikiSize } } }
2018-07-24Enable frozen string in presenters and policiesgfyoung
Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
2017-11-23Introduce :read_namespace access policy for namespace and groupTomasz Maczukin
2017-09-29moved fork checks into policiesPhil Hughes
2017-06-27convert all the policies to DeclarativePolicyhttp://jneen.net/
2016-08-30port runners, namespaces, group/project_membershttp://jneen.net/