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-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-10-18Stub ENV in the backup task spec fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-21Adds EE tag detection to remove_old in gitlab backup.Tiago Botelho
2017-09-20Tighten up remove_old regex from gitlab backup manager.Tiago Botelho
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-29Fix Rubocop offenseMichael Kozono
2017-07-29Protect backups from stale cache for repo existsMichael Kozono
2017-07-27Merge branch '34319-remove-useless-type-definitions-from-specs' into 'master'Robert Speicher
Remove superfluous tags in RSpec examples. Closes #34319 See merge request !12754
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Support custom directory in gitlab:backup:create taskMarkus Koller
2017-06-07refactor code and specJames Lopez
2017-06-07fix spec and added changelogJames Lopez
2017-06-07fix spec and added changelogJames Lopez
2017-06-07add more spec examplesJames Lopez
2017-06-07add repository specJames Lopez
2017-05-23Fix testsAchilleas Pipinellis
2017-05-23Add tests for removing old backups with the new timestampAchilleas Pipinellis
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-09Restore backup correctly when "BACKUP" environment variable is passedAdam Niedzielski
2016-12-07Fix Backup::Manager#remove_oldSean McGivern