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 (Expand)Author
2023-02-20Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot
2022-08-18Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2022-03-18Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2022-01-20Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2020-11-03Add latest changes from gitlab-org/gitlab@13-5-stable-eeGitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-07-23Remove dead MySQL codeNick Thomas
2019-03-07introduce optional rsyncable flagFrederic Van Espen
2018-12-26set the --rsyncable option for gzipFrederic Van Espen
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-06-05Find and mark more Git disk access locationsJacob Vosmaer (GitLab)
2018-05-24Fix backup creation and restore for specific Rake tasksStan Hu
2018-01-11Adds Rubocop rule for line break around conditionalsπŸ™ˆ jacopo beschi πŸ™‰
2017-04-05Database SSL support for backup script.Guillaume
2017-02-23Don’t exclude some file in lib from rubocopDouwe Maan
2016-06-03Replace colorize gem with rainbow.Connor Shea
2015-10-06Remove superfluous mkdir -pJacob Vosmaer
2015-10-06Keep old path: db/database.sql.gzJacob Vosmaer
2015-10-06Reduce disk IO during SQL backupJacob Vosmaer
2015-09-18add pg_schema to backup configValery Sizov
2015-08-21Do not delete the SQL dump too earlyJacob Vosmaer
2015-08-12Workaround the warnings emitted by MySQL 5.6 regarding password on theTed Strzalkowski
2015-07-30Stricter mkdir's in 'rake gitlab:backup:create'Jacob Vosmaer
2015-07-29Set internal backup directory modes on createJacob Vosmaer
2015-07-21Don't stop if database.sql.gz already existsJacob Vosmaer
2015-07-08Merge branch 'improve-postgres-restore-cleaning' into 'master' Dmitriy Zaporozhets
2015-07-07Use native Postgres database cleaning during backup restoreJacob Vosmaer
2015-07-06Compress database backupKamil Trzcinski
2014-11-20Add CRON=1 backup setting for quiet backupsJacob Vosmaer
2014-10-28Drop all Postgres sequences during backup restoreJacob Vosmaer
2014-10-01Fail harder in the backup scriptJacob Vosmaer
2014-03-28Drop all tables before restoring a PostgreSQL DBJacob Vosmaer
2014-02-26Empty the database during Postgres backup restoreJacob Vosmaer
2014-01-23Report failure of DB backup commandsJacob Vosmaer
2013-11-06Remove Bourne shell from backup codeJacob Vosmaer
2013-11-05Revert "More escaping"Dmitriy Zaporozhets
2013-11-05More escapingNigel Kukard
2013-06-10Fix PostgreSQL database restoration problem (#4217)andrewwutw
2013-05-07Fix errors during backup task. Fix #3785Axilleas Pipinellis
2013-04-05refactor backup/restoreDmitriy Zaporozhets