summaryrefslogtreecommitdiff
path: root/spec/serializers/build_serializer_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-091-1/+1
| | | | | When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
* remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-2/+2
| | | | | the ci status icons are generated client side, wo we don't need the static files anymore.
* Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-3/+19
|
* Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-031-1/+1
|
* Merge request widget redesignFatih Acet2017-05-091-1/+1
|
* Review changes, used eq instead of matchuse-favicon-full-path-for-pipeline-status-faviconLuke "Jared" Bennett2017-04-171-1/+1
|
* Updated specsLuke "Jared" Bennett2017-04-131-1/+1
|
* Use detailed_status effectively. Remove unnecesarry context(nest). Add new ↵Shinya Maeda2017-03-231-4/+2
| | | | context in merge_requests_controller_spec.rb and fix a bug. Correct description of spec.
* Add more specsShinya Maeda2017-03-231-1/+18
|
* with_status to represent_statusShinya Maeda2017-03-231-7/+11
|
* with_status to only_statusShinya Maeda2017-03-231-1/+1
|
* Add spec for entity and serializerShinya Maeda2017-03-231-0/+26