summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-1/+5
* 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
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov2017-10-021-1/+1
| |\ \
| * | | [Backport Semi-linear history] Update Project#ff_merge_must_be_possible? methodValery Sizov2017-09-291-1/+1
| * | | [Port semi-linear history from EE] Move migration to CE and `merge_method` me...Valery Sizov2017-09-291-1/+13
| * | | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-281-2/+39
| |\ \ \
| * | | | Add spec for FfMergeServiceValery Sizov2017-09-191-1/+0
| * | | | Fast forward merge: basic implemenation[ci skip]Valery Sizov2017-09-191-0/+17
| | |_|/ | |/| |
* | | | Fix gitlab-rake gitlab:import:repos taskStan Hu2017-10-021-2/+4
| |_|/ |/| |
* | | Create repositories via GitalyJacob Vosmaer2017-09-291-1/+1
| |/ |/|
* | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-2/+39
|/
* Merge branch 'zj-update-project-settings' into 'master'Grzegorz Bizon2017-09-191-1/+1
|\
| * Allow updating of project auto devops settingsZeger-Jan van de Weg2017-09-151-1/+1
* | Merge branch 'master' into 'issue_37640'issue_37640Felipe Artur2017-09-151-0/+17
|\ \
| * | Memoize pipelines for project download buttonsYorick Peterse2017-09-141-0/+17
| |/
* | Fix project feature being deleted when updating project with invalid visibili...Felipe Artur2017-09-121-2/+2
|/
* Merge branch 'zj/gitlab-ce-zj-auto-devops-table' into 37158-autodevops-bannerKamil Trzcinski2017-09-071-0/+8
|\
| * Merge remote-tracking branch 'origin/master' into zj/gitlab-ce-zj-auto-devops...Kamil Trzcinski2017-09-071-0/+8
| |\
| | * Merge branch 'ee_issue_928_backport' into 'master'Sean McGivern2017-09-071-0/+8
| | |\
| | | * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-061-8/+27
| | | |\
| | | * | Group boards CE backportFelipe Artur2017-08-281-0/+8
* | | | | Add has_auto_devops_implicitly_disabledKamil Trzcinski2017-09-071-0/+4
|/ / / /
* | | | Add tests to cover all introduced changesKamil Trzcinski2017-09-061-1/+1
* | | | Implement `Project#has_ci?`Kamil Trzcinski2017-09-061-0/+4
* | | | Improve config source handling codeKamil Trzcinski2017-09-061-7/+7
* | | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-061-1/+2
|\ \ \ \ | |/ / /
| * | | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-061-1/+1