summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2017-09-011-0/+5
|\ \
| * \ 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 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
* | | | 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
* | Enable automatic hashed storage for new projects by application settingsGabriel Mazetto2017-08-221-0/+4
* | New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-221-3/+5
* | Add UUID Storage to ProjectGabriel Mazetto2017-08-221-1/+8
* | Move create_repository back to project model as we can use disk_path and shar...Gabriel Mazetto2017-08-221-0/+13
* | Codestyle: move hooks to the same place and move dependent methods to privateGabriel Mazetto2017-08-221-19/+18
|/
* Merge branch 'ee-2628-backport-to-ce' into 'master'Douwe Maan2017-08-171-6/+19
|\
| * Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/git...ee-2628-backport-to-ceTiago Botelho2017-08-171-6/+19
* | Run remove_pages in a run_after_commit blockNick Thomas2017-08-171-1/+1
* | Remove a wat in NamespacelessProjectDestroyWorkerNick Thomas2017-08-171-0/+3
* | Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-161-2/+2
|\ \
| * | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-2/+2
* | | Merge branch '34643-fix-project-path-slugify' into 'master'Rémy Coutable2017-08-161-1/+5
|\ \ \ | |_|/ |/| |
| * | Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-151-1/+5
* | | Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-151-1/+4
|\ \ \ | |/ / |/| |
| * | Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-1/+4
| |/
* | Introduce MergeRequest#write_ref and Repository#write_refLin Jen-Shin2017-08-101-3/+1
|/
* Merge branch 'add-rubocop-gitlab-security' into 'master'Robert Speicher2017-08-081-3/+3
|\
| * Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-3/+3
* | Add checks for branch existence before changing HEAD36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-oneblackst0ne2017-08-081-7/+12
|/
* Merge branch 'backport-ee-2251' into 'master'Sean McGivern2017-08-071-3/+2
|\
| * Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/25...Nick Thomas2017-08-071-3/+2