summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Merge branch 'fix-commits-ordering-for-postgresql' into 'master'Robert Speicher2015-09-053-1/+22
|\ \ | | | | | | | | | | | | | | | Fix commits ordering when using PostgreSQL See merge request !243
| * | Fix commits ordering when using PostgreSQLfix-commits-ordering-for-postgresqlKamil Trzcinski2015-08-263-1/+22
| |/
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciMarin Jankovski2015-09-021-0/+45
|\ \
| * \ Merge branch '7-14-update-docs' into 'master'Robert Speicher2015-09-011-0/+45
| |\ \ | | |/ | |/| | | | | | | | | | Added 7.14 update docs See merge request !247
| | * Added 7.14 update docs7-14-update-docsKamil Trzcinski2015-09-011-0/+45
| |/
* | Merge branch 'note-to-docs' into 'master' Job van der Voort2015-08-311-0/+3
|\ \ | |/ |/| | | | | | | | | | | | | Added note about using CI without GitLab Because of tweet https://twitter.com/davidlorand/status/635192133557874688 cc/ @sytse @kamil See merge request !168
| * changed wordkaren Carias2015-08-281-1/+1
| |
| * added note about using CI without GitLabkaren Carias2015-08-271-1/+1
| |
| * added note about using CI without GitLabkaren Carias2015-08-271-1/+1
| |
| * added note about using CI without GitLabkaren Carias2015-08-271-0/+3
|/
* Merge branch 'rs-changelog-8-0' into 'master'Robert Speicher2015-08-241-1/+3
|\ | | | | | | | | | | | | | | Add unreleased 8.0 entry to CHANGELOG [ci skip] See merge request !242
| * Add unreleased 8.0 entry to CHANGELOGRobert Speicher2015-08-241-1/+3
| |
* | Merge branch 'ordering-issue' into 'master'Robert Speicher2015-08-244-2/+9
|\ \ | |/ |/| | | | | | | | | | | | | | | Order commits by committed_at and id This needs to be done that way, because the committed_at can be null for some pretty old commits. This is needed to resolve the issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/2339 See merge request !240
| * Order commits by committed_at and idKamil Trzcinski2015-08-244-3/+12
| | | | | | | | This needs to be done that way, because the committed_at can be null for some pretty old commits.
* | Merge branch 'skipped-svg' into 'master'Robert Speicher2015-08-242-1/+5
|\ \ | |/ |/| | | | | | | Fix skipped svg See merge request !241
| * Fix skipped svgKamil Trzcinski2015-08-242-1/+5
|/
* Bump to 8.0.0.preKamil Trzcinski2015-08-241-1/+1
|