gitforge/services/issue
limiting-factor a48683f064 feat: add internal APIs for reactions notifications (#13017)
- add the NewReaction and DeleteReaction interface and loop to the
  notify service
- use services/issue instead of models/issues in REST and web API to
  create and delete reactions
- Issues and Comment reactions created via services/issue notify via NewReaction
- Issues and Comment reactions deleted via services/issue notify via DeleteReaction

### Tests for Go changes

- I added test coverage for Go changes...
  - [x] in their respective `*_test.go` for unit tests.
  - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I ran...
  - [x] `make pr-go` before pushing

### Documentation

- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs) to explain to Forgejo users how to use this change.
- [x] I did not document these changes and I do not expect someone else to do it.

### Release notes

- [ ] This change will be noticed by a Forgejo user or admin (feature, bug fix, performance, etc.). I suggest to include a release note for this change.
- [x] This change is not visible to a Forgejo user or admin (refactor, dependency upgrade, etc.). I think there is no need to add a release note for this change.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13017
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
2026-06-29 03:59:39 +02:00
..
assignee.go feat: implement fine-grained access tokens in /repos/{owner}/{repo}/pulls/{index}/requested_reviewers 2026-03-01 17:05:53 +01:00
assignee_test.go
comments.go
comments_test.go chore: move all test blank imports in a single package (#10662) 2026-01-02 05:32:32 +01:00
commit.go chore: bump golangci-lint version (#13211) 2026-06-27 00:35:03 +02:00
commit_test.go refactor: migrate from lib/pq to jackc/pgx (#10219) 2025-11-30 17:47:45 +01:00
content.go
issue.go chore: add modernizer linter (#11936) 2026-04-02 03:29:37 +02:00
issue_test.go
label.go
label_test.go
main_test.go chore: move all test blank imports in a single package (#10662) 2026-01-02 05:32:32 +01:00
milestone.go chore: add modernizer linter (#11936) 2026-04-02 03:29:37 +02:00
milestone_test.go
pull.go
reaction.go feat: add internal APIs for reactions notifications (#13017) 2026-06-29 03:59:39 +02:00
reaction_test.go feat: add internal APIs for reactions notifications (#13017) 2026-06-29 03:59:39 +02:00
status.go
template.go