summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 '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
| |
* | Merge branch 'nav-icons' into 'master'Robert Speicher2015-08-213-2/+3
|\ \ | | | | | | | | | | | | | | | Fix navigation icons See merge request !239
| * | no messageKamil Trzcinski2015-08-211-0/+1
| | |
| * | Fix navigation iconsKamil Trzcinski2015-08-212-2/+2
| | |
* | | Merge branch 'fix-variable-saving-error' into 'master'Robert Speicher2015-08-216-5/+21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Fix variable saving error This is regression not allowing to save the variables if the variable name exists in other projects. This also fixes error rendering issue for variables, which previously was rendered on project's settings page. See merge request !237
| * | Fix specsfix-variable-saving-errorKamil Trzcinski2015-08-211-1/+1
| | |
| * | Redirect to known route instead of :backKamil Trzcinski2015-08-211-1/+1
| | |
| * | Fix spellingKamil Trzcinski2015-08-211-1/+1
| | |
| * | Update variables from within it's own controller not the project'sKamil Trzcinski2015-08-214-3/+18
| | |
| * | Fix problem with variables savingKamil Trzcinski2015-08-212-1/+2
| |/
* | Merge branch 'clojure-example' into 'master'Kamil Trzciński2015-08-213-1/+38
|\ \ | |/ |/| | | | | | | | | | | Add example for testing clojure application Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !238
| * Add example for testing clojure applicationDmitriy Zaporozhets2015-08-213-1/+38
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'variable-fix' into 'master'Robert Speicher2015-08-192-0/+4
|\ | | | | | | | | | | Require the variable key to be set and unique See merge request !234
| * Require the variable key to be set and uniquevariable-fixKamil Trzcinski2015-08-192-0/+4
| |
* | Merge branch 'fix-build-retry-stage' into 'master'Robert Speicher2015-08-192-0/+2
|\ \ | | | | | | | | | | | | | | | Add missing stage when doing retry on a build See merge request !236
| * | Add missing stage when doing retry on a buildKamil Trzcinski2015-08-192-0/+2
| |/