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-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Avoid calling freeze on already frozen strings in libDinesh Panda
2019-07-23Remove dead MySQL codeNick Thomas
None of this code can be reached any more, so it can all be removed
2019-03-18Replaced config accessDominic Renner
Replaced Settings with Gitlab.config for uniformity
2019-03-07trim empty lineFrederic Van Espen
2019-03-07Merge branch 'master' into incremental-backupsFrederic Van Espen
2019-03-07fix option testFrederic Van Espen
2019-03-07introduce optional rsyncable flagFrederic Van Espen
2019-02-06Add convenience methods for creating project and Wiki repositoriesStan Hu
This makes it easier to access other project arguments in the future.
2019-02-06Send project name with Gitaly repository requestsStan Hu
When hashed storage is in use, it's helpful to have the project name associated with the request. Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
2019-01-17Modify file restore to rectify tar issueJason Colyer
Fixed typo in run_pipeline! function -> Open3.pieline to Open3.pipeline
2019-01-17Modify file restore to rectify tar issueJason Colyer
Adjusted run_pipeline! function to match rubocop syntax requirements Adjusted run_pipeline! function to use variable instead of string interpolation
2019-01-17Modify file restore to rectify tar issueJason Colyer
Changed run_pipeline! function to have use $ in regex Changed run_pipeline! function to use Open3.pipeline instead of Open3.pipeline_start
2019-01-16Modified files.rb to handle tar errorJason Colyer
Changed the run_pipeline! function to instead use Open3.pipeline_start In doing so, the code is able to grab the last STDERR. In the case where the error is the one from older tar versions (relating to ./), it will not raise a Backup::Error. All other instances of command failure will result in Backup::Error being raised.
2019-01-09Add SSE-C key configuration option for Amazon S3 remote backupsPepijn Van Eeckhoudt
2018-12-27fix code styleFrederic Van Espen
2018-12-26set the --rsyncable option for gzipFrederic Van Espen
2018-12-26Allow to override part of the backup filenameFrederic Van Espen
2018-12-21Avoid extra storage bucket perm and queryMichael Kozono
Specifically, the `ListAllMyBuckets` permission. This works if you know the directory exists. See more: * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23981 * https://stackoverflow.com/a/12288581/1992201
2018-12-13Restore Object Pools when restoring an object poolZeger-Jan van de Weg
Pool repositories are persisted in the database, and when the DB is restored, the data need to be restored on disk. This is done by resetting the state machine and rescheduling the object pool creation. This is not an exact replica of the state like at the time of the creation of the backup. However, the data is consistent again. Dumping isn't required as internally GitLab uses git bundles which bundle all refs and include all objects in the bundle that they require, reduplicating as more repositories get backed up. This does require more data to be stored. Fixes https://gitlab.com/gitlab-org/gitaly/issues/1355
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-10-05Add installation type to backup information fileBalasankar "Balu" C
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
2018-07-31Remove feature flags from lib/backupZeger-Jan van de Weg
Moved to OPT_OUT in 7d14b725a0da41d1ae7c0a8496b5e66832023e3b, Now, by removing the feature gates, this is an mandatory feature. Related issues: - https://gitlab.com/gitlab-org/gitaly/issues/526 - https://gitlab.com/gitlab-org/gitaly/issues/1194 Closes https://gitlab.com/gitlab-org/gitaly/issues/749 Closes https://gitlab.com/gitlab-org/gitaly/issues/1212 Closes https://gitlab.com/gitlab-org/gitaly/issues/1195
2018-06-25Move repo backup RPC's to opt-outJacob Vosmaer
2018-06-21Restore custom hooks for wikiAhmad Hassan
2018-06-20Move backup custom hooks up a levelAhmad Hassan
2018-06-19Output done for wiki and repoAhmad Hassan
2018-06-15Migrate repo backup to gitalyAhmad Hassan
2018-06-08Merge branch 'use-restore-custom-hooks-gitaly' into 'master'Douwe Maan
Use RestoreCustomHooks RPC in restore rake task See merge request gitlab-org/gitlab-ce!19370
2018-06-07Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan
2018-06-07Consistently use tar lookup functionJacob Vosmaer
2018-06-05Find and mark more Git disk access locationsJacob Vosmaer (GitLab)
2018-05-28Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)
2018-05-24Merge branch 'migrate-restore-repo-to-gitaly' into 'master'Douwe Maan
Use gitaly repository_service.CreateRepositoryFromBundle to restore (rake task) Closes charts/gitlab#390 See merge request gitlab-org/gitlab-ce!18644
2018-05-24Fix backup creation and restore for specific Rake tasksStan Hu
2018-05-24Remove unneeded gitaly_migrate functionAhmad Hassan
2018-05-23Take restoring custom hooks and the skip flag out of scopeAhmad Hassan
2018-05-21Remove gitaly_migrate blocks and replace by early returnAhmad Hassan
2018-05-18Move restore_custom_hooks to its seperate functionAhmad Hassan
2018-05-17Return from prepare directory if gitaly skip is enabledAhmad Hassan
2018-05-17Call path_to_repo only when using gitalyAhmad Hassan
2018-05-16Link to upstream gitaly issues for the missing restore pathsDJ Mountney
2018-05-15Fix the paths for wiki restoreDJ Mountney
2018-05-15Output project name before restoring each project repoDJ Mountney
2018-05-15Remove hooks restore that is no longer necessaryDJ Mountney
2018-05-15Add back some of the non-gitaly restore functionality behind gatesDJ Mountney