manojmj
39c99361b6
Require maintainer permission to transfer projects
2019-10-09 13:03:32 +05:30
GitLab Bot
b7dfe2ae40
Add latest changes from gitlab-org/gitlab@master
2019-09-13 13:26:31 +00:00
Alessio Caiazza
606a1d2d31
Expose namespace storage statistics with GraphQL
...
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
}
}
}
2019-08-22 22:08:28 +00:00
gfyoung
d5bf57a6af
Enable frozen string in presenters and policies
...
Enable frozen string in:
* app/presenters
* app/policies
Partially addresses #47424 .
2018-07-24 13:18:25 -07:00
Tomasz Maczukin
97f966c445
Introduce :read_namespace access policy for namespace and group
2017-11-23 17:44:05 +01:00
Phil Hughes
93aa6d04c2
moved fork checks into policies
2017-09-29 12:14:39 +01:00
http://jneen.net/
37c401433b
convert all the policies to DeclarativePolicy
2017-06-27 12:44:37 -07:00
http://jneen.net/
5019185edd
port runners, namespaces, group/project_members
2016-08-30 11:39:22 -07:00