summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-071-0/+1
|\
| * Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-071-0/+1
| |\
| | * Support custom attributes on projectsMarkus Koller2017-11-061-0/+1
* | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-071-6/+13
|\ \ \ | |/ /
| * | Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-061-1/+3
| |\ \
| | * \ Merge branch 'master' into refactor-clustersShinya Maeda2017-11-061-2/+6
| | |\ \
| | * \ \ Merge branch 'master' into refactor-clustersShinya Maeda2017-11-051-1/+6
| | |\ \ \ | | | | |/ | | | |/|
| * | | | Merge branch 'dm-reallow-project-path-ending-in-period' into 'master'Sean McGivern2017-11-061-3/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Reallow project paths ending in periodsdm-reallow-project-path-ending-in-periodDouwe Maan2017-11-061-3/+1
| * | | | Merge branch 'ce-gitlab-git-backport' into 'master'Sean McGivern2017-11-061-2/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-031-2/+6
| * | | | Expose project visibility as CI variableMatija Čupić2017-11-041-1/+2
| | |/ / | |/| |
| * | | Make sure the settings page renders when root of a fork is deletedBob Van Landuyt2017-11-031-0/+4
| |/ /
* | | Improve backend structure of dataKamil Trzcinski2017-11-021-0/+1
| |/ |/|
* | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-011-13/+38
|\ \ | |/
| * Merge branch '31454-missing-project-id-pipeline-hook-data' into 'master'Rémy Coutable2017-10-311-0/+1
| |\
| | * Adds project_id to pipeline hook dataJacopo2017-10-301-0/+1
| * | Merge branch '3674-hashed-storage-attachments' into 'master'Douwe Maan2017-10-311-12/+31
| |\ \
| | * | Make `#hashed_storage?` require feature argument3674-hashed-storage-attachmentsGabriel Mazetto2017-10-311-3/+6
| | * | Code Style changes and `hashed_storage?` now receives optional featureGabriel Mazetto2017-10-311-4/+24
| | * | Moved renaming operations to storage layer abstractionGabriel Mazetto2017-10-271-9/+5
| * | | Merge branch 'add-packagist-project-service' into 'master'Kamil Trzciński2017-10-311-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Add Packagist project serviceMatt Coleman2017-10-131-0/+1
| * | | Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-1/+5
| | |/ | |/|
* | | This worksShinya Maeda2017-10-231-2/+2
* | | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski2017-10-231-1/+3
|/ /
* | Fix errors when deleting a forked projectBob Van Landuyt2017-10-171-1/+1
* | Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-101-4/+33
|\ \ | |/
| * Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-071-2/+2
| |\
| | * Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-2/+2
| * | Find forks within users/namespaces using fork membershipsBob Van Landuyt2017-10-071-0/+5
| * | Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-2/+13
| * | Create a fork network when forking a projectBob Van Landuyt2017-10-071-2/+11
| * | Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-071-0/+3
| |\ \ | | |/
| | * Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-061-0/+2
| | |\
| | | * Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-0/+2
| | * | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-041-2/+46
| | |\ \ | | | |/
| | * | Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-041-5/+44
| | |\ \
| | * | | PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda2017-10-021-1/+1
| | * | | Create Kubernetes cluster on GKE from k8s serviceShinya Maeda2017-09-251-0/+1
| * | | | Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+1
| | |_|/ | |/| |
* | | | Move the `ancestors_upto` to `Project` and `Namespace`Bob Van Landuyt2017-10-101-0/+7
* | | | Use `alias_attribute` & `alias_method` to define parent-methodsBob Van Landuyt2017-10-051-8/+2
* | | | Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-041-0/+4
* | | | Keep the `parent` method in `Project`Bob Van Landuyt2017-10-041-0/+4
* | | | Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-041-5/+1
* | | | Add a concern to build hierarchies of groupsBob Van Landuyt2017-10-041-0/+1
|/ / /
* | | Merge branch '38202-cannot-rename-a-hashed-project' into 'master'Nick Thomas2017-10-031-2/+18
|\ \ \
| * | | Doesn't check if path exists on disk when renaming a hashed projectDouglas Barbosa Alexandre2017-10-021-2/+18
| | |/ | |/|
* | | Merge branch 'ff_port_from_ee' into 'master'Sean McGivern2017-10-031-0/+28
|\ \ \ | |/ / |/| |