summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix the undefinded variable error in Project's safe_import_url methodDJ Mountney2016-01-131-1/+1
* Before project save ensure that a runners_token existsStan Hu2016-01-101-0/+1
* Fix Error 500 when visiting build page of project with nil runners_tokenStan Hu2016-01-101-4/+6
* Annotate modelsStan Hu2016-01-061-0/+7
* Merge branch 'brunsa2/gitlab-ce-diverging-branch-graphs' into 'master' Douwe Maan2016-01-051-0/+2
|\
| * Merge branch 'master' into diverging-branch-graphsJeff Stubler2015-12-031-11/+47
| |\
| * \ Merge branch 'master' into diverging-branch-graphsJeff Stubler2015-11-121-2/+6
| |\ \
| * | | Add graphs showing commits ahead and behind default to branches pageJeff Stubler2015-11-011-0/+2
* | | | Added system hooks messages for renaming and transferring a projectSteve Norman2016-01-041-0/+6
* | | | Fix project transfer e-mail sending incorrect paths in e-mail notificationStan Hu2015-12-291-1/+3
* | | | Merge branch 'fix/visibility-level-setting-in-forked-projects' into 'master' Douwe Maan2015-12-241-3/+24
|\ \ \ \
| * \ \ \ Merge branch 'master' into fix/visibility-level-setting-in-forked-projectsTomasz Maczukin2015-12-211-38/+68
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into fix/visibility-level-setting-in-forked-projectsTomasz Maczukin2015-11-201-13/+54
| |\ \ \ \ \
| * | | | | | Change update_forks_visibility_level into after_update hook in Project modelTomasz Maczukin2015-11-201-0/+13
| * | | | | | Change forks method to has_many relationTomasz Maczukin2015-11-181-6/+5
| * | | | | | Update forks visibility_level after parent project visibility_level changeTomasz Maczukin2015-11-041-1/+5
| * | | | | | Fix Project update serviceTomasz Maczukin2015-11-031-1/+1
| * | | | | | Move visibility_level check for forked projects to Project modelTomasz Maczukin2015-11-031-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Backport JIRA serviceDrew Blessing2015-12-181-0/+8
| |_|/ / / |/| | | |
* | | | | Fix bad mergeStan Hu2015-12-161-1/+0
* | | | | Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitl...Dmitriy Zaporozhets2015-12-161-0/+5
|\ \ \ \ \
| * | | | | Add open_issues_count to project APIStan Hu2015-12-111-0/+4
* | | | | | Fixed Rubocop offensesGabriel Mazetto2015-12-151-5/+5
* | | | | | 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