summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Move Repository#write_ref to Git::Repository#write_refrepo-write-ref-client-prepKim "BKC" Carlbäcker2017-12-121-1/+1
* Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-1/+4
* Merge remote-tracking branch 'origin/master' into list-multiple-clustersKamil Trzcinski2017-12-051-2/+3
|\
| * Create merge request from emailJan Provaznik2017-12-051-2/+3
* | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-051-1/+0
|\ \ | |/ |/|
| * Remove cluster from Project modelMatija Čupić2017-12-041-1/+0
* | Merge branch 'sh-optimize-groups-api' into 'master'Douwe Maan2017-12-041-1/+5
|\ \
| * | Comments from code review applied. Also switched forked_from_project and Fork...Francisco Lopez2017-12-011-1/+5
| |/
* | Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-2/+1
|/
* Adds validation for Project#ci_config_path not to contain leading slashChristiaan Van den Poel2017-12-011-3/+3
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-301-8/+6
|\
| * Fix feature spec38668-revert-copied-kubernetesservice-logicShinya Maeda2017-11-281-1/+0
| * Fix static analysysShinya Maeda2017-11-281-1/+1
| * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-20/+8
| * Add test suit for platform::kubernetesShinya Maeda2017-11-281-7/+7
| * Fix commentsShinya Maeda2017-11-281-0/+1
| * Add deployment platform selectorShinya Maeda2017-11-281-2/+12
* | Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-291-8/+2
|\ \
| * | Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-8/+2
| |/
* | Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-281-2/+3
|\ \ | |/ |/|
| * Improve storage migration rake taskGabriel Mazetto2017-11-231-2/+3
* | Drastically improve project search performance by no longer searching namespa...dm-project-search-performanceDouwe Maan2017-11-241-22/+8
* | Fix link text from group contextJarka Kadlecova2017-11-231-3/+3
|/
* Merge branch 'dm-import-service-polymorphism' into 'master'40186-the-ee_compat_check-job-sometimes-fail-on-the-git-apply-3way-step-for-forksYorick Peterse2017-11-151-4/+0
|\
| * Prefer polymorphism over specific type checks in Import servicedm-import-service-polymorphismDouwe Maan2017-11-151-4/+0
* | Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan2017-11-141-0/+12
|\ \ | |/ |/|
| * Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-0/+12
* | Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-0/+41
* | 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
| |\ \ \ | | |/ / | |/| |