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
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
2019-04-30Remove deprecated uses of attribute_changed?Heinrich Lee Yu
Prepares us for upgrade to Rails 5.2
2019-04-23Upgrade Rails to 5.1.6.1Jasper Maes
Model.new.attributes now also returns encrypted attributes.
2019-04-23Remove unused codeMichael Kozono
2018-12-06Remove unnecessary includes of ShellAdapterStan Hu
Determined by running the script: ``` included = `git grep --name-only ShellAdapter`.chomp.split("\n") used = `git grep --name-only gitlab_shell`.chomp.split("\n") included - used ```
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-02Improve logging when username update fails due to registry tagsStan Hu
When a user cannot be renamed due to existing container registry tags, log the namespace and an example project that has tags.
2018-09-06Refactor code to remove object storage flag from Import/ExportJames Lopez
Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-07-27Merge branch 'stop-dynamic-routable-creation' into 'master'Douwe Maan
Stop building Route rows on the fly See merge request gitlab-org/gitlab-ce!20313
2018-07-26Fix namespace move callback behavior, especially to fix Geo replication of ↵Michael Kozono
namespace moves during certain exceptions
2018-07-25Remove code for dynamically generating routesYorick Peterse
This adds a database migration that creates routes for any projects and namespaces that don't already have one. We also remove the runtime code for dynamically creating routes, as this is no longer necessary.
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
2018-03-14Appease Metrics/AbcSize copMichael Kozono
2018-03-14Ensure data integrityMichael Kozono
2018-03-14Fix moving local files during namespace transferMichael Kozono
2018-02-0631885 - Ability to transfer a single group to another groupMayra Cabrera
2018-02-05Fix export removal for hashed-storage projects within a renamed or deleted ↵Nick Thomas
namespace
2018-01-03Write projects config to all projects inside namespace in batchesDouglas Barbosa Alexandre
2018-01-03Update project full path in .git/config when renaming namespaceDouglas Barbosa Alexandre
2017-10-18Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
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-22Add UUID Storage to ProjectGabriel Mazetto
2017-08-22Move create_repository back to project model as we can use disk_path and ↵Gabriel Mazetto
share it
2017-08-01Small refactor in LegacyNamespace and moved back send_update_instructionsGabriel Mazetto
2017-08-01Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-08-01Move storage specific code from Namespace and Project to concernsGabriel Mazetto