summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-161-2/+2
|\
| * Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-2/+2
* | Merge branch '34643-fix-project-path-slugify' into 'master'Rémy Coutable2017-08-161-1/+5
|\ \
| * | Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-151-1/+5
* | | Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-151-1/+4
|\ \ \ | |/ / |/| |
| * | Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-1/+4
| |/
* | Introduce MergeRequest#write_ref and Repository#write_refLin Jen-Shin2017-08-101-3/+1
|/
* Merge branch 'add-rubocop-gitlab-security' into 'master'Robert Speicher2017-08-081-3/+3
|\
| * Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-3/+3
* | Add checks for branch existence before changing HEAD36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-oneblackst0ne2017-08-081-7/+12
|/
* Merge branch 'backport-ee-2251' into 'master'Sean McGivern2017-08-071-3/+2
|\
| * Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/25...Nick Thomas2017-08-071-3/+2
* | Merge branch 'zj-project-templates' into 'master'Sean McGivern2017-08-071-0/+1
|\ \ | |/ |/|
| * Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-071-85/+35
| |\
| * | Rename GitLabProjectImporterService and misc fixesZ.J. van de Weg2017-08-011-1/+1
| * | Allow projects to be started from a templateZ.J. van de Weg2017-07-281-0/+1
* | | Rename raw -> ruggedJacob Vosmaer2017-08-041-1/+1
| |/ |/|
* | Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern2017-08-011-84/+23
|\ \
| * | Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto2017-08-011-2/+2
| * | Make disk_path keyword argument and optionalGabriel Mazetto2017-08-011-4/+3
| * | Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-4/+6
| * | Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-2/+2
| * | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-11/+12
| * | Move storage specific code from Namespace and Project to concernsGabriel Mazetto2017-08-011-68/+5
| |/
* | Exclude keys linked to other projectsmk-fix-deploy-key-deletionMichael Kozono2017-07-281-1/+12
|/
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-4/+6
* Merge branch 'fix/gb/recover-from-renaming-project-with-container-images' int...Sean McGivern2017-07-141-3/+5
|\
| * Implement memoization in project correctly this timefix/gb/recover-from-renaming-project-with-container-imagesGrzegorz Bizon2017-07-141-1/+3
| * Memoize result of checking container images on projectGrzegorz Bizon2017-07-141-1/+1
| * Recover from renaming project that has container imagesGrzegorz Bizon2017-07-131-2/+2
* | Revert "Merge branch 'revert-2c879643' into 'master'"Sean McGivern2017-07-141-3/+3
|/
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-4/+4
* Allow passing exceptions when creating project servicesbackport-exceptions-argumentSean McGivern2017-07-101-2/+4
* Username and password are no longer stripped from import url on importusername-password-stripped-from-import-url-fixTiago Botelho2017-07-071-0/+5
* Merge branch '34716-environment-specific-variables-ce' into 'master'Douwe Maan2017-07-061-1/+2
|\
| * Backports for ee-2112Lin Jen-Shin2017-07-061-1/+2
* | Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-7/+7
* | Add many foreign keys to the projects tableYorick Peterse2017-07-061-65/+84
|/
* Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-1/+12
|\
| * Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-051-13/+14
| |\
| * | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-3/+3
| * | Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-8/+0
| * | Also remove null characterLin Jen-Shin2017-07-041-1/+1
| * | Follow feedback on the merge requestLin Jen-Shin2017-07-041-0/+8
| * | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-031-2/+2
| |\ \
| * | | Update wordings, allow only full path, add testsLin Jen-Shin2017-06-301-8/+6
| * | | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-21/+17
| |\ \ \
| * | | | Inline what it was before for the regexp and messageLin Jen-Shin2017-06-281-2/+2
| * | | | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-377/+509
| |\ \ \ \
| * | | | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-0/+13