summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Migrate tablesmigrate-tables-to-ci-prefixKamil Trzcinski2015-09-1821-68/+115
| | | | | | | | Revert some Make it work Migrate tags and taggings to
* 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
|
* Merge branch 'build-triggers' into 'master'Robert Speicher2015-08-2141-113/+814
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement build trigger API This commit implements Build Triggers. There are changes to API request: - Due to security advised method to pass trigger token is to use form data - Advised method to pass variables is to use form data TODO: - [x] Implement API - [x] Implement UI - [x] Dimitriy and Valery review - [x] Write specs - [x] Write documentation - [x] Job documentation review See merge request !229
| * 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 ↵Kamil Trzcinski2015-08-212-2/+5
| | | | | | | | information, but without the created builds
| * 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
| |