-
- Downloads
There was an error fetching the commit references. Please try again later.
Initial implementation for real time job view
Added the needed keys and paths to a new entity, BuildDetailsEntity. Not renaming BuildEntity to BuildBasicEntity on explicit request. Most code now has test coverage, but not all. This will be added on later commits on this branch. Resolves gitlab-org/gitlab-ce#31397
parent
f06daa26
No related branches found
No related tags found
Showing
- app/controllers/projects/jobs_controller.rb 11 additions, 0 deletionsapp/controllers/projects/jobs_controller.rb
- app/models/ci/build.rb 11 additions, 8 deletionsapp/models/ci/build.rb
- app/serializers/build_details_entity.rb 34 additions, 0 deletionsapp/serializers/build_details_entity.rb
- app/serializers/build_serializer.rb 3 additions, 1 deletionapp/serializers/build_serializer.rb
- app/serializers/runner_entity.rb 3 additions, 0 deletionsapp/serializers/runner_entity.rb
- changelogs/unreleased/zj-job-view-goes-real-time.yml 4 additions, 0 deletionschangelogs/unreleased/zj-job-view-goes-real-time.yml
- lib/gitlab/etag_caching/router.rb 7 additions, 1 deletionlib/gitlab/etag_caching/router.rb
- spec/controllers/projects/jobs_controller_spec.rb 33 additions, 11 deletionsspec/controllers/projects/jobs_controller_spec.rb
- spec/lib/gitlab/etag_caching/router_spec.rb 11 additions, 0 deletionsspec/lib/gitlab/etag_caching/router_spec.rb
- spec/serializers/build_details_entity_spec.rb 39 additions, 0 deletionsspec/serializers/build_details_entity_spec.rb
- spec/serializers/runner_entity_spec.rb 14 additions, 0 deletionsspec/serializers/runner_entity_spec.rb
app/serializers/build_details_entity.rb
0 → 100644
app/serializers/runner_entity.rb
0 → 100644
spec/serializers/runner_entity_spec.rb
0 → 100644