summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix specsKamil Trzcinski2015-12-111-2/+4
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-8/+8
* Add runners tokenKamil Trzcinski2015-12-111-7/+9
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-26/+46
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+1
* Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-101-0/+1
|\
| * Update annotationsStan Hu2015-12-081-0/+1
* | Merge branch 'master' into reference-pipeline-and-cachingreference-pipeline-and-cachingDouwe Maan2015-12-081-1/+1
|\ \ | |/
| * Add custom UrlValidatorRobert Speicher2015-12-071-1/+1
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-021-2/+1
|\ \ | |/
| * Remove enumerize gemrs-remove-enumerizeRobert Speicher2015-11-251-2/+1
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-191-13/+54
|\ \ | |/
| * Merge branch 'atom-feed-latest-update' into 'master' Yorick Peterse2015-11-191-0/+4
| |\
| | * Added Project.visible_to_userYorick Peterse2015-11-181-0/+4
| * | Add Project#safe_import_url helper.Douwe Maan2015-11-181-0/+8
| * | Store and show reason why import failed.Douwe Maan2015-11-181-4/+6
| |/
| * Refactor ability changesDouwe Maan2015-11-171-3/+1
| * Merge branch 'master' into james11/gitlab-ce-removable-group-ownerDouwe Maan2015-11-171-8/+35
| |\
| | * Add support for git lfs.lfsMarin Jankovski2015-11-161-0/+12
| | * Expose CI enable option in project featuresKamil Trzcinski2015-11-131-6/+17
| | * Merge remote-tracking branch 'origin/release-notes'Dmitriy Zaporozhets2015-11-101-1/+2
| | |\
| | | * More release related logic to separate resourceDmitriy Zaporozhets2015-11-051-1/+2
| | * | Enable shared runners for all new projectsKamil Trzcinski2015-11-051-1/+4
| | |/
| * | refactored permissions and added update_project_member ability logic. Also re...James Lopez2015-11-031-0/+2
| |/
* | Reset memoized project repository when path changesDouwe Maan2015-10-271-0/+1
|/
* Merge branch 'project-path-case-sensitivity' into 'master' Robert Speicher2015-10-221-4/+5
|\
| * Move case sensitivity check to find_with_namespace.Douwe Maan2015-10-211-9/+3
| * Prefer project with exact path to differently cased one when both exist.Douwe Maan2015-10-201-5/+12
* | Show empty repository page if repository don't have branchesArtem V. Navrotskiy2015-10-211-1/+1
|/
* Merge branch 'builds-view' into 'master' Kamil TrzciƄski2015-10-151-1/+1
|\
| * Remove ordering from :ci_commits relationKamil Trzcinski2015-10-141-1/+1
* | Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+2
|/
* Merge remote-tracking branch 'public/project-find-with-namespace-performance'Dmitriy Zaporozhets2015-10-081-7/+13
|\
| * Revamp finding projects by namespacesYorick Peterse2015-10-081-7/+13
* | Revamp trending projects queryYorick Peterse2015-10-061-0/+14
|/
* Refactor commit and buildKamil Trzcinski2015-10-051-1/+5
* Merge remote-tracking branch 'upstream/master'Guilherme Garnier2015-10-031-5/+1
|\
| * Prevent creating 2 Ci::Project entities when enable CIDmitriy Zaporozhets2015-10-021-5/+1
* | Fix rubocop warnings in appGuilherme Garnier2015-10-031-2/+2
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDouwe Maan2015-10-011-3/+3
|\
| * Note the original location of a moved project when notifying users of the moveproject_movingValery Sizov2015-10-011-3/+3
* | Merge branch 'master' into flevour/gitlab-ce-project-path-insensitive-lookupDouwe Maan2015-10-011-3/+28
|\ \ | |/
| * Make ensure_gitlab_ci_project return ci_project or create a new oneci-commits-to-projectsKamil Trzcinski2015-09-291-4/+2
| * Rename commits to ci_commitsKamil Trzcinski2015-09-291-2/+2
| * Fix testsKamil Trzcinski2015-09-291-1/+0
| * Fix testsKamil Trzcinski2015-09-291-0/+6
| * WIPKamil Trzcinski2015-09-291-0/+1
| * WIPKamil Trzcinski2015-09-291-0/+2
| * Use after_commit_queue to schedule import job immediatelyStan Hu2015-09-251-5/+8
| * Fix bug where projects would appear to be stuck in the forked import stateStan Hu2015-09-251-1/+3