summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pages_force_https' into 'master'Nick Thomas2018-03-231-0/+45
|\
| * Add HTTPS-only pagesRob Watson2018-03-221-0/+45
* | Merge branch '43771-improve-avatar-error-message' into 'master'Sean McGivern2018-03-231-1/+1
|\ \
| * | Change avatar error message to include allowed file formatsFabian Schneider2018-03-221-1/+1
* | | Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-231-2/+2
|\ \ \ | |_|/ |/| |
| * | Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-2/+2
| |/
* | Change Gitlab::Shell#add_namespace to #create_namespaceZeger-Jan van de Weg2018-03-141-5/+5
|/
* Only allow users that can merge to push to sourcebvl-allow-maintainer-to-pushBob Van Landuyt2018-03-071-11/+21
* Limit queries to a user-branch combinationBob Van Landuyt2018-03-071-26/+65
* Allow abilities on forks while MR is openBob Van Landuyt2018-03-071-0/+52
* Merge branch 'sh-dashboard-sort-fix' into 'master'Douwe Maan2018-03-061-0/+14
|\
| * Fix project dashboard showing the wrong timestampssh-dashboard-sort-fixStan Hu2018-03-051-0/+14
* | Projects and groups badges APIFrancisco Javier López2018-03-051-0/+33
|/
* Update specs to respect Project#namespace_id not null constraintDmitriy Zaporozhets2018-03-011-3/+6
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+7
* Merge branch 'mc/bug/38984-wildcard-protected-tags' into 'security-10-4'Kamil Trzciński2018-02-091-2/+6
* Merge branch '40744-hashed-storage-specs' into 'master'Sean McGivern2018-02-081-8/+23
|\
| * Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-8/+23
* | 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