Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-30Merge branch 'fix/ca-no-date' into 'master' Douwe Maan
fix for builds with no start date throwing an error in cycle analytics events Instead of the error, we should inform that there is no start date - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24925 See merge request !7738
2016-11-29Expose timestamp in build entity used by serializerGrzegorz Bizon
2016-11-29fix started_at checkJames Lopez
2016-11-25use an empty total time when the build has not started yet so the UI knowsJames Lopez
2016-11-25fix for builds with no start date and specJames Lopez
2016-11-22fixed bug to do with calculating durationsJames Lopez
2016-11-21Merge branch 'ee-870-backport' into 'master' Sean McGivern
Backport some changes done from Time Tracking feature in EE. See merge request !7604
2016-11-19Backport some changes done from Time Tracking feature in EE.Ruben Davila
2016-11-19Expose stop_path for environment to not construct that in frontendKamil Trzcinski
2016-11-19Bring back the `commit_url` as it's used by CycleAnalyticsKamil Trzcinski
2016-11-18Merge branch '22539-display-folders' of gitlab.com:gitlab-org/gitlab-ce into ↵Kamil Trzcinski
22539-display-folders
2016-11-17Do not use absolute URLS in entities use relativeGrzegorz Bizon
2016-11-17refactor events facade so it uses separate classes and refactor query stuffJames Lopez
2016-11-17small refactor - removing includes no longer neededJames Lopez
2016-11-17added custom date helper and spec and fixed some unrelated spec failuresJames Lopez
2016-11-17Refactor all query config stuff into separate classes and added specsJames Lopez
2016-11-17serialize all the things!James Lopez
2016-11-17get all stages to use serlalizers - apart from plan - WIPJames Lopez
2016-11-17fix issue events and related spec - now using generic serializer for a hashJames Lopez
2016-11-17use request to pass extra parametersJames Lopez
2016-11-17WIP - refactor events to use a generic build entity for some of the hybrid ↵James Lopez
events
2016-11-17WIP - adding a generic entity serializer that should accept a Hash coming ↵James Lopez
from Arel
2016-11-17WIP - refactored events to use build serializer, related spec passingJames Lopez
2016-11-17WIP - refactoring URL builder and events presenter into serializersJames Lopez
2016-11-04Simplify implementation of entity serializersGrzegorz Bizon
2016-11-04Add tests for serialization entities, add user entityGrzegorz Bizon
2016-11-04Expose commit author if author existsGrzegorz Bizon
2016-11-03Fix specs related to deployments and environmentsGrzegorz Bizon
2016-11-03Exclude project information from environment entityGrzegorz Bizon
2016-11-03Remove project entity that was part of the PoCGrzegorz Bizon
2016-11-03Extend tests for environments serializerGrzegorz Bizon
2016-11-03Add manual actions for deployment serializationGrzegorz Bizon
2016-11-03Remove duplication from build serializer entityGrzegorz Bizon
2016-11-03Implement entities needed for environments foldersGrzegorz Bizon
2016-11-02Use entity request object in environment entityGrzegorz Bizon
2016-11-02Add PoC for resource serializersGrzegorz Bizon