• Joined on 2024年11月13日
ds-cbo commented on pull request Cyborus/forgejo-api#162 2026年07月09日 15:15:05 +02:00
Bump dependencies

tests use RequestBuilder::form(), was extracted to reqwest feature

ds-cbo commented on pull request Cyborus/forgejo-api#162 2026年07月09日 15:14:44 +02:00
Bump dependencies

rustls-tls feature was renamed to rustls, added native-tls feature

ds-cbo commented on pull request Cyborus/forgejo-api#162 2026年07月09日 15:14:14 +02:00
Bump dependencies

macos-system-configuration was renamed to system-proxy, see https://github.com/seanmonstar/reqwest/pull/2901

ds-cbo created pull request Cyborus/forgejo-api#162 2026年07月09日 15:13:37 +02:00
Bump dependencies
ds-cbo pushed to bump-dependencies at ds-cbo/forgejo-api 2026年07月09日 15:13:07 +02:00
a5f7785b16
Bump dependencies
ds-cbo pushed to bump-dependencies at ds-cbo/forgejo-api 2026年07月09日 15:12:59 +02:00
4107975624
Bump dependencies
ds-cbo pushed to bump-dependencies at ds-cbo/forgejo-api 2026年07月09日 15:11:55 +02:00
ds-cbo created branch bump-dependencies in ds-cbo/forgejo-api 2026年07月09日 15:11:55 +02:00
ds-cbo created repository ds-cbo/forgejo-api 2026年07月09日 15:11:14 +02:00
ds-cbo commented on issue forgejo-contrib/forgejo-cli#557 2026年07月09日 15:07:37 +02:00
support TLS v1.3-only forgejo instances

Bumping reqwest to 0.13.4 did indeed fix this issue, but it also causes some tests to fail, I'll see if those are easy to fix and then I'll send a PR. Thanks

ds-cbo opened issue forgejo-contrib/forgejo-cli#557 2026年07月09日 13:26:46 +02:00
support TLS v1.3-only forgejo instances
ds-cbo commented on issue forgejo/forgejo#5292 2024年11月13日 14:09:23 +01:00
bug: Filtering for certain repositories on dashboard causes UI error

The second amplifying part is introduced in 2813425488 which is a merge from Gitea's https://github.com/go-gitea/gitea/comm...

ds-cbo commented on issue forgejo/forgejo#5292 2024年11月13日 13:54:12 +01:00
bug: Filtering for certain repositories on dashboard causes UI error

What I'm guessing so far (but I didn't check this) is that this is a result of GetLatestCommitStatusForPairs receiving an empty list of repoSHAs, meaning the first query:

//...
ds-cbo commented on issue forgejo/forgejo#5292 2024年11月13日 12:13:37 +01:00
bug: Filtering for certain repositories on dashboard causes UI error

This also happens on our private instance and we are using Postgres. The limit is just higher:

2024年11月13日 10:58:43 ...ers/web/repo/repo.go:682:SearchRepo() [E] FindReposLastestCommitStatuse...