summaryrefslogtreecommitdiff
path: root/spec/serializers
Commit message (Expand)AuthorAgeFilesLines
* Return serializable hash from a represented serializerGrzegorz Bizon2017-01-277-40/+28
* Do not generate pipeline ref path if ref not presentGrzegorz Bizon2017-01-201-0/+12
* fix serializerJames Lopez2017-01-171-1/+1
* big refactor based on MR feedbackJames Lopez2017-01-171-1/+1
* fix spec failures after mergeJames Lopez2017-01-172-4/+9
* refactor cycle analytics - updated based on MR feedbackJames Lopez2017-01-171-1/+1
* Fix other spec failuresJames Lopez2017-01-171-2/+2
* Fix other spec failuresJames Lopez2017-01-171-2/+2
* added new summary serializers and refactor all of the summary stuff into sepa...James Lopez2017-01-172-0/+48
* Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' Alfredo Sumaran2017-01-161-2/+2
|\
| * Retain original casing for build name in manual pipeline dropdown25946-manual-pipeline-dropdown-casingSam Rose2017-01-161-2/+2
* | Update commit entity to point to valid commit pageGrzegorz Bizon2017-01-131-0/+2
|/
* Add specs for pipeline serializer with paginationGrzegorz Bizon2016-12-281-4/+87
* Fix Rubocop offenses in serializer entitiesGrzegorz Bizon2016-12-271-1/+1
* Expose stage dropdown path and title in stage entityGrzegorz Bizon2016-12-271-0/+11
* Add missing specs for CI pipeline stage entityGrzegorz Bizon2016-12-211-0/+40
* Add missing specs for request aware entity moduleGrzegorz Bizon2016-12-211-0/+22
* Rename some pipeline and build related entitiesGrzegorz Bizon2016-12-212-2/+2
* Add missing specs for new pipeline related entitiesGrzegorz Bizon2016-12-213-5/+49
* Add specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-211-0/+138
* Fix pipeline detailed status serializer and entitiesGrzegorz Bizon2016-12-152-12/+13
* Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-151-0/+8
|\
| * fix transient timing failure adding timecopfix/transient-failing-analytics-specJames Lopez2016-12-141-0/+8
* | Add status entity prototype and expose in pipelineGrzegorz Bizon2016-12-071-0/+24
* | Remove support from incremental pipeline updatesGrzegorz Bizon2016-12-011-22/+1
* | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-012-10/+68
|\ \ | |/
| * 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 'master' into auto-pipelines-vueRegis2016-11-295-17/+9
|\ \ | |/
| * 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
| |/
* | Merge branch 'master' into auto-pipelines-vueRegis2016-11-2111-9/+213
|\ \ | |/
| * 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