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 git smart-http server
Slice
implementation to keep bare repository inStorage
. Use JGit for working with data:GET /info/refs
requests Support ls-remote client command #11POST /git-upload-pack
requests Support ls-remote client command #11The text was updated successfully, but these errors were encountered: