Skip to content

Implement /internal/post_receive unified endpoint for PostReceive tasks

Alejandro Rodríguez requested to merge gitaly-shell-redis into master

What does this MR do?

Implement /internal/post_receive API endpoint for all PostReceive tasks

Advances gitaly#520 (closed)

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

We want to get rid of Gitlab-Shell <-> Redis interaction to decouple the file storage nodes from Redis. See gitaly#467 (closed).

By unifying all post-receive API operations, we also save round-trips between shell and rails, which can help with the issues discussed in gitlab-shell#97 (closed)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

gitaly#511 (closed)

Edited by Dmytro Zaporozhets (DZ)

Merge request reports