summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '46010-add-missing-parens' into 'master'Kamil Trzciński2018-05-081-24/+24
|\
| * Add some missing parens in project_spec and runner_specDylan Griffith2018-05-081-24/+24
* | Removes RemoteMirror related TODO from project_specTiago Botelho2018-05-081-2/+0
|/
* Adds remote mirror table migrationTiago Botelho2018-05-071-1/+1
* Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+79
* Merge branch '44542-move-import-specific-attributes-out-of-the-project-model-...Douwe Maan2018-05-041-2/+4
|\
| * Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-2/+4
* | fix missing spaceJames Lopez2018-05-041-1/+1
* | Add ci_cd_settings delete_all dependency on projectJames Lopez2018-05-041-0/+8
|/
* Style improvements to spec/models/project_spec.rbDylan Griffith2018-05-031-2/+13
* Add extra spec for Project#any_runners? to test block properlyDylan Griffith2018-04-271-0/+15
* Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje...Dylan Griffith2018-04-261-22/+2
* Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-261-60/+55
|\
| * Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-251-14/+6
| |\
| | * Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-14/+6
| * | Merge branch 'bvl-fix-maintainer-push-error' into 'master'Douwe Maan2018-04-241-46/+0
| |\ \
| | * | Allow admins to push to empty reposBob Van Landuyt2018-04-241-46/+0
| * | | Merge branch '10244-add-project-ci-cd-settings' into 'master'Kamil Trzciński2018-04-241-0/+9
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' into 10244-add-project-ci-cd-settingsDylan Griffith2018-04-241-1/+1
| | |\ \ | | | |/
| | * | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settingsYorick Peterse2018-04-161-0/+9
| * | | Merge branch '44447-expose-deploy-token-to-ci-cd' into 'master'Grzegorz Bizon2018-04-241-0/+40
| |\ \ \ | | |_|/ | |/| |
| | * | Increases specs examples regarding projects & deploy tokensMayra Cabrera2018-04-231-1/+8
| | * | Ensure deploy tokens variables are not available in the context of only/exceptMayra Cabrera2018-04-201-1/+1
| | * | Rename special deploy token to make it more descriptiveMayra Cabrera2018-04-201-0/+6
| | * | Expose deploy token to CI/CD jobs as environment variableMayra Cabrera2018-04-201-0/+27
| | |/
* | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-241-1/+1
|\ \ \ | |/ /
| * | Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-231-1/+1
| |/
* | add `active` scope only once, inline methodsAlexis Reigel2018-04-231-1/+0
* | project#group_runner_enabled -> project_settingsAlexis Reigel2018-04-231-0/+12
* | add project_settings (Project#settings)Alexis Reigel2018-04-231-0/+20
* | include group runners in Project#any_runners?Alexis Reigel2018-04-231-26/+61
|/
* Include ProjectDeployTokensMayra Cabrera2018-04-061-0/+2
* Merge branch 'bvl-override-import-params' into 'master'Douwe Maan2018-04-051-0/+1
|\
| * Don't export `Project#description_html`Bob Van Landuyt2018-04-051-0/+1
* | Add helper for accessing lfs_objects for projectBob Van Landuyt2018-04-051-0/+16
|/
* Merge branch 'fix/use-shard-name-in-gitlab-projects-instead-of-shard-path' in...Sean McGivern2018-04-041-5/+2
|\
| * Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-5/+2
* | Make error messages even more descriptiveDouwe Maan2018-04-021-2/+2
* | Extend API for exporting a project with direct upload URLFrancisco Javier López2018-03-301-1/+18
* | Add port number to artifacts links to gitlab-pages, if neededAlessio Caiazza2018-03-291-0/+28
|/
* 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