Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to RSpec3 syntax via transpecrs-rspec3 | Robert Speicher | 2015-08-30 | 43 | -440/+440 |
| | | | | | | | Command: transpec -c 'bundle exec rspec spec -t ~feature' \ -o should,oneliner,should_receive | ||||
* | Use `described_class` where appropriate | Robert Speicher | 2015-08-30 | 23 | -131/+128 |
| | |||||
* | Update `stub` syntax usages | Robert Speicher | 2015-08-30 | 9 | -48/+34 |
| | |||||
* | Remove empty RunnerProject spec | Robert Speicher | 2015-08-30 | 1 | -16/+0 |
| | |||||
* | Update outdated `.items` syntax | Robert Speicher | 2015-08-30 | 2 | -3/+3 |
| | |||||
* | Use `eq` instead of `==` in matchers | Robert Speicher | 2015-08-30 | 29 | -215/+215 |
| | |||||
* | Add `feature: true` metadata to feature specs | Robert Speicher | 2015-08-30 | 12 | -12/+12 |
| | |||||
* | Don't use `raise_error` without a parameter | Robert Speicher | 2015-08-30 | 4 | -6/+7 |
| | |||||
* | `page.should[_not]` -> `expect(page).[not_]to` | Robert Speicher | 2015-08-30 | 12 | -65/+65 |
| | |||||
* | Don't `describe` symbols | Robert Speicher | 2015-08-30 | 16 | -54/+54 |
| | |||||
* | `be_(false|true)` -> `be_(falsey|truthy)` | Robert Speicher | 2015-08-30 | 14 | -54/+54 |
| | |||||
* | Update any_instance usages | Robert Speicher | 2015-08-30 | 7 | -20/+20 |
| | |||||
* | Faker -> FFaker | Robert Speicher | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Add Fuubar | Robert Speicher | 2015-08-30 | 3 | -1/+10 |
| | |||||
* | Make spec_helper more like CE's | Robert Speicher | 2015-08-30 | 3 | -35/+36 |
| | |||||
* | Update Gemfile so it more closely matches CE's | Robert Speicher | 2015-08-30 | 2 | -44/+57 |
| | |||||
* | Bump rspec-rails to 3.3.0 | Robert Speicher | 2015-08-30 | 2 | -46/+24 |
| | | | | Remove guard, growl, rb-fsevent, rb-inotify | ||||
* | Merge branch 'rs-changelog-8-0' into 'master' | Robert Speicher | 2015-08-24 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | | | Add unreleased 8.0 entry to CHANGELOG [ci skip] See merge request !242 | ||||
| * | Add unreleased 8.0 entry to CHANGELOG | Robert Speicher | 2015-08-24 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'ordering-issue' into 'master' | Robert Speicher | 2015-08-24 | 4 | -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 id | Kamil Trzcinski | 2015-08-24 | 4 | -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 Speicher | 2015-08-24 | 2 | -1/+5 |
|\ \ | |/ |/| | | | | | | | Fix skipped svg See merge request !241 | ||||
| * | Fix skipped svg | Kamil Trzcinski | 2015-08-24 | 2 | -1/+5 |
|/ | |||||
* | Bump to 8.0.0.pre | Kamil Trzcinski | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'build-triggers' into 'master' | Robert Speicher | 2015-08-21 | 41 | -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-triggers | Kamil Trzcinski | 2015-08-21 | 2 | -1/+27 |
| | | |||||
| * | Nice icon for triggers | Kamil Trzcinski | 2015-08-21 | 1 | -1/+1 |
| | | |||||
| * | Update CHANGELOG | Kamil Trzcinski | 2015-08-21 | 1 | -0/+1 |
| | | |||||
| * | Fix specs | Kamil Trzcinski | 2015-08-21 | 1 | -1/+2 |
| | | |||||
| * | Retrigger builds with [ci skip] | Kamil Trzcinski | 2015-08-21 | 2 | -3/+19 |
| | | |||||
| * | API for trigger when requested returns trigger request with commit ↵ | Kamil Trzcinski | 2015-08-21 | 2 | -2/+5 |
| | | | | | | | | information, but without the created builds | ||||
| * | Added CreateTriggerRequestService specs | Kamil Trzcinski | 2015-08-21 | 3 | -2/+63 |
| | | |||||
| * | Create specs for build triggers | Kamil Trzcinski | 2015-08-21 | 6 | -10/+191 |
| | | |||||
| * | Initial support for build triggers | Kamil Trzcinski | 2015-08-21 | 29 | -97/+490 |
| | | |||||
| * | Add committed_at to commits to properly order last commit (the force push issue) | Kamil Trzcinski | 2015-08-21 | 10 | -10/+29 |
| | | |||||
* | | Merge branch 'nav-icons' into 'master' | Robert Speicher | 2015-08-21 | 3 | -2/+3 |
|\ \ | | | | | | | | | | | | | | | | Fix navigation icons See merge request !239 | ||||
| * | | no message | Kamil Trzcinski | 2015-08-21 | 1 | -0/+1 |
| | | | |||||
| * | | Fix navigation icons | Kamil Trzcinski | 2015-08-21 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'fix-variable-saving-error' into 'master' | Robert Speicher | 2015-08-21 | 6 | -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-error | Kamil Trzcinski | 2015-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | Redirect to known route instead of :back | Kamil Trzcinski | 2015-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | Fix spelling | Kamil Trzcinski | 2015-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | Update variables from within it's own controller not the project's | Kamil Trzcinski | 2015-08-21 | 4 | -3/+18 |
| | | | |||||
| * | | Fix problem with variables saving | Kamil Trzcinski | 2015-08-21 | 2 | -1/+2 |
| |/ | |||||
* | | Merge branch 'clojure-example' into 'master' | Kamil Trzciński | 2015-08-21 | 3 | -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 application | Dmitriy Zaporozhets | 2015-08-21 | 3 | -1/+38 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'variable-fix' into 'master' | Robert Speicher | 2015-08-19 | 2 | -0/+4 |
|\ | | | | | | | | | | | Require the variable key to be set and unique See merge request !234 | ||||
| * | Require the variable key to be set and uniquevariable-fix | Kamil Trzcinski | 2015-08-19 | 2 | -0/+4 |
| | | |||||
* | | Merge branch 'fix-build-retry-stage' into 'master' | Robert Speicher | 2015-08-19 | 2 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | Add missing stage when doing retry on a build See merge request !236 | ||||
| * | | Add missing stage when doing retry on a build | Kamil Trzcinski | 2015-08-19 | 2 | -0/+2 |
| |/ |