• Joined on 2025年11月19日
hwipl pushed to improve-dynamic-group-mappings at telekom-mms/forgejo 2026年07月07日 08:57:28 +02:00
2dff235343 feat: improve dynamic group mappings for OIDC
1d72ad088c feat(ui): improve markup attention colors (#13224)
29a27d1b0a Update dependency postcss to v8.5.16 (forgejo) (#13335)
c4689034c4 Update dependency @codemirror/view to v6.43.4 (forgejo) (#13332)
Compare 118 commits »
hwipl pushed to forgejo at telekom-mms/forgejo 2026年07月07日 08:45:57 +02:00
1d72ad088c feat(ui): improve markup attention colors (#13224)
29a27d1b0a Update dependency postcss to v8.5.16 (forgejo) (#13335)
c4689034c4 Update dependency @codemirror/view to v6.43.4 (forgejo) (#13332)
14cb1dea00 Update https://data.forgejo.org/actions/setup-go action to v6.5.0 (forgejo) (#13202)
Compare 117 commits »
hwipl deleted branch hwipl-project-api from telekom-mms/forgejo 2026年07月06日 16:09:43 +02:00
hwipl created pull request forgejo/forgejo#13056 2026年06月11日 14:43:00 +02:00
feat: improve dynamic group mappings for OIDC
hwipl pushed to improve-dynamic-group-mappings at telekom-mms/forgejo 2026年06月11日 14:27:48 +02:00
6b05fe9f7a feat: improve dynamic group mappings for OIDC
hwipl created branch improve-dynamic-group-mappings in telekom-mms/forgejo 2026年06月11日 14:27:48 +02:00
hwipl pushed to forgejo at telekom-mms/forgejo 2026年06月11日 10:39:30 +02:00
423b5c029c feat(ui): modernize hidden comment types checkboxes in appearance settings (#13044)
6def475fc4 feat(ui): mention quote searching and search docs in search syntax popup (#12966)
ad34dfaa0f chore: update unittest template (#13009)
2191c8459a Update module github.com/urfave/cli/v3 to v3.9.1 (forgejo) (#13047)
51def7fb23 Update data.forgejo.org/forgejo/forgejo Docker tag to v11.0.15 (forgejo) (#13046)
Compare 20 commits »
hwipl commented on pull request telekom-mms/forgejo#6 2026年06月10日 18:46:12 +02:00
Update API and tests

Yes. Changed together with the getProjectColumnIssue() changes.

hwipl commented on pull request telekom-mms/forgejo#6 2026年06月10日 18:43:42 +02:00
Update API and tests

Changed, as discussed today.

hwipl commented on pull request telekom-mms/forgejo#6 2026年06月10日 18:43:35 +02:00
Update API and tests

Changed, as discussed today.

hwipl commented on pull request telekom-mms/forgejo#6 2026年06月10日 18:42:28 +02:00
Update API and tests

As discussed, I moved getProjectColumnIssue() to the service.

hwipl commented on pull request telekom-mms/forgejo#6 2026年06月10日 18:40:21 +02:00
Update API and tests

I added CreateProjectIssue and reused the IssueAssignOrRemoveProject code with an extra helper.

hwipl pushed to hwipl-project-api at telekom-mms/forgejo 2026年06月10日 18:37:34 +02:00
74f2cc7f54 WIP: move permission checking into context
8ae7f30e1e WIP: move getProjectColumnIssue from context to project service
8023a1e5c0 WIP: fix CreateProjectColumnOption in projects test
318cb531bf WIP: fix template and card type in create project tests
30205fe2a4 WIP: add CreateProjectIssue() to issues model
Compare 7 commits »
hwipl commented on pull request telekom-mms/forgejo#6 2026年06月10日 13:29:51 +02:00
Update API and tests

Probably whatever we do with telekom-mms/forgejo#6/files (comment) above, it's basically the same TODO ;)

hwipl pushed to hwipl-project-api at telekom-mms/forgejo 2026年06月09日 21:24:06 +02:00
ca75372e7e WIP: updates
hwipl commented on pull request telekom-mms/forgejo#6 2026年06月09日 21:22:02 +02:00
Update API and tests

I understand the nil worries. But again, I thought this is kind of what they already do with Repo, Org, and so on. In the code you have to be aware of the API path that is used to reach it. If the...

hwipl commented on pull request telekom-mms/forgejo#6 2026年06月09日 21:00:28 +02:00
Update API and tests

I kinda copied what they do with Repo, Org etc. At least that was the idea ;)

hwipl commented on pull request telekom-mms/forgejo#6 2026年06月09日 20:44:34 +02:00
Update API and tests

OK, I'll move these checks. Not sure about the ones in UpdateProject though.

hwipl commented on pull request telekom-mms/forgejo#6 2026年06月09日 20:31:03 +02:00
Update API and tests

The existing integration tests caught it. I just had to fix it to make the tests run correctly ;)

hwipl commented on pull request telekom-mms/forgejo#6 2026年06月09日 20:28:38 +02:00
Update API and tests

That's a leftover from when I played with the ID/sorting below. I thought about "removing holes" in the Sorting numbers by using the indices of the sorted list instead of the Sorting numbers....