-
- 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
ad47f209
No related branches found
No related tags found
Pipeline #
Showing
- app/controllers/projects/builds_controller.rb 11 additions, 0 deletionsapp/controllers/projects/builds_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
- lib/gitlab/etag_caching/router.rb 6 additions, 1 deletionlib/gitlab/etag_caching/router.rb
- spec/controllers/projects/builds_controller_spec.rb 33 additions, 11 deletionsspec/controllers/projects/builds_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
Please register or sign in to comment