gitlab-org--gitlab-foss/lib
Jacob Vosmaer 346b074979 Don't stop if database.sql.gz already exists
The existing behavior of the backups is to overwrite whatever data
was still there in the scratch directories. This broke when we added
a 'gzip' step because 'gzip database.sql' will fail if 'database.sql.gz'
already exists. Doing 'rm -f database.sql.gz' before the 'gzip'
avoids this failure.
2015-07-21 10:37:27 +02:00
..
api Merge branch 'merge-request-wip-information' into 'master' 2015-07-15 01:13:05 +00:00
assets
backup Don't stop if database.sql.gz already exists 2015-07-21 10:37:27 +02:00
gitlab GoogleCode importer: Do not care about casing of image file extensions 2015-07-20 00:53:43 +02:00
omni_auth Add reset_session for the :reset_session strategy. 2015-04-24 20:10:32 +02:00
redcarpet/render Fix typo. 2015-06-02 13:21:34 +02:00
support Merge pull request #9400 from tuxillo/patch-1 2015-07-20 11:45:34 +02:00
tasks use teaspoon instead of jasmine for testing javascript 2015-07-08 17:46:51 +02:00
disable_email_interceptor.rb Add email interceptor to prevent mail sending if email sending is disabled. 2014-10-27 13:05:50 +01:00
email_validator.rb More rubocop rules enable 2015-02-02 21:31:03 -08:00
event_filter.rb Add parenthesis to function def with arguments. 2014-10-03 09:18:46 +02:00
extracts_path.rb Extract the longest-matching ref from a commit path when multiple matches occur 2015-07-01 07:01:59 -07:00
file_size_validator.rb Support configurable attachment size via Application Settings 2015-04-02 00:04:08 -07:00
gitlab.rb Add lib/gitlab.rb to autoload non-conventional paths 2015-04-09 14:19:25 -04:00
gt_one_coercion.rb diff unfold 2014-08-14 15:48:14 +04:00
repository_cache.rb Store commit count in project table 2015-07-17 15:22:56 +02:00
static_model.rb
unfold_form.rb diff unfold 2014-08-14 15:48:14 +04:00
version_check.rb Replace host with real one 2015-05-11 18:21:45 +03:00