You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `InfoRefs` slice implementation which returns
server metadata and supported command that server can handle.
Based on this response git client decide what command to execute next.
Add `GitResponseOutput` to format ASCI text as git response
with length prefixes and part-end symbols.
Add `main` entry point to debug Artipie git server on localhost.
Update integration test `GitITCase`: setup bare repo on storage,
updated `ls-remote` test, added correct assertiion for `ls-remote` test.
Ticket: #1
Ticket: #11
Add `InfoRefs` slice implementation which returns
server metadata and supported command that server can handle.
Based on this response git client decide what command to execute next.
Add `GitResponseOutput` to format ASCI text as git response
with length prefixes and part-end symbols.
Add `main` entry point to debug Artipie git server on localhost.
Update integration test `GitITCase`: setup bare repo on storage,
updated `ls-remote` test, added correct assertiion for `ls-remote` test.
Ticket: #1
Ticket: #11
Add
ls-remote
client command support. It requires implementing:Slice
forGET /info/refs?service=git-upload-pack
requests, this slice should respond with service metadata and supported commands.Slice
forPOST /git-upload-pack
endpoint with supportls-refs
command.The text was updated successfully, but these errors were encountered: