harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
32.09k stars 2.8k forks source link

Support LFS #3536

Closed prishallp closed 1 month ago

prishallp commented 1 month ago

Hello Team,

Gitness local setup is very smooth. I have few questions:

  1. How should I use S3 in Fitness to store the git repository to save on storage cost?
  2. To manage LFS files does Gitness have any integration with Git-LFS or DVC?

Thanks!

bradrydzewski commented 1 month ago

Gitness does not yet support LFS. This is something we want to support in the future, however, it is not something we are actively working on at the moment. We will update back to this issue once we have an update.

bradrydzewski commented 1 month ago

Combining with Issue #3465

prishallp commented 1 month ago

@bradrydzewski Thank you for the response!

  1. How should I use S3 to store the git repository to save on storage cost? Is it possible in Gitness or is there any direction that I can follow? Does repository also get stored in PostgreSQL or it get stored in local disk?

  2. Also, I have an existing Auth and RBAC for my app can I disable the Gitness Auth and RBAC and use own or is there any way I can establish communication between my existing app and Gitness?