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
manta currently relies on gitea APIs to fetch commit id information, this is quite limited because we lack of features in gitea API ( can't get the commit id related to a branch or tag name). Also CFS will be integrated with external git repos meaning gitea won't be the only source from where CFS sessions can clone from.
To simplify current limitations, we want to integrate git repo operations using git2 library.
The text was updated successfully, but these errors were encountered:
Masber
changed the title
FEATURE: migrate gitea integration from htto APIs to git2 library
FEATURE: migrate gitea integration from http APIs to git2 library
Feb 26, 2024
manta currently relies on gitea APIs to fetch commit id information, this is quite limited because we lack of features in gitea API ( can't get the commit id related to a branch or tag name). Also CFS will be integrated with external git repos meaning gitea won't be the only source from where CFS sessions can clone from.
To simplify current limitations, we want to integrate git repo operations using git2 library.
The text was updated successfully, but these errors were encountered: