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
2018-06-28Fix static analysis failureDJ Mountney
2018-06-27Update tests for gitlab:db:configureDJ Mountney
2018-06-15Add timestamps to gitlab-rake gitlab:backup:restoreWill Chandler
Adds a new method 'puts_time' that prepends the time of a message when printing it. All instances of 'progress.puts' in the gitlab:backup:restore tasks are replaced with puts_time. Example output: 2018-06-03 16:33:25 -0400 -- Restoring uploads .. Closes #46448
2018-06-12Find and mark more Git disk access locations, part 2Jacob Vosmaer
2018-06-07Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto
2018-06-05Find and mark more Git disk access locationsJacob Vosmaer (GitLab)
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-29Specs covering listing all gitlab:storage:* typesGabriel Mazetto
2018-05-24Fix backup creation and restore for specific Rake tasksStan Hu
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-04-10Allow `rake cache:clear` clearing pipeline status cacheLin Jen-Shin
* Use the correct key prefix * Clear old cache keys TODO: At some point we could remove clearing old cache keys.
2018-04-02fix the rake task from being to strict about GroupMicaël Bergeron
2018-03-30apply feedbackMicaël Bergeron
2018-03-29fix a future conflictMicaël Bergeron
2018-03-29fix rake migration task from ignoring Upload(store: nil)Micaël Bergeron
2018-03-27Merge branch '40781-os-to-ce' into 'master'Sean McGivern
Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
2018-03-22fix the failing specsMicaël Bergeron
2018-03-22Backport EE changesMicaël Bergeron
2018-03-22Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-03-08Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron
2018-03-08[cherry-pick] '4862-verify-file-checksums'Sean McGivern
See merge request gitlab-org/gitlab-ee!4753
2018-03-07Implement foreground verification of CI artifactsNick Thomas
2018-03-06Fix tests by latest proposal changesShinya Maeda
2018-03-06Fix rake task to use corrrect SQLShinya Maeda
2018-03-02Foreground verification of uploads and LFS objectsNick Thomas
2018-03-01another round of fixesMicaël Bergeron
2018-02-28Merge remote-tracking branch 'origin/master' into ↵Kamil Trzciński
object-storage-ee-to-ce-backport
2018-02-28Merge commit '8af23def1d6' into object-storage-ee-to-ce-backportKamil Trzciński
2018-02-28Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
2018-02-28Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into ↵Kamil Trzciński
object-storage-ee-to-ce-backport
2018-02-28Merge branch 'zj-multiple-artifacts-ee' into 'master'Grzegorz Bizon
Multiple artifacts ee See merge request gitlab-org/gitlab-ee!3276
2018-02-28Merge commit '7fabc892f251740dbd9a4755baede662e6854870' into ↵Kamil Trzciński
object-storage-ee-to-ce-backport
2018-02-28Merge commit 'f2f58a60b76acd479e37bdbc9246ec9f9b2bea82' into ↵Kamil Trzciński
object-storage-ee-to-ce-backport
2018-02-28Merge commit '11c67e7c2f992299ff5918ce67995b73d1e0be6d' into ↵Kamil Trzciński
object-storage-ee-to-ce-backport
2018-02-28Merge branch 'jej/lfs-object-storage' into 'master'Douwe Maan
Can migrate LFS objects to S3 style object storage Closes #2841 See merge request !2760
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-02-2136847 - update toml-rb to 1.0.0Ken
36847 - add changelog
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-30Merge branch '41972-make-sure-no-warnings' into 'master'Robert Speicher
Fail static-analysis if there's output to stderr Closes #41972 See merge request gitlab-org/gitlab-ce!16648
2018-01-26Pass BUNDLE_PATH to install to the same path for testLin Jen-Shin
2018-01-26Eliminate the warnings from task helpersLin Jen-Shin
2018-01-09Refactoring spec for the gitlab:uploads:check rake taskDouglas Barbosa Alexandre
2018-01-09Make Rubocop happyDouglas Barbosa Alexandre
2018-01-09Add spec for gitlab:uploads rake tasksDouglas Barbosa Alexandre
2018-01-04refactor spec, add docsJames Lopez
2018-01-04add lock specsJames Lopez
2018-01-04add locks chekJames Lopez
2018-01-04fix specJames Lopez
2018-01-04add new git fsck rake task and specJames Lopez