• Joined on 2026年05月02日
Fluffinity commented on issue Cyborus/forgejo-api#163 2026年07月13日 13:17:16 +02:00
Add notice for supported Forgejo version

I recommend checking out the Forgejo repo itself and potentially report your issues there, in case they aren't documented

Fluffinity commented on issue Cyborus/forgejo-api#163 2026年07月13日 13:14:53 +02:00
Add notice for supported Forgejo version

Ok, nvm. I think the best path forward is, as you mentioned, to just state the single Forgejo version, that the current version of the crate supports. We should make it clear, that essentially...

Fluffinity commented on issue Cyborus/forgejo-api#163 2026年07月13日 13:04:29 +02:00
Add notice for supported Forgejo version

Can you describe the concrete issues you encountered? Just so I have a clearer idea what is going on

Fluffinity commented on pull request forgejo-contrib/forgejo-cli#554 2026年07月12日 20:10:23 +02:00
feat(repo): Add star-status command and checks in star commands

The response bodies and headers are identical

Fluffinity commented on pull request forgejo-contrib/forgejo-cli#554 2026年07月12日 12:17:44 +02:00
feat(repo): Add star-status command and checks in star commands

Just to be sure, I'm assuming you are talking about line 874. I don't quite get what you mean. If the user queries whether they starred a given repo and they didn't, it doesn't imply that they...

Fluffinity commented on pull request forgejo-contrib/forgejo-cli#554 2026年07月12日 12:08:02 +02:00
feat(repo): Add star-status command and checks in star commands

I'll get to that later. This is also something to be fixed in the watch-status command.

Fluffinity commented on pull request forgejo-contrib/forgejo-cli#554 2026年07月12日 12:06:51 +02:00
feat(repo): Add star-status command and checks in star commands

Definitely more terse, although I'm not too much of a fan of using anything else than a string literal as the argument for the ftl_ macros. This wouldn't really make the code simpler in my opinion.

Fluffinity commented on pull request forgejo-contrib/forgejo-cli#554 2026年07月12日 12:01:39 +02:00
feat(repo): Add star-status command and checks in star commands

In this case we need to make a second API call to determine whether the repo exists. Unfortunately, Codeberg uses a 404 to signal the status as unstarred/unwatched, so we can not distinguish that...

Fluffinity pushed to feat-star-check at Fluffinity/forgejo-cli 2026年07月12日 11:48:21 +02:00
a165ee36ca feat(repo): Add star-status command and checks in star commands
Fluffinity commented on issue forgejo-contrib/forgejo-cli#559 2026年07月12日 00:29:24 +02:00
api sub command similar to gh

I second this. Can it be used by AI: yes. But so can pretty much everything automated. Apart from allowing currently not covered endpoints it may also allow users to target endpoints, we already...

Fluffinity created pull request forgejo-contrib/forgejo-cli#561 2026年07月11日 22:35:06 +02:00
feat(repo): add help text for --list flag in watch-status
Fluffinity pushed to feat-watch-list-help at Fluffinity/forgejo-cli 2026年07月11日 22:33:03 +02:00
5c82f01a07 feat(repo): add help text for --list flag in watch-status
Fluffinity created branch feat-watch-list-help in Fluffinity/forgejo-cli 2026年07月11日 22:33:03 +02:00
Fluffinity pushed to main at Fluffinity/forgejo-cli 2026年07月11日 22:29:49 +02:00
5c12483112 Merge pull request 'Update Rust crate regex to v1.13.0' (#558) from renovate/regex-1.x-lockfile into main
10478bf29b Merge pull request 'Update Rust crate serde-saphyr to 0.0.29' (#549) from renovate/serde-saphyr-0.x into main
9b4188d487 Merge pull request 'feat: Add --cwd/-C CLI option for setting cwd' (#547) from muller-md/forgejo-cli:cwd into main
c09af21879 Merge pull request 'chore: fix clippy warning' (#555) from jpk68/forgejo-cli:fix-clippy-2 into main
4808dcc2e7 Merge pull request 'refactor(repo): simplify determining repo owner' (#560) from Fluffinity/forgejo-cli:refactor-print-subscriptions into main
Compare 10 commits »
Fluffinity commented on pull request forgejo-contrib/forgejo-cli#554 2026年07月11日 22:25:10 +02:00
feat(repo): Add star-status command and checks in star commands

Rebased onto current main and I took the opportunity to also add help text for the --list flag

Fluffinity dismissed review from Cyborus for forgejo-contrib/forgejo-cli#554 2026年07月11日 22:24:14 +02:00
Reason:
New commits pushed, approval review dismissed automatically according to repository settings
Fluffinity pushed to feat-star-check at Fluffinity/forgejo-cli 2026年07月11日 22:24:12 +02:00
34e3cac21a feat(repo): Add star-status command and checks in star commands
5c12483112 Merge pull request 'Update Rust crate regex to v1.13.0' (#558) from renovate/regex-1.x-lockfile into main
10478bf29b Merge pull request 'Update Rust crate serde-saphyr to 0.0.29' (#549) from renovate/serde-saphyr-0.x into main
9b4188d487 Merge pull request 'feat: Add --cwd/-C CLI option for setting cwd' (#547) from muller-md/forgejo-cli:cwd into main
c09af21879 Merge pull request 'chore: fix clippy warning' (#555) from jpk68/forgejo-cli:fix-clippy-2 into main
Compare 11 commits »
Fluffinity commented on pull request forgejo-contrib/forgejo-cli#554 2026年07月11日 19:52:55 +02:00
feat(repo): Add star-status command and checks in star commands

Applied the same changes for printing all starred repos as in #560

Fluffinity pushed to feat-star-check at Fluffinity/forgejo-cli 2026年07月11日 19:51:54 +02:00
727e7de524 feat(repo): Add star-status command and checks in star commands