mmarif, to android
@mmarif@mastodon.social avatar

GitNex 5.5.0 is now OUT with a new comment UI, the ability to update your profile avatar, the option to insert notes to issues/PRs/releases, and many other improvements.

We have also reached 400 stars on . Thanks to all for supporting GitNex all the way.

With the upcoming 6.0.0 release, GitNex will have different version numbers, such as 6.0.0, 7.0.0, and so on.

I hope you enjoy the new release and find it even more productive.

New comment UI

jwildeboer, to github
@jwildeboer@social.wildeboer.net avatar

still doesn't support issue templates in , the way and can. Only , which is a lot less attractive. But and can do label changes in the Kanban (project) view, which can't.

jwildeboer, (edited ) to opensource
@jwildeboer@social.wildeboer.net avatar

You know why I like @forgejo so much? I just did a "fly-by" patch on the documentation because I was annoyed with how complicated that one page was written. So I forked the repo, cleaned up that page and submitted a Pull Request. And guess what? No discussions, no back and forth, it just got merged! Now THAT is how you attract new contributors to your Open Source project. Thank you! My first contribution!

https://codeberg.org/forgejo/docs/commit/784e395e977c5a3d0ca6892501f7216939f3b955

jwildeboer,
@jwildeboer@social.wildeboer.net avatar

The issue template system in is really powerful, BTW. Here's an example of a yaml issue template[1] and the resulting issue[2]. It sets labels, the branch and adds a nice checklist after you submit the issue. So cool. Oh, and you also get nice looking emails when you create an issue :)

(please don't file test issues in my repo behind those links ;)

[1] https://codeberg.org/jwildeboer/jwildeboersource/src/branch/master/.forgejo/ISSUE_TEMPLATE/corr.yaml
[2] https://codeberg.org/jwildeboer/jwildeboersource/issues/10

Screenshot of the template in action when creating a new issue. A shiny form with wonderful layout and input elements.
After the issue is submitted, you get a nice looking issue with a checklist on top that allows you to document the progress.

Codeberg, to random
@Codeberg@social.anoxinon.de avatar

Bugfixes for long-standing issues incoming - now deployed to Codeberg!

In Summer 2022 it was discovered that the RSS implementation had issues for project feeds which duplicated entries.

With the help of Codeberg's financial support to , this bug is now fixed in the next release and already deployed to Codeberg now.

Your donation helps improving Codeberg - thank you all for your support!

Original bug report: https://codeberg.org/Codeberg/Community/issues/684

meissa, to random
@meissa@social.meissa-gmbh.de avatar

Yay - we are on the road. The first babystep on the road to federated-stars was merged:

https://codeberg.org/forgejo/forgejo/pulls/3494

Many thanx to the nice & warm community!

Discussion around PR is very productive and a real pleasure.

jwildeboer, to random
@jwildeboer@social.wildeboer.net avatar

So 7.0.2 has been released and it fixed a rather obscure bug I found: Replying to issues via e-mail didn't always add the attachments like screenshots. This is now fixed! Yay! And it was just a systemctl stop forgejo; podman pull codeberg.org/forgejo/forgejo:7-rootless; systemctl start forgejo on my server! https://forgejo.org/releases/

forgejo, to random
@forgejo@floss.social avatar

v7.0.2 was just released! This is a bug fix release.

We strongly recommend that all installations are upgraded to the latest version as soon as possible.

Check out the release notes and download it at https://forgejo.org/releases/. If you experience any issues with this release, please report to https://codeberg.org/forgejo/forgejo/issues.

morenonatural, to github Spanish
@morenonatural@todon.nl avatar

[2208.04259] First Come First Served: The Impact of File Position on
https://arxiv.org/abs/2208.04259

Codeberg, (edited )
@Codeberg@social.anoxinon.de avatar

@morenonatural Sorry, the emoji was mainly expressing that we saw the post and are considering the impact on Codeberg / , and how to potentially improve the situation.

forgejo, to random
@forgejo@floss.social avatar

The monthly update was published ✨ It is a high level overview of the project activities.

Contributors celebrated the release of Forgejo v7.0 and Codeberg was upgraded the next day. A lot of effort went into the automation of the development process. As Forgejo matures, more and more of the work is about day to day management of bug reports, localization, security, etc. 17 interviews were conducted to better understand how it is used and shape its roadmap.

https://forgejo.org/2024-04-monthly-update/

Codeberg, to random
@Codeberg@social.anoxinon.de avatar

Introducing some of the new features now available on Codeberg (the thread will be extended over the next days):

You can now set your pronouns in your user settings, and they will display on your profile.

If you link to code in an issue, these will now show up as a preview, see https://codeberg.org/forgejo/forgejo/issues/3525 for example.

Codeberg, (edited )
@Codeberg@social.anoxinon.de avatar

With v7, there is now experimental code search support. It is currently only available to logged-in users and up to a certain repo size for performance reasons.

Results are generated with git-grep on the fly. We are working on integration with an external search index and also making progress there, but it will take some more time until this is ready.

Codeberg,
@Codeberg@social.anoxinon.de avatar

Now is a good time to get involved with , because the roadmap for the next release is being determined.

Get involved, be it as a designer, frontend or backend developer, translator, user researcher or by helpin to triage bugs and determining feature priority.

Reach out if you need onboarding.

RL_Dane, to random
@RL_Dane@fosstodon.org avatar

Crossing my fingers for @Codeberg
🤞🤞🤞🤞🤞

RL_Dane,
@RL_Dane@fosstodon.org avatar

@edgren @Codeberg

They had an outage while migrating to the latest version of

All is well now.

Codeberg, to random
@Codeberg@social.anoxinon.de avatar

We are going to update Codeberg to v7 within the next hour. This will involve a short downtime of about 10 minutes.

We apologize if this causes a disruption to your workflows today.

Codeberg,
@Codeberg@social.anoxinon.de avatar

The actual upgrade (and respective database migrations) are running now. The part looks smooth so far, we expect to return to service in about 5 minutes.

polychromata, to github

@fujowebdev It's nice to see representation of something other than , but given that is maintained by a forprofit, i expect it's only a matter of time before the same shit starts happening (and there /has/ already been one incident). It'd be cool to see like a cameo (or at least an offhand mention) of something like .

jwildeboer, to random
@jwildeboer@social.wildeboer.net avatar

TIL: When you use and/or , you can pimp your profile page by creating a repository called .profile (the dot is important) with a single file called README.md in it. Once done, the Markdown in said file will be shown as default content on your profile page. This is going to be fun! https://codeberg.org/jwildeboer

jwildeboer, (edited ) to random
@jwildeboer@social.wildeboer.net avatar

The Forgejo community has just published the 7.0.1 bug fix release[1]. I went to my server, did a systemctl stop forgejo, to stop the rootless container[2] I use to run it, issued podman pull codeberg.org/forgejo/forgejo:7-rootless to get the updates, and finally systemctl start forgejo and done. Updated. Thank you @forgejo for being awesome and working so hard on making things better and better!

[1] https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#7-0-1
[2] https://codeberg.org/jwildeboer/gists/src/branch/main/2024/20240425ForgejoPodman.md

forgejo, to random
@forgejo@floss.social avatar

v7.0.1 was just released! This is a bug fix release.

We strongly recommend that all installations are upgraded to the latest version as soon as possible.

It fixes a LFS data corruption when running forgejo doctor check --all --fix or when [cron.gc_lfs].ENABLED=true is set (the default is false).

Check out the release notes and download it at https://forgejo.org/releases/. If you experience any issues with this release, please report to https://codeberg.org/forgejo/forgejo/issues.

Widowild1, to Synology French
@Widowild1@mastodon.xyz avatar

basculement de vers sous , c’est assez simple.
il suffit de changer dans votre docker-compose l’image de gitea pour forgejo.

jwildeboer, (edited ) to RedHat
@jwildeboer@social.wildeboer.net avatar

How I run Forgejo as rootless container on my 9 machine with and (just a gist, you need quite some knowledge to follow along, I guess) https://codeberg.org/jwildeboer/gists/src/branch/main/2024/20240425ForgejoPodman.md Pull requests welcome :)

jwildeboer,
@jwildeboer@social.wildeboer.net avatar

Nice :) I can now open (and clone) repositories straight to VSCodium! It asks me where to clone the repo and done. I can edit files straight away.

scy, to random
@scy@chaos.social avatar

Hell yeah, @forgejo 7.0 has been released, and it comes with integration for SourceHut builds 🎉

Can't wait for Codeberg to roll this out :)

https://forgejo.org/2024-04-release-v7-0/

scy,
@scy@chaos.social avatar

Yay, @Codeberg has rolled out 7.0 and the builds.sr.ht integration works like a charm 😍

forgejo, to random
@forgejo@floss.social avatar

v7.0 was just released! Get it at https://forgejo.org/download/. 🚀

Forgejo v7.0 is available with translations in Bulgarian, Esperanto, Filipino and Slovenian; SourceHut builds integration; support for the SHA-256 hash function in Git; source code search by default and more. It also is the first Long Term Support version. The adoption of semantic versioning is the reason for the version bump from v1.21 to v7.0 and is compatible with existing tools. ✨

Read more at https://forgejo.org/2024-04-release-v7-0/

Beowulf,
@Beowulf@fosstodon.org avatar

@forgejo I activated bleve as indexer:

Before activation, my data folder was 280M in size, after activation it was 310M.

The indexer folder has changed as follows: 218k ⇒ 30M

“Stats”: It's a single user instance with 5 organizations, 49 Repositories (3 mirrors)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • osvaldo12
  • InstantRegret
  • Youngstown
  • everett
  • slotface
  • rosin
  • thenastyranch
  • mdbf
  • tacticalgear
  • megavids
  • cisconetworking
  • modclub
  • khanakhh
  • GTA5RPClips
  • Durango
  • normalnudes
  • ethstaker
  • Leos
  • tester
  • cubers
  • provamag3
  • anitta
  • lostlight
  • All magazines