summaryrefslogtreecommitdiff
path: root/spec/serializers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/ca-no-date' into 'master' Douwe Maan2016-11-301-1/+52
|\
| * fix rubocop warningJames Lopez2016-11-251-1/+1
| * use an empty total time when the build has not started yet so the UI knowsJames Lopez2016-11-251-1/+23
| * fix for builds with no start date and specJames Lopez2016-11-251-1/+30
* | Expose timestamp in build entity used by serializerfeature/expose-timestimes-in-build-entityGrzegorz Bizon2016-11-291-9/+16
|/
* Merge branch 'zj-upgrade-grape' into 'master' Robert Speicher2016-11-254-16/+0
|\
| * Remove tests which do not add valuezj-upgrade-grapeZ.J. van de Weg2016-11-233-12/+0
| * Upgrade grape-entity to 0.6.0Z.J. van de Weg2016-11-231-4/+0
* | fix rubocop warningfix/cycle-analytics-durationJames Lopez2016-11-221-1/+1
* | fixed bug to do with calculating durationsJames Lopez2016-11-221-1/+9
|/
* Bring back the `commit_url` as it's used by CycleAnalyticsKamil Trzcinski2016-11-181-0/+4
* Merge branch '22539-display-folders' of gitlab.com:gitlab-org/gitlab-ce into ...Kamil Trzcinski2016-11-185-10/+10
|\
| * Do not use absolute URLS in entities use relativeGrzegorz Bizon2016-11-175-10/+10
* | fix spec failuresfeature/cycle-analytics-eventsJames Lopez2016-11-182-2/+36
* | refactor events facade so it uses separate classes and refactor query stuffJames Lopez2016-11-171-1/+1
* | small refactor - removing includes no longer neededJames Lopez2016-11-171-1/+1
* | added custom date helper and spec and fixed some unrelated spec failuresJames Lopez2016-11-171-0/+45
* | Refactor all query config stuff into separate classes and added specsJames Lopez2016-11-172-4/+4
* | fix issue events and related spec - now using generic serializer for a hashJames Lopez2016-11-171-1/+1
* | use request to pass extra parametersJames Lopez2016-11-172-4/+3
* | WIP - refactor events to use a generic build entity for some of the hybrid ev...James Lopez2016-11-173-11/+19
* | WIP - adding a generic entity serializer that should accept a Hash coming fro...James Lopez2016-11-172-0/+63
* | WIP - refactored events to use build serializer, related spec passingJames Lopez2016-11-171-2/+7
* | WIP - refactoring URL builder and events presenter into serializersJames Lopez2016-11-172-0/+46
|/
* Simplify implementation of entity serializersGrzegorz Bizon2016-11-041-8/+0
* Add tests for deployment and environment entititesfeature/view-related-serializersGrzegorz Bizon2016-11-042-0/+38
* Add tests for serialization entities, add user entityGrzegorz Bizon2016-11-043-0/+72
* Refine build entity tests a littleGrzegorz Bizon2016-11-041-2/+4
* Expose commit author if author existsGrzegorz Bizon2016-11-041-5/+6
* Fix specs related to deployments and environmentsGrzegorz Bizon2016-11-031-2/+4
* Add basic tests for build entity used by serialzierGrzegorz Bizon2016-11-031-0/+24
* Extend tests for environments serializerGrzegorz Bizon2016-11-031-6/+15
* Add manual actions for deployment serializationGrzegorz Bizon2016-11-031-0/+5
* Implement entities needed for environments foldersGrzegorz Bizon2016-11-031-3/+12
* Use entity request object in environment entityGrzegorz Bizon2016-11-021-9/+8
* Add PoC for resource serializersGrzegorz Bizon2016-11-022-0/+61