-
- Downloads
Simplify internal post receive messages
Instead of sending varied data to Gitaly, and making Gitaly construct various messages, build the messages first and have Gitaly print either basic messages or alert messages, in the order they come. Depends on https://gitlab.com/gitlab-org/gitaly/merge_requests/1410
Showing
- lib/api/entities.rb 12 additions, 0 deletionslib/api/entities.rb
- lib/api/helpers/internal_helpers.rb 2 additions, 6 deletionslib/api/helpers/internal_helpers.rb
- lib/api/internal.rb 12 additions, 11 deletionslib/api/internal.rb
- lib/gitlab/internal_post_receive/response.rb 51 additions, 0 deletionslib/gitlab/internal_post_receive/response.rb
- spec/lib/gitlab/internal_post_receive/response_spec.rb 121 additions, 0 deletionsspec/lib/gitlab/internal_post_receive/response_spec.rb
- spec/requests/api/internal_spec.rb 40 additions, 24 deletionsspec/requests/api/internal_spec.rb
lib/gitlab/internal_post_receive/response.rb
0 → 100644
Please register or sign in to comment