summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Refactor Project#enable_ci methodenable-ci-on-pushDmitriy Zaporozhets2015-09-231-10/+1
| * Enable CI for gitlab when .gitlab-ci.yml is pushedDmitriy Zaporozhets2015-09-231-0/+19
| * Show CI status on all pages where commits list is renderedDmitriy Zaporozhets2015-09-231-0/+4
| * Fix 500 when showing project page and there's no CI project presentfix-ci-link-on-project-pageKamil Trzcinski2015-09-181-1/+1
* | Make Project#find_with_namespace case-insensitiveFrancesco Levorato2015-09-181-2/+2
|/
* Add links from GitLab to CIDmitriy Zaporozhets2015-09-161-0/+1
* Merge remote-tracking branch 'origin/master' into ci-and-ce-sitting-in-a-tree...Kamil Trzcinski2015-09-151-10/+14
|\
| * Import forked repositories asynchronously to prevent large repositories from ...Stan Hu2015-09-111-10/+14
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-091-0/+13
|\ \ | |/
| * Merge branch 'global_labels' into 'master'Dmitriy Zaporozhets2015-09-091-0/+9
| |\
| | * Create labels in new projectValery Sizov2015-09-031-0/+9
| * | FogBugz project importJared Szechy2015-09-081-0/+2
| |/
| * Drone CI serviceKirilll Zaitsev2015-09-021-0/+2
* | Groundwork for merging CI into CEDouwe Maan2015-08-251-2/+2
|/
* Allow listing of archived projectsArtem Sidorenko2015-08-191-1/+1
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-13/+1
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-1/+13
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-041-7/+11
|\
| * Re-annotate modelsAtsushi Ishida2015-08-031-1/+2
| * Merge branch 'api-new-attributes' into 'master' Robert Speicher2015-07-301-4/+3
| |\
| | * Fix Projectapi-new-attributesDouwe Maan2015-07-301-1/+1
| | * No more web urlDouwe Maan2015-07-301-2/+1
| | * Fix specsDouwe Maan2015-07-291-1/+1
| | * Use URL helpersDouwe Maan2015-07-291-1/+1
| * | Check that project was actually created rather than just validated in import:...Stan Hu2015-07-291-2/+2
| |/
| * Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-171-0/+4
* | Remove satellitesDmitriy Zaporozhets2015-07-151-13/+1
|/
* An `in_namespace` scope is already presentzenati2015-06-091-1/+1
* Add `reference_pattern` to Referable modelsRobert Speicher2015-05-261-0/+5
* Add `to_reference` for models that support referencesRobert Speicher2015-05-261-2/+7
* Merge branch 'fix-avatar-removal' into 'master'Hannes Rosenögger2015-05-121-1/+1
|\
| * Fix bug where avatar filenames were not actually deleted from the database du...Stan Hu2015-05-071-1/+1