gitlab-org--gitlab-foss/spec/serializers
Douwe Maan b755bbad65 Merge branch 'fix/ca-no-date' into 'master'
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-30 10:01:56 +00:00
..
analytics_build_entity_spec.rb fix rubocop warning 2016-11-25 11:47:33 +01:00
analytics_build_serializer_spec.rb Remove tests which do not add value 2016-11-23 19:56:07 +01:00
analytics_generic_entity_spec.rb refactor events facade so it uses separate classes and refactor query stuff 2016-11-17 13:22:27 +01:00
analytics_issue_serializer_spec.rb Remove tests which do not add value 2016-11-23 19:56:07 +01:00
analytics_merge_request_serializer_spec.rb Remove tests which do not add value 2016-11-23 19:56:07 +01:00
build_entity_spec.rb Expose timestamp in build entity used by serializer 2016-11-29 14:14:05 +01:00
commit_entity_spec.rb Bring back the `commit_url` as it's used by CycleAnalytics 2016-11-18 22:31:26 +01:00
deployment_entity_spec.rb Do not use absolute URLS in entities use relative 2016-11-17 16:10:12 +01:00
entity_date_helper_spec.rb small refactor - removing includes no longer needed 2016-11-17 08:22:59 +01:00
entity_request_spec.rb Simplify implementation of entity serializers 2016-11-04 15:00:39 +01:00
environment_entity_spec.rb Do not use absolute URLS in entities use relative 2016-11-17 16:10:12 +01:00
environment_serializer_spec.rb Upgrade grape-entity to 0.6.0 2016-11-23 16:58:39 +01:00
user_entity_spec.rb Add tests for serialization entities, add user entity 2016-11-04 13:08:58 +01:00