13

Damn, gitea is such a great piece of software, but yet it lacks so much of gitlab, which given are completely different sizes and all, but damn I would kill for the repos import feature of gitlab to be in gitea and maybe even automatic pipelines to fetch a remote automatically..

I could most likely hack together a solution that does the import and remote fetching automatically, but I doubt it would hold against any sort of update and be absolutely brutally murdered by any change.

Comments
  • 3
    Gitea is kind of like a github light, right?

    What I love about Gitlab is the ability to automate containers as part of the QA workflow -- deploy a branch, let a QA employee verify it and sign off on it before you can merge.
  • 3
    @bittersweet It's a communoty fork of gogs, a go clone of github yeah, but it is missing a lot of tooling around git that gitlab and github introduces, therefore is "light" but misses a lot of really nice features, even something as simple as repos import.. :/
  • 2
    well they do actually have migrations, but I'd still have to write the actual import myself

    https://try.gitea.io/api/swagger/...
  • 1
    @JoshBent you mean importing a bunch of repos from github or gitlab? There's a tool for that: https://git.jonasfranz.software/Jon...
Add Comment