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
2015-11-19Add lfs to backup specs.Marin Jankovski
2015-11-18Specs that failed before the fix.Marin Jankovski
2015-11-10Implement Build ArtifactsKamil Trzcinski
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
2015-10-06One more backup spec fixJacob Vosmaer
Stop the 'uploads' part from actually running.
2015-10-06Spec fixes for new backup contentsJacob Vosmaer
2015-10-04Fix rubocop warnings in spec/lib and spec/tasksGuilherme Garnier
2015-09-16Fix backup testsKamil Trzcinski
2015-09-15Fix: tasks/gitlab/backup_rake_spec.rbKamil Trzcinski
2015-09-15Cleanup CI backup => migrate with GitLabKamil Trzcinski
2015-07-24Use a separate backup test directory and nuke its contentsJacob Vosmaer
2015-07-24Create more backups during backup testsJacob Vosmaer
I hope this makes the backup tests more reliable.
2015-07-10Use a loop when enabling subtasksJacob Vosmaer
2015-07-09Remove rake task re-enabling into a methodJacob Vosmaer
2015-07-08More hacks to get the specs working againJacob Vosmaer
2015-07-07Add tests for custom backup archive file permissionsJacob Vosmaer
2015-06-23Fix rubocop issues after merge of recent masterDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Change `to_not` calls to `not_to`Robert Speicher
Both work, but now we're consistent across the entire app.
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-04-03Merge branch 'fix-backup-spec-regexp' into 'master'Douwe Maan
Improve regexp to prevent false positives If a filename happened to contain "db" and enough "rwx" characters before, then this test would previously fail. For example: ``` drwxr-xr-x gitlab-runner/gitlab-runner 0 2015-04-02 07:46 uploads/tmp/cassidy.stokes8477/gitlabhq/36d972fa55d6b44810fc6fd843473adb/ ``` Adding a space before the "db" match string tightens up the regexp and reduces the chance of an unintended match. See merge request !489
2015-04-02Improve regexp to prevent false positivesStan Hu
If a filename happened to contain "db" and enough "rwx" characters before, then this test would previously fail. For example: ``` drwxr-xr-x gitlab-runner/gitlab-runner 0 2015-04-02 07:46 uploads/tmp/cassidy.stokes8477/gitlabhq/36d972fa55d6b44810fc6fd843473adb/ ``` Adding a space before the "db" match string tightens up the regexp and reduces the chance of unintended match.
2015-04-02ability to skip some items in backupValery Sizov
2015-03-28Don't use chmod_R for backup tarsVinnie Okada
When creating backup tar files, only change permissions on the `db`, `uploads`, and `repositories` directories, not their contents.
2015-03-18Change permissions on backup filesVinnie Okada
Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.
2015-03-17Revert "Merge branch 'backup-permissions' into 'master'"Dmitriy Zaporozhets
This reverts commit c42262b43b009af990e5769840391862d64a1c2d, reversing changes made to c6586b1283a94c8f08bc669f4d8a9384b263073e.
2015-03-15Change permissions on backup filesVinnie Okada
Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-12-04Add rake task for google schema whitelisting.Marin Jankovski
2014-02-28Make backup version blocker test more robustJacob Vosmaer
Assuming that VERSION != VERSION.reverse is not robust. This will fail at e.g. version 6.6.6.
2014-02-28Use VERSION contanst in backup specsJacob Vosmaer
2014-01-15Fix deprecation in specsAndrew Kumanyaev
From https://github.com/gitlabhq/gitlabhq/pull/6053
2014-01-15Revert "Fix deprecation in specs"Dmitriy Zaporozhets
This reverts commit 414ead57ee294618e73ef62f521b11d98fdce3a0.
2014-01-14Fix deprecation in specsAndrew Kumanyaev
DEPRECATION: `expect { }.not_to raise_error(SpecificErrorClass)` is deprecated. Use `expect { }.not_to raise_error` (with no args) instead. Called from /home/travis/build/gitlabhq/gitlabhq/spec/tasks/gitlab/backup_rake_spec.rb:42:in `block (4 levels) in <top (required)>'.
2013-07-29Fix typosJohannes Schleifenbaum
2013-05-05Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev
2012-12-25Fix routing issues when navigating over tree, commits etcDmitriy Zaporozhets
2012-12-21Fixed testsDmitriy Zaporozhets
2012-11-20Stub for Dir.chdir as it is not neededHugo Duksis
2012-11-20tests for issue #1984Hugo Duksis