summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-45/+0
* Merge branch 'rs-remove-wall_enabled' into 'master' Dmitriy Zaporozhets2016-05-091-2/+0
|\
| * Remove `wall_enabled` field from Projectrs-remove-wall_enabledRobert Speicher2016-05-081-2/+0
* | Improve multiple branch push performance by memoizing permission checkingStan Hu2016-05-091-1/+1
|/
* Reduce delay in destroying a project from 1-minute to immediatelyStan Hu2016-05-071-0/+7
* Annotate the modelsZeger-Jan van de Weg2016-05-061-35/+40
* Tweak checking branches in Project#open_branchesYorick Peterse2016-04-291-9/+7
* Use a query in Project#protected_branch?Yorick Peterse2016-04-291-1/+1
* Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-291-0/+1
* Fix Error 500 due to stale cache when projects are renamed or transferredStan Hu2016-04-251-4/+2
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-4/+4
|\
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-7/+14
| |\
| * | Rename CiStatus to StatusableKamil Trzcinski2016-04-161-1/+1
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-161-1/+32
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-131-2/+9
| |\ \ \
| * | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-4/+4
* | | | | Merge branch '15139-fix-constants-redefinition-warnings' into 'master' Robert Speicher2016-04-191-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove useless require 'file_size_validator' causing warningsRémy Coutable2016-04-191-1/+0
| | |_|/ | |/| |
* | | | Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-7/+14
|/ / /
* | | Merge branch 'fix/project-import_url' into 'master' Robert Speicher2016-04-151-0/+29
|\ \ \
| * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-04-141-2/+9
| |\ \ \ | | | |/ | | |/|
| * | | fix create_or_update_import_dataJames Lopez2016-04-071-1/+4
| * | | refactored create_or_update_import_dataJames Lopez2016-04-071-16/+7
| * | | refactored a few things based on MR feedbackJames Lopez2016-04-071-0/+13
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-04-041-12/+4
| |\ \ \ | | | |/ | | |/|
| * | | fix github import issuesJames Lopez2016-04-011-1/+1
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-03-281-1/+1
| |\ \ \
| * | | | first round of fixes and spec fixesJames Lopez2016-03-221-2/+3
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-03-221-11/+38
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-imp...James Lopez2016-03-211-0/+1
| |\ \ \ \ \
| * | | | | | fix import data creationJames Lopez2016-03-211-2/+1
| * | | | | | refactored code based on feedbackJames Lopez2016-03-211-2/+8
| * | | | | | fixed few issues with the migrationJames Lopez2016-03-211-1/+2
| * | | | | | more refactoringJames Lopez2016-03-211-4/+8
| * | | | | | some refactoring based on feedbackJames Lopez2016-03-211-0/+12
* | | | | | | Use rugged to change HEADP.S.V.R2016-04-131-1/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'check-import-job-status' into 'master' Robert Speicher2016-04-121-2/+8
|\ \ \ \ \ \
| * | | | | | Check and report import job status to help diagnose issues with forkingStan Hu2016-04-111-2/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-081-12/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan2016-04-041-10/+0
| |\ \ \ \ \
| | * | | | | Move unlink fork logic to a serviceBaldinof2016-03-221-20/+0
| | * | | | | Merge branch 'master' into fix_remove_fork_linkBaldinof2016-03-141-9/+36
| | |\ \ \ \ \
| | * | | | | | Close merge requests when removing fork relationBaldinof2016-03-111-1/+11
| * | | | | | | Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-011-2/+2
| * | | | | | | Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Update NotificationService to use NotificationSettings instead of membershipDmitriy Zaporozhets2016-03-301-0/+1
|/ / / / / /
* | | | | | Make sure we get only two returnsLin Jen-Shin2016-03-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' into issue_12658Douwe Maan2016-03-211-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/safe-import...James Lopez2016-03-211-21/+50
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Cache output of Repository#exists?Yorick Peterse2016-03-191-0/+1
| | | |_|/ | | |/| |