-
- Downloads
There was a problem fetching the pipeline summary.
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
Branches
Tags
Pipeline #
Showing
- app/assets/javascripts/cycle_analytics/components/total_time_component.js.es6 9 additions, 4 deletions...ts/cycle_analytics/components/total_time_component.js.es6
- app/serializers/analytics_build_entity.rb 1 addition, 1 deletionapp/serializers/analytics_build_entity.rb
- app/serializers/entity_date_helper.rb 2 additions, 0 deletionsapp/serializers/entity_date_helper.rb
- changelogs/unreleased/fix-ca-no-date.yml 4 additions, 0 deletionschangelogs/unreleased/fix-ca-no-date.yml
- spec/serializers/analytics_build_entity_spec.rb 52 additions, 1 deletionspec/serializers/analytics_build_entity_spec.rb
changelogs/unreleased/fix-ca-no-date.yml
0 → 100644
Please register or sign in to comment