summaryrefslogtreecommitdiff
path: root/spec/serializers/build_entity_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Expose manual action abilities from a build entityGrzegorz Bizon2017-04-061-2/+26
|
* Merge branch 'master' into tc-fix-unplayable-build-action-404Filipa Lacerda2017-04-031-1/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Fix unchanged structure. Add favicon for 'failed_allowed' and ↵Shinya Maeda2017-03-231-2/+2
| | | | | | | | 'success_warning' because it'll be used.
| * Add spec for entity and serializerShinya Maeda2017-03-231-1/+12
| |
* | Expose if action is playable in JSONToon Claes2017-03-201-0/+4
|/ | | | | | 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.
* Expose timestamp in build entity used by serializerfeature/expose-timestimes-in-build-entityGrzegorz Bizon2016-11-291-9/+16
|
* Do not use absolute URLS in entities use relativeGrzegorz Bizon2016-11-171-5/+5
|
* Add tests for serialization entities, add user entityGrzegorz Bizon2016-11-041-0/+5
|
* Refine build entity tests a littleGrzegorz Bizon2016-11-041-2/+4
|
* Add basic tests for build entity used by serialzierGrzegorz Bizon2016-11-031-0/+24