summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add CHANGELOG entryci/api-runnersTomasz Maczukin2016-02-181-0/+1
* Fix old usages of `ci_runner` factoryTomasz Maczukin2016-02-174-17/+17
* Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin2016-02-172-22/+18
* Change `last_contact` to `contacted_at`Tomasz Maczukin2016-02-172-3/+3
* Replace Entities::RunnerProjectDetails with Entities::ForkedFromProjectTomasz Maczukin2016-02-172-7/+5
* Remove unnecessary parametersTomasz Maczukin2016-02-171-5/+5
* Modify expectations for update runner featureTomasz Maczukin2016-02-171-4/+4
* Change `.map{...}.inject{...}` to `any?{...}` for searching shared runnersTomasz Maczukin2016-02-171-5/+5
* Reorganize `let` statements in spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-171-12/+29
* Change interpolation to named placeholder in owned_or_shared scopeTomasz Maczukin2016-02-171-1/+1
* iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ...Tomasz Maczukin2016-02-162-6/+6
* Update docummentation - specific runner enablingTomasz Maczukin2016-02-161-2/+2
* Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin2016-02-162-9/+17
* Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-151-88/+112
* Modify and fix output of delete and update of a runnerTomasz Maczukin2016-02-102-8/+10
* Modify runner projects selecting method in runners APITomasz Maczukin2016-02-102-8/+4
* Fix runners filteringTomasz Maczukin2016-02-102-4/+8
* GET /runners is for specific runners onlyAchilleas Pipinellis2016-02-101-3/+3
* Limit projects to user available projects if user is not an adminTomasz Maczukin2016-02-102-2/+12
* Modify authentication check methods in runners APITomasz Maczukin2016-02-101-24/+22
* Add token to runner details output in APITomasz Maczukin2016-02-103-1/+3
* More fixes in runners docAchilleas Pipinellis2016-02-101-8/+13
* Correct PRIVATE-TOKEN to use dash instead of underscoreAchilleas Pipinellis2016-02-101-8/+8
* Note that `ci/api/runners.rb` is still usedAchilleas Pipinellis2016-02-101-2/+3
* Add associated project info to runner details outputTomasz Maczukin2016-02-102-0/+14
* Fix runners API specTomasz Maczukin2016-02-101-11/+11
* Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-103-22/+108
* Add some fixes in runners API documentationTomasz Maczukin2016-02-102-6/+6
* Add `Example response` above each json outputAchilleas Pipinellis2016-02-101-7/+21
* Add note of deprecation in old Runners CI APIAchilleas Pipinellis2016-02-101-1/+4
* Add runners API documentation [ci-skip]Tomasz Maczukin2016-02-102-0/+235
* Fix runners filtering in APITomasz Maczukin2016-02-102-20/+27
* Add missing methods documentation; fix rubocop reported violationTomasz Maczukin2016-02-101-1/+36
* Add feature to enable/disable runner in projectTomasz Maczukin2016-02-102-0/+128
* Add basic runners management APITomasz Maczukin2016-02-105-0/+398
* Merge branch 'fix-explore-filter' into 'master' Dmitriy Zaporozhets2016-02-1014-50/+91
|\
| * Cleanup to use one selectorfix-explore-filterJosh Frye2016-02-095-8/+8
| * More specific selectorsJosh Frye2016-02-091-4/+4
| * MR feedbackJosh Frye2016-02-095-12/+9
| * Extract events rendering to own action.Josh Frye2016-02-096-17/+22
| * Starred, All, and Trending on explore are paged also group projects. Need aja...Josh Frye2016-02-097-14/+55
| * JS FixesJosh Frye2016-02-092-14/+15
| * Fix explore filter. Fixes #13182Josh Frye2016-02-093-24/+21
* | Merge branch 'rs-issue-13254' into 'master' Robert Speicher2016-02-101-1/+1
|\ \
| * | Ensure link for README blobs includes the full pathrs-issue-13254Robert Speicher2016-02-091-1/+1
|/ /
* | Merge branch 'variables-build-log' into 'master' Robert Speicher2016-02-093-3/+8
|\ \
| * | Add information about expose of build variables.variables-build-logKamil Trzcinski2016-02-092-2/+7
| * | Filter out variables from production logsKamil Trzcinski2016-02-091-1/+1
* | | Merge branch 'fix-logo-rasterization' into 'master' Robert Speicher2016-02-092-21/+10
|\ \ \
| * | | Prevent rasterization artefacts in the logo, and simplify markup.Aaron Hamilton2016-02-082-21/+10