summaryrefslogtreecommitdiff
path: root/app/serializers
Commit message (Expand)AuthorAgeFilesLines
* Add controller test for merge requests pipelines APIGrzegorz Bizon2017-01-271-1/+2
* Return serializable hash from a represented serializerGrzegorz Bizon2017-01-271-0/+1
* Do not generate pipeline ref path if ref not presentGrzegorz Bizon2017-01-201-4/+6
* Merge branch 'fix/refactor-cycle-analytics-stages' into 'master' Douwe Maan2017-01-184-0/+23
|\
| * refactor cycle analytics - updated based on MR feedbackJames Lopez2017-01-171-3/+1
| * added new summary serializers and refactor all of the summary stuff into sepa...James Lopez2017-01-172-0/+10
| * fixed stage entity and added missing stage specsJames Lopez2017-01-171-2/+2
| * added analytics stage serializer and moved some info to the stage classes fro...James Lopez2017-01-172-0/+15
* | Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan2017-01-181-0/+4
|\ \ | |/ |/|
| * Backport backend work for time tracking.Ruben Davila2017-01-151-0/+4
* | Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' Alfredo Sumaran2017-01-161-1/+1
|\ \ | |/ |/|
| * Retain original casing for build name in manual pipeline dropdown25946-manual-pipeline-dropdown-casingSam Rose2017-01-161-1/+1
* | Update commit entity to point to valid commit pageGrzegorz Bizon2017-01-131-4/+4
|/
* Include pipeline-related resources if using relationGrzegorz Bizon2017-01-051-3/+1
* Include resources to speed up pipelines serializerGrzegorz Bizon2017-01-051-0/+2
* Add specs for pipeline serializer with paginationGrzegorz Bizon2016-12-281-2/+5
* Fix Rubocop offenses in serializer entitiesGrzegorz Bizon2016-12-271-1/+2
* Expose stage dropdown path and title in stage entityGrzegorz Bizon2016-12-271-5/+23
* Add missing specs for CI pipeline stage entityGrzegorz Bizon2016-12-211-0/+1
* Add missing specs for request aware entity moduleGrzegorz Bizon2016-12-211-6/+3
* Rename some pipeline and build related entitiesGrzegorz Bizon2016-12-214-6/+6
* Add missing specs for new pipeline related entitiesGrzegorz Bizon2016-12-213-3/+3
* Add specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-212-26/+38
* Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-211-0/+8
|\
| * Add terminal UI and controller actionsFatih Acet2016-12-192-5/+9
| * Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-191-0/+8
* | Improve performance of Pipelines APIKamil Trzcinski2016-12-151-3/+1
* | Fix detailed status for pipeline stage entityGrzegorz Bizon2016-12-151-1/+5
* | Fix pipeline detailed status serializer and entitiesGrzegorz Bizon2016-12-152-3/+8
* | Integrate new stages into ci pipeline serializerGrzegorz Bizon2016-12-092-9/+4
* | Add status entity prototype and expose in pipelineGrzegorz Bizon2016-12-072-1/+9
* | Add prototype of pipelines serializer with paginationGrzegorz Bizon2016-12-071-0/+34
* | Remove support from incremental pipeline updatesGrzegorz Bizon2016-12-012-36/+7
* | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-013-1/+6
|\ \ | |/
| * Merge branch 'fix/ca-no-date' into 'master' Douwe Maan2016-11-302-1/+3
| |\
| | * fix started_at checkJames Lopez2016-11-291-5/+1
| | * use an empty total time when the build has not started yet so the UI knowsJames Lopez2016-11-252-2/+6
| | * fix for builds with no start date and specJames Lopez2016-11-251-0/+2
| * | Expose timestamp in build entity used by serializerfeature/expose-timestimes-in-build-entityGrzegorz Bizon2016-11-291-0/+3
| |/
* | Merge branch 'master' into auto-pipelines-vueRegis2016-11-292-2/+2
|\ \ | |/
| * fixed bug to do with calculating durationsJames Lopez2016-11-222-2/+2
* | Merge branch 'master' into auto-pipelines-vueRegis2016-11-2120-12/+225
|\ \ | |/
| * Merge branch 'ee-870-backport' into 'master' Sean McGivern2016-11-216-0/+56
| |\
| | * Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-186-0/+56
| * | Expose stop_path for environment to not construct that in frontendKamil Trzcinski2016-11-181-0/+7
| * | Bring back the `commit_url` as it's used by CycleAnalyticsKamil Trzcinski2016-11-181-0/+7
| * | Merge branch '22539-display-folders' of gitlab.com:gitlab-org/gitlab-ce into ...Kamil Trzcinski2016-11-184-14/+14
| |\ \
| | * | Do not use absolute URLS in entities use relativeGrzegorz Bizon2016-11-174-14/+14
| | |/
| * | refactor events facade so it uses separate classes and refactor query stuffJames Lopez2016-11-175-5/+15
| * | small refactor - removing includes no longer neededJames Lopez2016-11-171-1/+0