An error occurred fetching the project authors.
- 14 Sep, 2020 1 commit
-
-
Will Chandler authored
Add '--exclude' for tmp directories in located in paths included in backups. Currently a backup job may fail due to a file or directory within a tmp dir being removed during the backup. This change adds a new 'exclude' optional parameter to Backup::Files to indicate directories that should not be included in backups. This should prevent changes in temporary files from breaking backups and also stop unneeded files from being included in the backup archive.
-
- 23 Jun, 2020 1 commit
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching, reference: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode This commit stops using RSpec monkey patching in several specs.
-
- 09 Dec, 2019 1 commit
-
-
James Fargher authored
Ran: bundle exec rubocop --only RSpec/EmptyLineAfterFinalLet -a \ spec/services/ spec/lib/
-
- 26 Jul, 2019 1 commit
-
-
Thong Kuah authored
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- 18 Mar, 2019 1 commit
-
-
Dominic Renner authored
Replaced Settings with Gitlab.config for uniformity
-