summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed broken link [ci skip]HEADmasterPatricio Cano2015-10-311-1/+1
|
* Add 7.14-to-8.0 update guideRobert Speicher2015-09-281-0/+50
| | | | [ci skip]
* Update CHANGELOGRobert Speicher2015-09-221-1/+5
| | | | [ci skip]
* Merge branch 'master' into 'master' Kamil Trzciński2015-09-221-2/+2
|\ | | | | | | | | | | | | | | | | Update allowed_images fully-open example When using private Docker registries (e.g. docker-reg.example.com/name/image), you need to include `"*/*/*"` in `allowed_images`. See merge request !255
| * Update allowed_images fully-open example Jonathon Reinhart2015-09-221-2/+2
|/ | | | | When using private Docker registries (e.g. docker-reg.example.com/name/image), you need to include `"*/*/*"` in `allowed_images`.
* Merge branch 'backup-directory-permissions' into 'master' Kamil Trzciński2015-09-223-4/+34
|\ | | | | | | | | | | | | More export improvements See merge request !253
| * Nicer export script output with 'ls -lh'Jacob Vosmaer2015-09-221-1/+1
| |
| * Remove unnecessary tar options from restoreJacob Vosmaer2015-09-221-1/+1
| |
| * Relax permissions on backup files for exportbackup-directory-permissionsJacob Vosmaer2015-09-221-2/+0
| |
| * Add 'rake backup:show_secrets' task for exportingJacob Vosmaer2015-09-221-0/+24
| |
| * Print full path to backup after creating itJacob Vosmaer2015-09-222-1/+6
| |
| * Relax backup dir permissions for final exportJacob Vosmaer2015-09-221-0/+3
|/
* Merge branch 'ci-final-migration' into 'master' Jacob Vosmaer2015-09-212-4/+7
|\ | | | | | | | | | | | | | | | | | | | | | | Final backup fixes - Dump postgres with --no-owner and use conversion only - Execute postgres converter only when using mysql - Use gzip instead of zcat as more portable way to cat gziped file @jacobvosmaer For you to merge. See merge request !252
| * Final backup fixesKamil Trzcinski2015-09-212-4/+7
|/ | | | | | - Dump postgres with --no-owner and use conversion only - Execute postgres converter only when using mysql - Use gzip instead of zcat as more portable way to cat gziped file
* Merge branch 'export-script' into 'master' Marin Jankovski2015-09-2112-89/+546
|\ | | | | | | | | | | | | Final export script See merge request !251
| * Don't change db/schema for sessionsKamil Trzcinski2015-09-211-2/+2
| |
| * Fix taggings_idxKamil Trzcinski2015-09-212-4/+12
| |
| * Commit final schemaexport-scriptJacob Vosmaer2015-09-181-48/+48
| |
| * Refer to migration guide in (8.0) READMEJacob Vosmaer2015-09-181-1/+10
| |
| * Small converter fixesJacob Vosmaer2015-09-182-13/+1
| |
| * Remove unneeded large file as soon as possibleJacob Vosmaer2015-09-181-0/+1
| |
| * Use faster gzip compression during backupJacob Vosmaer2015-09-181-3/+3
| |
| * Integrate mysql-to-postgres conversionJacob Vosmaer2015-09-185-16/+89
| |
| * Vendor mysql-postgresql-converterJacob Vosmaer2015-09-184-0/+334
| | | | | | | | | | Source: https://github.com/gitlabhq/mysql-postgresql-converter.git Revision: dda8bc904596577ce158cf78eedfa11be2c26109
| * Add some comments in the backup scriptsJacob Vosmaer2015-09-182-0/+7
| |
| * Apply final migrations before creating backupJacob Vosmaer2015-09-183-1/+23
| |
| * Do DB dumps required for final exportJacob Vosmaer2015-09-181-20/+9
| |
| * Ensure the builds directory exists during restoreJacob Vosmaer2015-09-181-0/+1
| |
| * Make backups more space-efficientJacob Vosmaer2015-09-183-20/+45
|/
* Merge branch 'rs-fix-specs' into 'master'Robert Speicher2015-09-171-2/+2
|\ | | | | | | | | | | Remove old should syntax from spec See merge request !250
| * Remove old should syntax from specRobert Speicher2015-09-161-2/+2
|/
* Update CHANGELOGRobert Speicher2015-09-101-1/+4
|
* Merge branch 'rs-rspec3' into 'master'Valery Sizov2015-09-0862-884/+853
|\ | | | | | | | | | | | | | | RSpec 3 Updates CI's specs to be a bit more like CE's to make that transition a little easier. See merge request !246
| * Convert to RSpec3 syntax via transpecrs-rspec3Robert Speicher2015-08-3043-440/+440
| | | | | | | | | | | | | | Command: transpec -c 'bundle exec rspec spec -t ~feature' \ -o should,oneliner,should_receive
| * Use `described_class` where appropriateRobert Speicher2015-08-3023-131/+128
| |
| * Update `stub` syntax usagesRobert Speicher2015-08-309-48/+34
| |
| * Remove empty RunnerProject specRobert Speicher2015-08-301-16/+0
| |
| * Update outdated `.items` syntaxRobert Speicher2015-08-302-3/+3
| |
| * Use `eq` instead of `==` in matchersRobert Speicher2015-08-3029-215/+215
| |
| * Add `feature: true` metadata to feature specsRobert Speicher2015-08-3012-12/+12
| |
| * Don't use `raise_error` without a parameterRobert Speicher2015-08-304-6/+7
| |
| * `page.should[_not]` -> `expect(page).[not_]to`Robert Speicher2015-08-3012-65/+65
| |
| * Don't `describe` symbolsRobert Speicher2015-08-3016-54/+54
| |
| * `be_(false|true)` -> `be_(falsey|truthy)`Robert Speicher2015-08-3014-54/+54
| |
| * Update any_instance usagesRobert Speicher2015-08-307-20/+20
| |
| * Faker -> FFakerRobert Speicher2015-08-301-1/+1
| |
| * Add FuubarRobert Speicher2015-08-303-1/+10
| |
| * Make spec_helper more like CE'sRobert Speicher2015-08-303-35/+36
| |
| * Update Gemfile so it more closely matches CE'sRobert Speicher2015-08-302-44/+57
| |
| * Bump rspec-rails to 3.3.0Robert Speicher2015-08-302-46/+24
| | | | | | | | Remove guard, growl, rb-fsevent, rb-inotify