summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-0/+1
* Merge branch '38175-add-domain-field-to-auto-devops-application-setting' into...Kamil Trzciński2018-02-071-5/+31
|\
| * Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić2018-02-021-1/+0
| |\
| * \ Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić2018-01-281-0/+21
| |\ \
| * | | Expose instance AutoDevOps domain in ProjectMatija Čupić2018-01-221-5/+31
* | | | Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-071-1/+1
|\ \ \ \
| * | | | Reload project before checking variables in project_specMatija Čupić2018-02-051-1/+1
* | | | | Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan2018-02-061-1/+0
|/ / / /
* | | | Fix export removal for hashed-storage projects within a renamed or deleted na...Nick Thomas2018-02-051-0/+31
| |_|/ |/| |
* | | use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+0
| |/ |/|
* | Execute system hooks after-commit when executing project hooksdm-project-system-hooks-in-transactionDouwe Maan2018-01-241-0/+17
* | ensure fork_source returns nil when project is the root fork, add testsMike Greiling2018-01-221-0/+4
|/
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-0/+19
|\
| * invoke SystemHooksService instead of direct modelAlexis Reigel2018-01-041-7/+3
| * execute system hooks from projectAlexis Reigel2018-01-041-0/+23
* | Client-prep Gitlab::Git::Repository#write_refgit-write-ref-prepKim "BKC" Carlbäcker2018-01-091-3/+2
* | Merge branch '3968-protected-branch-is-not-set-for-default-branch-on-import' ...Douwe Maan2018-01-081-0/+42
|\ \
| * | Protected branch is now created for default branch on import3968-protected-branch-is-not-set-for-default-branch-on-importTiago Botelho2018-01-061-0/+42
| |/
* | Merge branch 'jprovazn-rebase' into 'master'Filipa Lacerda2018-01-051-6/+13
|\ \
| * | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-6/+13
* | | Merge branch 'remove-project-repo' into 'master'Sean McGivern2018-01-051-4/+4
|\ \ \ | |/ / |/| |
| * | Fix specsremove-project-repoJacob Vosmaer2018-01-051-4/+4
| |/
* | Create Kubernetes based on Application TemplatesMayra Cabrera2018-01-041-19/+0
|/
* Add spec for Project#write_repository_configDouglas Barbosa Alexandre2018-01-031-0/+22
* Refactoring Project#write_repository_configDouglas Barbosa Alexandre2018-01-031-11/+11
* Fix TestEnv.copy_repo to use disk_path instead of full_pathDouglas Barbosa Alexandre2018-01-031-1/+1
* Update project full path in .git/config when renaming a repositoryDouglas Barbosa Alexandre2018-01-031-0/+14
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-7/+7
* Revert "Merge branch 'repo-write-ref-client-prep' into 'master'"revert-b655a4a7Kim Carlbäcker2017-12-201-3/+2
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-2/+2
* Move Repository#write_ref to Git::Repository#write_refrepo-write-ref-client-prepKim "BKC" Carlbäcker2017-12-121-2/+3
* Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-1/+18
* Merge remote-tracking branch 'origin/master' into list-multiple-clustersKamil Trzcinski2017-12-051-3/+13
|\
| * Create merge request from emailJan Provaznik2017-12-051-3/+13
* | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-051-1/+1
|\ \ | |/ |/|
| * Remove cluster from Project modelMatija Čupić2017-12-041-1/+1
* | Merge branch 'sh-optimize-groups-api' into 'master'Douwe Maan2017-12-041-2/+1
|\ \
| * | Fixed testFrancisco Lopez2017-12-011-2/+1
| |/
* | 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-2/+3
* Fix unit testsShinya Maeda2017-11-281-0/+2
* Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-281-3/+3
* Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-4/+21
* Add test suit for platform::kubernetesShinya Maeda2017-11-281-5/+18
* Drastically improve project search performance by no longer searching namespa...dm-project-search-performanceDouwe Maan2017-11-241-18/+0
* Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan2017-11-141-0/+18
|\
| * Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-0/+18
* | Always return full avatar URL for private/internal groups/projects when asset...Douwe Maan2017-11-091-9/+3
* | Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-0/+73
* | Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-071-0/+1
|\ \ | |/ |/|