summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
| |_|_|_|/ |/| | | |
* | | | | Revert "Merge branch 'revert-12499' into 'master'"revert-2c879643Douwe Maan2017-07-041-3/+3
* | | | | Merge branch 'sh-allow-force-repo-create' into 'master'Sean McGivern2017-07-031-10/+10
|\ \ \ \ \
| * | | | | Change the force flag to a keyword argumentsh-allow-force-repo-createDouglas Barbosa Alexandre2017-07-031-2/+2
| * | | | | Make Project#ensure_repository force create a repoStan Hu2017-06-301-10/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix-2801' into 'master'Sean McGivern2017-07-031-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Expires full_path cache after project is renamedDouglas Barbosa Alexandre2017-06-291-0/+1
| |/ / /
* | | | Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-301-2/+2
|/ / /
* | | Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'"Adam Niedzielski2017-06-291-3/+3
* | | Merge branch 'fix-34417' into 'master'Sean McGivern2017-06-291-17/+10
|\ \ \
| * | | Perform housekeeping only when an import of a fresh project is completedDouglas Barbosa Alexandre2017-06-281-17/+10
* | | | Merge branch '30708-stop-using-deleted-at-to-filter-namespaces' into 'master'Douwe Maan2017-06-291-4/+3
|\ \ \ \
| * | | | Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-3/+2
| * | | | Fix current feature related specsTiago Botelho2017-06-281-1/+1
| * | | | Removes pending delete from filter scopesTiago Botelho2017-06-281-3/+2
| * | | | refactors Project#search namespace joinTiago Botelho2017-06-281-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'Robert Speicher2017-06-281-3/+3
|\ \ \ \ | |_|/ / |/| | |