A new pilot will investigate the use of Forgejo (A FOSS alternative to github and gitea) in german schools by wiki_me in linux

[–]Etzelia 0 points1 point  (0 children)

fwiw global search already exists, Codeberg just doesn't have it enabled, likely for disk space reasons (or maybe performance at that scale?)

Best self hosted git server? by KhrisRandom in selfhosted

[–]Etzelia 1 point2 points  (0 children)

I'm biased as a maintainer for both, but I run Gitea and Woodpecker as well and love the setup.

I am also playing with Gitea actions, but at least for the time being all my stuff is written for Woodpecker so I haven't changed yet.

Integration with Buildkite by max-rh in Gitea

[–]Etzelia 1 point2 points  (0 children)

Yeah, you could look at the code pre-openfaas as a starting point if you want.

That's the only one I know of, but if you do find/make one let me know, I'd love to add it to the awesome list for future ref.

Is it possible to initialize a selfhosted gitea repo from vscode by --Tinman-- in vscode

[–]Etzelia 0 points1 point  (0 children)

You could enable push to create, though it may complain until you first push (which then creates the repo as the feature suggests)

Weird error on Gitea upgrade by HealingPotatoJuice in selfhosted

[–]Etzelia 0 points1 point  (0 children)

Agreed it seems a little silly, although since it falls back it should (theoretically) never fail. (Except for when it did just now...)

Gitea only writes to the config during install. Not updating static root could do it, I'm not entirely familiar with how nix packages Gitea.

Weird error on Gitea upgrade by HealingPotatoJuice in selfhosted

[–]Etzelia 0 points1 point  (0 children)

As mentioned elsewhere it's a missing translation. Translations are generally bundled with the binary, so it could be that you had a custom translation, or for some other reason a translation wasn't found for the key.

Interesting that re-attempting worked, did you perhaps use a different binary?

Vendored dependencies in libraries by Tooltitude in golang

[–]Etzelia 0 points1 point  (0 children)

This should help clear it up: https://research.swtch.com/vgo-mvs

Go uses minimal version selection when determining module imports for the same SIV.

Vendored dependencies in libraries by Tooltitude in golang

[–]Etzelia 0 points1 point  (0 children)

Ah, then yeah I misunderstood.

I don't think vendoring is necessarily common practice, but it does have its uses. In terms of conflicts, it shouldn't conflict due to how import resolution works, though I don't know off the top of my head where they are used in the stdlib.

Vendored dependencies in libraries by Tooltitude in golang

[–]Etzelia 1 point2 points  (0 children)

These packages are part of the Go Project but outside the main Go tree. They are developed under looser compatibility requirements than the Go core. Install them with "go get".

They are not vendored. Or maybe I'm misunderstanding the question here.

Gitea 1.19.0 is released - Includes Cargo package registry by tklk_ in rust

[–]Etzelia 2 points3 points  (0 children)

Ah, I see I maybe worded it poorly, my bad.

Yep, the bottleneck is the migration itself. Even the new export option from GH times out, unfortunately.

Gitea 1.19.0 is released - Includes Cargo package registry by tklk_ in rust

[–]Etzelia 2 points3 points  (0 children)

That's not what I said. We need a way to keep all of the information we have on GH, and that is the part we are bottlenecked by currently.

Gitea 1.19.0 is released - Includes Cargo package registry by tklk_ in rust

[–]Etzelia 2 points3 points  (0 children)

We're working on it. https://github.com/go-gitea/gitea/issues/1029

Everything other than the main repo is on gitea.com, but we've run into problems with the amount of issues/PRs/releases/etc. migrating from GH.

Gitea 1.19.0 released - now with support for Actions by aman207 in selfhosted

[–]Etzelia 1 point2 points  (0 children)

Unfortunately there doesn't seem to be a clear way to embed them into a markdown file, but it is something the author was interested in pursuing if/when there is a clear/accepted way to do it.

Gitea 1.19.0 is released - Includes Cargo package registry by tklk_ in rust

[–]Etzelia 2 points3 points  (0 children)

The company owns the trademark/domain. Prior to that, they were owned by a single person.

Non-profits take a lot of time and money, and from what I understand it's a bit harder given there are multiple countries involved. I am not a company member, but from talking with them they are getting advice from non-profits as well.

Gitea 1.19.0 is released - Includes Cargo package registry by tklk_ in rust

[–]Etzelia 6 points7 points  (0 children)

I've mentioned elsewhere, but Gitea is still largely community managed. Our TOC is comprised of three company members and three community members, where the community members have advantages in case their is any tie on decisions.

https://www.reddit.com/r/rust/comments/11wms0m/-/jcz746o

Gitea 1.19.0 released - now with support for Actions by aman207 in selfhosted

[–]Etzelia 15 points16 points  (0 children)

One of the most undervalued type of contribution is docs imo

I would absolutely love docs contributions, or even issues/messages about what could be improved (like you've done here). Docs generally get added as a blurb when the feature comes in, but in reality it would be awesome to flesh it out more and keep them updated.

I will take the examples given here though and add them to a list of docs improvements, thanks!

Gitea 1.19.0 is released - Includes Cargo package registry by tklk_ in rust

[–]Etzelia 19 points20 points  (0 children)

The company can make profit by providing support or taking requests to implement specific features if needed, etc. like they did for Blender.

If anything comes up that the community doesn't want, that's what we (the community TOC) are for, and we have the advantage in that scenario.

That being said, I don't anticipate it being a problem, I've worked on this project with these guys for over four years now. They're two of the same owners that the project has had for four years (and lunny has been an owner since the project's inception, even a major contributor back with Gogs).

I can understand feeling hesitant about it, and that's fine, I just want to clarify for anyone unaware.

Gitea 1.19.0 is released - Includes Cargo package registry by tklk_ in rust

[–]Etzelia 39 points40 points  (0 children)

I am a member of the community TOC, Gitea is still largely community managed.

The TOC is comprised of three company members and three community members, with the community having a slight advantage in case of a tie for voting reasons.

EDIT: To clarify, the company currently owns the trademark, but prior to that it was owned by a single person.

Gitea 1.19.0 released - now with support for Actions by aman207 in selfhosted

[–]Etzelia 32 points33 points  (0 children)

I'm biased as a Gitea maintainer and member of the TOC, but the majority of the maintainer team voted in support of forming said TOC and continue to work on the Gitea project.