summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Mask credentials from URL when import of project has failed.issue_17560Rubén Dávila2016-05-181-2/+2
* Reduce duplication and branching logic in EventsHelperRobert Speicher2016-05-161-0/+2
* Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-131-48/+1
|\
| * 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
| |/
* | Rename `images` to `container_registry`Kamil Trzcinski2016-05-091-3/+5
* | Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-091-45/+55
|\ \ | |/
| * 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
* | Added authentication service for docker registryKamil Trzcinski2016-04-291-0/+5
|/
* 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