forgejo-backport-action
|
e286457990
|
[v11.0/forgejo] chore: branding import path (#7354)
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/7337
- Massive replacement of changing `code.gitea.io/gitea` to `forgejo.org`.
- Resolves forgejo/discussions#258
Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7354
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
Co-committed-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
|
2025-03-27 20:13:05 +00:00 |
|
KN4CK3R
|
27d4c11ec3
|
Fix joins in db.Find(AndCount) (#28978)
|
2024-01-30 02:37:24 +00:00 |
|
Lunny Xiao
|
70c4aad8e1
|
Move more functions to db.Find (#28419)
Following #28220
This PR move more functions to use `db.Find`.
---------
Co-authored-by: delvh <dev.lh@web.de>
|
2024-01-15 02:19:25 +00:00 |
|
Lunny Xiao
|
df1e7d0067
|
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
|
2023-11-24 03:49:41 +00:00 |
|
Lunny Xiao
|
a8c4f8cebc
|
Fix db.Find bug (#23115)
Caused by #20821
Fix #23110
|
2023-02-24 21:17:09 +08:00 |
|