summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Some updates from last code review.Rubén Dávila2016-02-191-1/+0
* Add some specs plus some refactor.Rubén Dávila2016-02-191-0/+26
* Save merge commit id when MR is mergedRubén Dávila2016-02-192-0/+2
* Record user that erased a build through APIGrzegorz Bizon2016-02-191-0/+5
* Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-3/+3
* Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-192-97/+98
* Fix build api specs after rebaseGrzegorz Bizon2016-02-191-1/+1
* Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-192-23/+13
* Move build eraseable API to proper API contextGrzegorz Bizon2016-02-192-12/+25
* Do not allow to modify build if it has been erasedGrzegorz Bizon2016-02-191-21/+35
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-193-7/+23
* Create method that checks if build has been erasedGrzegorz Bizon2016-02-191-1/+16
* Update relevant build fields when build is erasedGrzegorz Bizon2016-02-191-8/+38
* Make CI build eraseable only if build is completedGrzegorz Bizon2016-02-191-2/+2
* Add build eraseable feature implementationGrzegorz Bizon2016-02-191-0/+62
* Use build artifacts trait in build specsGrzegorz Bizon2016-02-191-22/+8
* Add artifacts trait to build factory in specsGrzegorz Bizon2016-02-191-1/+1
* Merge branch 'saml-decoupling' into 'master'Patricio Cano2016-02-192-3/+294
|\
| * Make new `allow_single_sign_on` feature backwards compatiblePatricio Cano2016-02-182-3/+23
| * Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-182-3/+274
* | Fix old usages of `ci_runner` factoryTomasz Maczukin2016-02-194-17/+17
* | Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin2016-02-192-22/+18
* | Remove unnecessary parametersTomasz Maczukin2016-02-191-5/+5
* | Modify expectations for update runner featureTomasz Maczukin2016-02-191-4/+4
* | Change `.map{...}.inject{...}` to `any?{...}` for searching shared runnersTomasz Maczukin2016-02-191-5/+5
* | Reorganize `let` statements in spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-12/+29
* | Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin2016-02-191-8/+14
* | Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-88/+112
* | Fix runners filteringTomasz Maczukin2016-02-191-2/+2
* | Fix runners API specTomasz Maczukin2016-02-191-11/+11
* | Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-191-11/+43
* | Fix runners filtering in APITomasz Maczukin2016-02-191-17/+24
* | Add feature to enable/disable runner in projectTomasz Maczukin2016-02-191-0/+102
* | Add basic runners management APITomasz Maczukin2016-02-191-0/+278
* | Merge branch 'rs-emoji' into 'master' Douwe Maan2016-02-192-3/+3
|\ \
| * | Fix specs expecting `emoji/` in image pathRobert Speicher2016-02-132-3/+3
* | | Merge branch 'rs-show-owner-label' into 'master' Douwe Maan2016-02-191-8/+18
|\ \ \ | |_|/ |/| |
| * | Allow `ProjectTeam#human_max_access` to return "Owner"rs-show-owner-labelRobert Speicher2016-02-181-8/+18
* | | Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan2016-02-182-274/+3
|/ /
* | Merge branch 'saml-decoupling' into 'master' Robert Speicher2016-02-182-3/+274
|\ \
| * | Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-182-3/+274
* | | Merge branch 'autocrlf-lazy' into 'master' Robert Speicher2016-02-181-2/+57
|\ \ \ | |/ / |/| |
| * | Handle raw_repository returning nil in exists?autocrlf-lazyYorick Peterse2016-02-181-0/+6
| * | Added specs for Repository#exists?Yorick Peterse2016-02-181-0/+13
| * | Only set autocrlf when creating/updating filesYorick Peterse2016-02-181-2/+38
* | | Merge branch 'fix/ci-first-job-allow-failure' into 'master' Kamil Trzciński2016-02-184-0/+114
|\ \ \ | |/ / |/| |
| * | Add specs covering bug in build allowed to fail caseGrzegorz Bizon2016-02-181-0/+29
| * | Fix builds scheduler when first build is allowed to failGrzegorz Bizon2016-02-182-0/+32
| * | Add specs for build status helper classGrzegorz Bizon2016-02-183-3/+36
| * | Return a builds array in builds create serviceGrzegorz Bizon2016-02-181-0/+20