summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 'issue_37640'issue_37640Felipe Artur2017-09-151-0/+17
|\
| * Memoize pipelines for project download buttonsYorick Peterse2017-09-141-0/+17
* | Fix project feature being deleted when updating project with invalid visibili...Felipe Artur2017-09-121-2/+2
|/
* Merge branch 'zj/gitlab-ce-zj-auto-devops-table' into 37158-autodevops-bannerKamil Trzcinski2017-09-071-0/+8
|\
| * Merge remote-tracking branch 'origin/master' into zj/gitlab-ce-zj-auto-devops...Kamil Trzcinski2017-09-071-0/+8
| |\
| | * Merge branch 'ee_issue_928_backport' into 'master'Sean McGivern2017-09-071-0/+8
| | |\
| | | * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-061-8/+27
| | | |\
| | | * | Group boards CE backportFelipe Artur2017-08-281-0/+8
* | | | | Add has_auto_devops_implicitly_disabledKamil Trzcinski2017-09-071-0/+4
|/ / / /
* | | | Add tests to cover all introduced changesKamil Trzcinski2017-09-061-1/+1
* | | | Implement `Project#has_ci?`Kamil Trzcinski2017-09-061-0/+4
* | | | Improve config source handling codeKamil Trzcinski2017-09-061-7/+7
* | | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-061-1/+2
|\ \ \ \ | |/ / /
| * | | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-061-1/+1
| * | | Add functionality to collapse outdated diff comments regardless of discussion...Ashley Dumaine2017-09-061-0/+1
| * | | Optimize SQL queries used in Groups::GroupMembersController#create27374-groups-groupmemberscontroller-create-is-slow-due-to-sqlRubén Dávila2017-09-051-0/+1
| | |/ | |/|
| * | Merge branch 'remove-unused-code' into 'master'Rémy Coutable2017-09-041-1/+0
| |\ \
| | * | Remove unused `Project#new_default_branch` attr_accessorMehdi Lahmam2017-08-201-1/+0
* | | | Use hook for setting Pipeline config_sourceZeger-Jan van de Weg2017-09-061-6/+11
* | | | Incorporate another round of feedbackZeger-Jan van de Weg2017-09-061-1/+1
* | | | Fix boolean logic with nil valueZeger-Jan van de Weg2017-09-041-1/+1
* | | | Incorporate reviewZeger-Jan van de Weg2017-09-041-1/+2
* | | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-041-2/+21
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2017-09-011-0/+5
| |\ \ \
| * \ \ \ Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2017-08-311-2/+21
| |\ \ \ \
| | * \ \ \ Merge branch '36743-existing-repo-master' into 'master'Douwe Maan2017-08-311-2/+21
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-251-2/+21
* | | | | | Fix testsZeger-Jan van de Weg2017-09-041-1/+5
* | | | | | Form for setting project auto devops settingsZeger-Jan van de Weg2017-08-311-0/+1
* | | | | | Implement the implied CI/CD config for AutoDevOpsZeger-Jan van de Weg2017-08-311-0/+6
| |_|_|/ / |/| | | |
* | | | | Merge branch '37266-nomethoderror-undefined-method-current_application_settin...Douwe Maan2017-08-311-0/+1
|\ \ \ \ \
| * | | | | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+1
| |/ / / /
* | | | | Merge branch 'zj-disable-pages-in-subgroups' into 'master'Grzegorz Bizon2017-08-311-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't show references to Pages when not availableZeger-Jan van de Weg2017-08-311-0/+4
| |/ / /
* | | | Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-301-2/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'archived-projects-only' into 'master'Douwe Maan2017-08-241-0/+1
| |\ \ \
| | * | | Add an option to list only archived projectsMehdi Lahmam2017-08-241-0/+1
| * | | | Merge branch 'use_full_path_in_project_avatar_url_webhook' into 'master'Robert Speicher2017-08-231-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use full path of project's avatar in webhooksblackst0ne2017-08-181-1/+1
| | | |/ | | |/|
| * | | Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan2017-08-231-1/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Cache the number of open issues and merge requestsYorick Peterse2017-08-231-1/+5
| | |/
* | | Resolve feedback on the MR:Lin Jen-Shin2017-08-251-5/+1
* | | Move to Projects::HousecleaningServiceLin Jen-Shin2017-08-241-1/+1
* | | Remove unwanted refs after importing a projectLin Jen-Shin2017-08-231-1/+1
|/ /
* | Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-221-0/+4
* | Refactor project and storage typesGabriel Mazetto2017-08-221-3/+51
* | Some codestyle changes and fixes for GitLab pagesGabriel Mazetto2017-08-221-1/+2
* | Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-221-4/+2
* | Fix repository reloading in some specsGabriel Mazetto2017-08-221-0/+4
* | Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto2017-08-221-9/+15