summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Synchronize the default branch when updating a remote mirrorDouglas Barbosa Alexandre2018-09-101-0/+6
* Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan2018-09-071-16/+10
|\
| * refactor code based on feedbackJames Lopez2018-09-071-3/+3
| * refactor code based on feedbackJames Lopez2018-09-071-4/+8
| * Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-16/+6
* | Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński2018-09-061-2/+1
|\ \ | |/
| * Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets2018-09-051-2/+1
| |\
| | * Refactor: move active hook filter to TriggerableHooksDuana Saskia2018-09-051-1/+1
| | * Filter project hooks by branchDuana Saskia2018-08-131-2/+1
* | | Import common metrics into database.Kamil Trzciński2018-09-041-0/+2
|/ /
* | Merge branch '50441-high-number-of-statement-timeouts-in-groupdestroyworker-d...Nick Thomas2018-08-281-2/+6
|\ \
| * | don't trigger project deletion hooks twice when removing a groupGabriel Mazetto2018-08-261-3/+2
| * | Move wiki statistics deletion to after_destroyGabriel Mazetto2018-08-241-2/+7
* | | Rename feature flag to skip_hashed_storage_upgrade to be less confusing50345-hashed-storage-feature-flagGabriel Mazetto2018-08-221-1/+1
* | | Add FeatureFlag to disable hashed storage migration when renamingGabriel Mazetto2018-08-221-1/+7
|/ /
* | Remove Gemnasium serviceGilbert Roulot2018-08-201-1/+0
* | Refactor AutocompleteControllerdefine-abstraction-levelsYorick Peterse2018-08-201-0/+21
* | Resolve "Enable Auto DevOps instance-wide on GitLab.com"Dylan Griffith2018-08-161-3/+5
|/
* Merge branch '28930-add-project-reference-filter' into 'master'Sean McGivern2018-08-101-0/+22
|\
| * Add back the Project#to_reference_with_postfix function since it can be used ...Reuben Pereira2018-07-051-0/+4
| * Remove the restriction preventing project references with text adjacent to th...Reuben Pereira2018-07-041-2/+0
| * Remove the Project#to_reference_with_postfix method since it is only used in ...Reuben Pereira2018-07-031-4/+0
| * Use literal '>' as escaped form of '>'Reuben Pereira2018-07-031-1/+5
| * Correct the comment above the Project.markdown_reference_pattern methodReuben Pereira2018-07-031-2/+2
| * Add a comment explaining the need to check for the escaped form of '>' when s...Reuben Pereira2018-06-301-0/+2
| * A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-301-0/+18
* | Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-061-0/+4
* | Merge branch 'sh-support-bitbucket-server-import' into 'master'Tim Zallmann2018-08-061-0/+2
|\ \
| * \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-311-0/+4
| |\ \
| * \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-271-3/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-251-0/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-171-4/+7
| |\ \ \ \ \
| * | | | | | Add first rev of Bitbucket Server importer testStan Hu2018-07-151-0/+2
* | | | | | | Merge branch 'jr-archive-hook' into 'master'Nick Thomas2018-08-061-8/+0
|\ \ \ \ \ \ \
| * | | | | | | Use Projects::UpdateService to archive projectsJames Ramsay2018-08-031-8/+0
* | | | | | | | Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ...Valery Sizov2018-08-031-37/+45
|/ / / / / / /
* | | | | | | Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | | | | | | | Add repository languages for projectsZeger-Jan van de Weg2018-08-011-0/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Create GPG commit signature in bulkFrancisco Javier López2018-07-301-0/+4
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'stop-dynamic-routable-creation' into 'master'Douwe Maan2018-07-271-3/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-3/+0
| | |_|/ / | |/| | |
* | | | | Added SiteStatistics as counter cache for Projects and WikisGabriel Mazetto2018-07-241-0/+5
|/ / / /
* | | | Add min_access_level filter to projects APIMarko, Peter2018-07-231-0/+1
* | | | Merge branch 'hangouts_chat_integration' into 'master'Sean McGivern2018-07-231-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Add dummy Google Hangouts Chat integrationKukovskii Vladimir2018-07-141-0/+1
| |/ /
* | | Add cross-link to N+1 issueJacob Vosmaer2018-07-171-0/+1
* | | Migrate merge base, merged branches, write refJacob Vosmaer (GitLab)2018-07-171-4/+6
|/ /
* | Improve project build time setting validationGrzegorz Bizon2018-07-121-2/+4
* | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-3/+4