Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-31Merge branch '3674-hashed-storage-attachments' into 'master'Douwe Maan
Hashed Storage support for Attachments See merge request gitlab-org/gitlab-ce!15068
2017-10-31Merge branch 'add-packagist-project-service' into 'master'Kamil Trzciński
Add Packagist project service See merge request gitlab-org/gitlab-ce!14493
2017-10-31Make `#hashed_storage?` require feature argumentGabriel Mazetto
2017-10-31Code Style changes and `hashed_storage?` now receives optional featureGabriel Mazetto
2017-10-27Moved renaming operations to storage layer abstractionGabriel Mazetto
When project storage_version is `2` means attachments are using hashed storage.
2017-10-13Add Packagist project serviceMatt Coleman
2017-10-11Fix spinach featuresBob Van Landuyt
And several other failures
2017-10-10Merge branch 'master' into bvl-group-treesBob Van Landuyt
2017-10-10Move the `ancestors_upto` to `Project` and `Namespace`Bob Van Landuyt
2017-10-10Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan
Resolve "Private Avatars are not CDN compatible" Closes #38245 and gitlab-com/support-forum#2476 See merge request gitlab-org/gitlab-ce!14443
2017-10-09Fix for Lint Error + Upload TestTim Zallmann
2017-10-07Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan
Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688
2017-10-07Add a project forks spec helperBob Van Landuyt
The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
2017-10-07Allow creating merge requests across forks of a projectBob Van Landuyt
2017-10-07Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-10-06Create idea of read-only databaseToon Claes
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
2017-10-06Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-05Add CI build trace sections extractorAlessio Caiazza
2017-10-05Gitaly namespace service enabled for GitLabZeger-Jan van de Weg
2017-10-05Use `alias_attribute` & `alias_method` to define parent-methodsBob Van Landuyt
2017-10-04Updated messages and noticesKamil Trzcinski
2017-10-03Merge branch 'ff_port_from_ee' into 'master'Sean McGivern
Move Fast-Forward Merge to CE See merge request gitlab-org/gitlab-ce!14272
2017-10-02Fix gitlab-rake gitlab:import:repos taskStan Hu
Because of a change in GitLab 9.5.4 to prevent users from assuming control of a repository already on disk, the import task broke. Imports would fail with the message, "There is already a repository with that name on disk". This change skips the validation when the import is done from the command-line. Closes #37682
2017-10-02Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov
2017-09-29Create repositories via GitalyJacob Vosmaer
2017-09-29Merge branch 'master' into ff_port_from_eeEric Eastwood
Conflicts: app/models/project.rb db/schema.rb
2017-09-28Add support to migrate existing projects to Hashed Storage asyncGabriel Mazetto
2017-09-20Add spec for Project#merge_methodValery Sizov
It should be deleted from EE side when doing CE->EE merge!
2017-09-14Memoize pipelines for project download buttonsYorick Peterse
This adds Project#latest_successful_pipeline_for and Project#latest_successful_pipeline_for_default_branch. The 2nd method memoizes the result (taking nil values into account) to ensure the underlying query isn't executed multiple times when viewing a project's homepage. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878#note_40073607 for more information.
2017-09-07Add has_auto_devops_implicitly_disabledKamil Trzcinski
2017-09-06Add tests to cover all introduced changesKamil Trzcinski
2017-09-06Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg
2017-09-05Optimize SQL queries used in Groups::GroupMembersController#createRubén Dávila
The following optimizations were performed: - Add new association to GroupMember and ProjectMember This new association will allow us to check if a user is a member of a Project or Group through a single query instead of two. - Optimize retrieving of Members when adding multiple Users
2017-09-04Incorporate reviewZeger-Jan van de Weg
2017-09-01Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2017-08-31Merge branch 'zj-disable-pages-in-subgroups' into 'master'Grzegorz Bizon
Don't show references to Pages when not available Closes #34864 See merge request !13888
2017-08-31Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski
2017-08-31Don't show references to Pages when not availableZeger-Jan van de Weg
In this instance its subgroups, and given we can't deploy it, we shouldn't allow it to be shown. Fixes gitlab-org/gitlab-ce#34864
2017-08-28Fix testsLin Jen-Shin
2017-08-25Prevent new / renamed project from using a repository path that already ↵Gabriel Mazetto
exists on disk There are some redundancies in the validation steps, and that is to preserve current error messages behavior Also few specs have to be changed in order to fix madness in validation logic.
2017-08-24Move to Projects::HousecleaningServiceLin Jen-Shin
2017-08-23Add changelog and testsLin Jen-Shin
2017-08-22Make sure repository's removal work for legacy and hashed storagesGabriel Mazetto
2017-08-22Use `@hashed` prefix for hashed paths on disk, to avoid collision with ↵Gabriel Mazetto
existing ones
2017-08-22Refactor project and storage typesGabriel Mazetto
2017-08-22Some codestyle changes and fixes for GitLab pagesGabriel Mazetto
2017-08-22Removed some useless code, codestyle changes and removed an indexGabriel Mazetto
2017-08-22Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto
Using `extend` dynamically can lead to bad performance as it invalidates the method's cache.
2017-08-22New storage is now "Hashed" instead of "UUID"Gabriel Mazetto
2017-08-17Merge branch 'ee-2628-backport-to-ce' into 'master'Douwe Maan
Backports EE mirror stuck handling feature… See merge request !13627