summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Migrate tablesmigrate-tables-to-ci-prefixKamil Trzcinski2015-09-1821-68/+115
* Merge branch 'rs-fix-specs' into 'master'Robert Speicher2015-09-171-2/+2
|\
| * 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
|\
| * Convert to RSpec3 syntax via transpecrs-rspec3Robert Speicher2015-08-3043-440/+440
| * 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
* | Merge branch 'fix-commits-ordering-for-postgresql' into 'master'Robert Speicher2015-09-053-1/+22
|\ \
| * | 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 docs7-14-update-docsKamil Trzcinski2015-09-011-0/+45
| |/
* | Merge branch 'note-to-docs' into 'master' Job van der Voort2015-08-311-0/+3
|\ \ | |/ |/|
| * 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 CHANGELOGRobert Speicher2015-08-241-1/+3
* | Merge branch 'ordering-issue' into 'master'Robert Speicher2015-08-244-2/+9
|\ \ | |/ |/|
| * Order commits by committed_at and idKamil Trzcinski2015-08-244-3/+12
* | Merge branch 'skipped-svg' into 'master'Robert Speicher2015-08-242-1/+5
|\ \ | |/ |/|
| * Fix skipped svgKamil Trzcinski2015-08-242-1/+5
|/
* Bump to 8.0.0.preKamil Trzcinski2015-08-241-1/+1
* Merge branch 'build-triggers' into 'master'Robert Speicher2015-08-2141-113/+814
|\
| * Added TriggerController specsbuild-triggersKamil Trzcinski2015-08-212-1/+27
| * Nice icon for triggersKamil Trzcinski2015-08-211-1/+1
| * Update CHANGELOGKamil Trzcinski2015-08-211-0/+1
| * Fix specsKamil Trzcinski2015-08-211-1/+2
| * Retrigger builds with [ci skip]Kamil Trzcinski2015-08-212-3/+19
| * API for trigger when requested returns trigger request with commit informatio...Kamil Trzcinski2015-08-212-2/+5
| * Added CreateTriggerRequestService specsKamil Trzcinski2015-08-213-2/+63
| * Create specs for build triggersKamil Trzcinski2015-08-216-10/+191
| * Initial support for build triggersKamil Trzcinski2015-08-2129-97/+490
| * Add committed_at to commits to properly order last commit (the force push issue)Kamil Trzcinski2015-08-2110-10/+29