summaryrefslogtreecommitdiff
path: root/app/serializers/build_entity.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-3/+3
| | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Merge request widget redesignFatih Acet2017-05-091-2/+2
|
* Use update build policy instead of new play policyGrzegorz Bizon2017-05-051-1/+1
|
* Improve code style related to protected actionsGrzegorz Bizon2017-05-031-2/+2
|
* Use build policy to determine if user can play buildGrzegorz Bizon2017-04-121-1/+1
|
* Expose manual action abilities from a build entityGrzegorz Bizon2017-04-061-3/+7
|
* Merge branch 'master' into tc-fix-unplayable-build-action-404Filipa Lacerda2017-04-031-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (525 commits) Introduce "polling_interval_multiplier" as application setting fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. Pass Gitaly Repository messages to workhorse Use gitaly 0.5.0 Fix specs Improve specs examples Minor refactor Fix BrachFormatter for removed users Changelog Fix specs One more change to the branch names to preserve metadata Prefixes source branch name with short SHA to avoid collision Fix GitHub importer for PRs of deleted forked repositories Change order of specs Clean history after every test that changes history Clean history state after each test Fixes method not replacing URL parameters correctly Fix a transient failure caused by FFaker Remove unnecessary ORDER BY clause when updating todos Add a wait_for_ajax call to ensure Todos page cleans up properly ...
| * with_status to represent_statusShinya Maeda2017-03-231-4/+1
| |
| * 3 lines to One line. Correct spec caption.Shinya Maeda2017-03-231-3/+1
| |
| * Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda2017-03-231-4/+10
| |
| * Add api points for ci cd status. Add favicon.Shinya Maeda2017-03-231-0/+6
| |
* | Expose if action is playable in JSONToon Claes2017-03-201-0/+1
|/ | | | | | To avoid a manual build action being played (resulting in a 404), expose `playable?` in the JSON so the frontend can disable/hide the play button if it's not playable.
* Make manual actions blockingKamil Trzcinski2017-03-061-1/+1
|
* Expose timestamp in build entity used by serializerfeature/expose-timestimes-in-build-entityGrzegorz Bizon2016-11-291-0/+3
|
* Do not use absolute URLS in entities use relativeGrzegorz Bizon2016-11-171-8/+8
|
* Simplify implementation of entity serializersGrzegorz Bizon2016-11-041-1/+1
|
* Fix specs related to deployments and environmentsGrzegorz Bizon2016-11-031-1/+1
|
* Remove duplication from build serializer entityGrzegorz Bizon2016-11-031-8/+12
|
* Implement entities needed for environments foldersGrzegorz Bizon2016-11-031-0/+20