Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Gitrekt into own repo #83

Open
kloenk opened this issue Dec 5, 2021 · 6 comments
Open

Move Gitrekt into own repo #83

kloenk opened this issue Dec 5, 2021 · 6 comments

Comments

@kloenk
Copy link

kloenk commented Dec 5, 2021

We are currently also looking at writing an git forge with elixir. We favor some different designs, like not using the erlang ssh module, indieweb integration and a plain json api.

If you could move gitrekt into its own repo, we could work on that part together.

@redrabbit
Copy link
Owner

redrabbit commented Dec 10, 2021

Hi @kloenk, the :gitrekt app is currently part of an umbrella application and could definitely be moved to it's own repository and Hex package. The interface is clean and can be used a a basic building block for Git related projects.

Note that you will have to implement your own SSH, HTTP(S), etc. transport protocols around GitRekt.WireProtocol. Also have a look at the GitRekt.GitRepo protocol and the GitGud.Repo and GitGud.RepoPool implementation. See #38 for more details.

I don't have much time left currently to work on this right now (christmas coming and professional projects to finish). But I will come back to this issue later on and try to get things moving.

Also, note that the :gitrekt app has currently no unit-tests at all. I'd like to implement a test helper module built-around System.cmd/3 to run git command and add unit and integration tests for GitRekt.Git, GitRekt.GitAgent, etc.

@redrabbit redrabbit added this to To do in Git Backend Server via automation Dec 10, 2021
@kloenk
Copy link
Author

kloenk commented Dec 10, 2021

Yep already created a test repo to play with it. But I think I will use gitaly, as ist rpc calls and has many helpful features. Just have to teach it that I'm not a gitlab server :)

@mekeor
Copy link

mekeor commented Mar 21, 2022

I would love to be able to use Gitrekt independently from GitLimo. That'd be a great contribution to the Elixir community as there no other good binding to Git for Elixir so far, AFAIK.

@hrefhref
Copy link

hrefhref commented Apr 28, 2022

@mekeor You can easily use Gitrekt independently already. Drop

{:gitrekt, git: "https://github.com/almightycouch/gitgud", branch: "master", sparse: "apps/gitrekt"}

in your mix deps :)

@pepicrft
Copy link

Yep already created a test repo to play with it. But I think I will use gitaly, as ist rpc calls and has many helpful features. Just have to teach it that I'm not a gitlab server :)

@kloenk, what has been your experience with Gitaly? I'm building a localization platform with Git in its core, and I was debating between using Gitaly or building something on Elixir/Erlang.

@kloenk
Copy link
Author

kloenk commented Mar 10, 2023

I sadly hat not much more time, working on it, so not sure of the current state. It looked usable, but some quirks to work around

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

5 participants