Forgejo with Patchii patches
Find a file
Gusted 7ffa7f5bce
Refactor LFS GC functions
- Remove options that currently aren't set
on `GarbageCollectLFSMetaObjectsOptions` and
`IterateLFSMetaObjectsForRepoOptions`.
- Simplify `IterateRepositoryIDsWithLFSMetaObjects` and
`IterateLFSMetaObjectsForRepo`.
- `IterateLFSMetaObjectsForRepo` was previously able to get in a
loop (`gc-lfs` doctor check was able to reproduce this) because the code
expected that the records would be updated to not match the SQL query,
but that wasn't the case. Simply enforce that only records higher than
the latest `id` from the previous iteration are allowed.
- For `gc-lfs` doctor check this was because `UpdatedLessRecentlyThan`
option was not set, which caused that records just marked as active in
the iteration weren't being filtered.
- Add unit tests
- Most likely a regression from 2cc3a6381c.
- The bug with `gc-lfs` was found on Codeberg.
2024-04-05 16:49:15 +02:00
.devcontainer
.forgejo Revert "[CI] pin go v1.22.2 version" 2024-04-05 05:31:00 +02:00
.gitea
assets [CHORE] Cleanup dependency 2024-03-30 00:01:42 +01:00
build
cmd Merge pull request '[FEAT] Allow non-explicit push options' (#2984) from gusted/forgejo-push-options into forgejo 2024-04-03 19:00:16 +00:00
contrib
custom/conf Merge pull request 'Render inline file permalinks' (#2669) from Mai-Lapyst/forgejo:markup-add-filepreview into forgejo 2024-04-01 13:57:01 +00:00
docker
docs Migrate font-family to tailwind (#30118) 2024-03-30 07:17:32 +01:00
manual-testing@877d11b403
models Refactor LFS GC functions 2024-04-05 16:49:15 +02:00
modules [BUG] Fix crash in issue forms 2024-04-04 15:54:06 +02:00
options [I18N] Provide plural support for followers/following in user profiles 2024-04-05 06:53:22 +02:00
public
releases/images
routers add label filters in org/{org_name}/issues 2024-04-04 17:57:11 +05:30
services Refactor LFS GC functions 2024-04-05 16:49:15 +02:00
templates Use people icon instead of person on profiles 2024-04-05 06:53:25 +02:00
tests Merge pull request '[FEAT] Add label filters in organization issues dashboard' (#2944) from iminfinity/forgejo:add/label-filters into forgejo 2024-04-04 16:58:12 +00:00
tools Add svg linter and fix incorrect svgs (#30086) 2024-03-30 07:17:30 +01:00
web_src Fixes regression of issue edit not working 2024-04-05 00:39:30 +02:00
.air.toml
.changelog.yml
.deadcode-out Merge pull request 'Data size unit localization' (#2528) from 0ko/forgejo:sizelocalize into forgejo 2024-04-01 19:31:26 +00:00
.dockerignore Adjust VS Code debug filename match in .gitignore (#30158) 2024-03-30 07:17:32 +01:00
.editorconfig
.eslintrc.yaml Forbid jQuery .attr (#30116) 2024-03-30 07:17:31 +01:00
.gitattributes
.gitignore
.gitmodules
.gitpod.yml
.golangci.yml
.ignore
.markdownlint.yaml
.npmrc
.spectral.yaml
.stylelintrc.yaml
.yamllint.yaml
BSDmakefile
build.go
CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
DCO
Dockerfile
Dockerfile.rootless
go.mod [CHORE] Update golang.org/x/net 2024-04-04 06:17:41 +02:00
go.sum [CHORE] Update golang.org/x/net 2024-04-04 06:17:41 +02:00
LICENSE
main.go
MAINTAINERS
Makefile Merge pull request '[RELEASE] GITEA_VERSION is a fallback for FORGEJO_VERSION' (#2861) from earl-warren/forgejo:wip-version into forgejo 2024-03-30 22:23:37 +00:00
package-lock.json Update dependency happy-dom to v14.3.10 2024-04-02 04:04:45 +00:00
package.json Update dependency happy-dom to v14.3.10 2024-04-02 04:04:45 +00:00
playwright.config.js
poetry.lock Update JS any PY dependencies, remove workarounds (#30085) 2024-03-30 07:17:30 +01:00
poetry.toml
pyproject.toml
README.md
RELEASE-NOTES.md [RELEASE] v1.21.10-0 release notes 2024-04-04 18:37:59 +02:00
renovate.json
tailwind.config.js Migrate font-family to tailwind (#30118) 2024-03-30 07:17:32 +01:00
updates.config.js
vitest.config.js
webpack.config.js Update JS any PY dependencies, remove workarounds (#30085) 2024-03-30 07:17:30 +01:00

Welcome to Forgejo

Hi there! Tired of big platforms playing monopoly? Providing Git hosting for your project, friends, company or community? Forgejo (/for'd͡ʒe.jo/ inspired by forĝejo the Esperanto word for forge) has you covered with its intuitive interface, light and easy hosting and a lot of builtin functionality.

Forgejo was created in 2022 because we think that the project should be owned by an independent community. If you second that, then Forgejo is for you! Our promise: Independent Free/Libre Software forever!

What does Forgejo offer?

If you like any of the following, Forgejo is literally meant for you:

  • Lightweight: Forgejo can easily be hosted on nearly every machine. Running on a Raspberry? Small cloud instance? No problem!
  • Project management: Besides Git hosting, Forgejo offers issues, pull requests, wikis, kanban boards and much more to coordinate with your team.
  • Publishing: Have something to share? Use releases to host your software for download, or use the package registry to publish it for docker, npm and many other package managers.
  • Customizable: Want to change your look? Change some settings? There are many config switches to make Forgejo work exactly like you want.
  • Powerful: Organizations & team permissions, CI integration, Code Search, LDAP, OAuth and much more. If you have advanced needs, Forgejo has you covered.
  • Privacy: From update checker to default settings: Forgejo is built to be privacy first for you and your crew.
  • Federation: (WIP) We are actively working to connect software forges with each other through ActivityPub, and create a collaborative network of personal instances.

Learn more

Dive into the documentation, subscribe to releases and blog post on our website, find us on the Fediverse or hop into our Matrix room if you have any questions or want to get involved.

Get involved

If you are interested in making Forgejo better, either by reporting a bug or by changing the governance, please take a look at the contribution guide.