forgejo/models/fixtures
KN4CK3R 1887c95254
Decouple HookTask from Repository ()
At the moment a repository reference is needed for webhooks. With the
upcoming package PR we need to send webhooks without a repository
reference. For example a package is uploaded to an organization. In
theory this enables the usage of webhooks for future user actions.

This PR removes the repository id from `HookTask` and changes how the
hooks are processed (see `services/webhook/deliver.go`). In a follow up
PR I want to remove the usage of the `UniqueQueue´ and replace it with a
normal queue because there is no reason to be unique.

Co-authored-by: 6543 <6543@obermui.de>
2022-10-21 18:21:56 +02:00
..
access.yml Fix user visible check () 2022-09-20 15:59:20 +08:00
access_token.yml
action.yml GetFeeds must always discard actions with dangling repo_id () 2022-05-05 11:39:26 -04:00
attachment.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
collaboration.yml Fix "access" fixtures and tests () 2020-02-15 12:29:06 +08:00
comment.yml [API] Add "before" query to ListIssueComments and ListRepoIssue… () 2020-01-13 17:02:24 +01:00
commit_status.yml
commit_status_index.yml Fix commit status index problem () 2021-09-23 18:50:06 +08:00
deleted_branch.yml
deploy_key.yml
email_address.yml Always store primary email address into email_address table and also the state () 2021-06-08 11:52:51 +08:00
external_login_user.yml add test coverage for original author conversion during migrations () 2022-02-01 13:20:28 -05:00
follow.yml Fix user visible check () 2022-09-20 15:59:20 +08:00
foreign_reference.yml Store the foreign ID of issues during migration () 2022-03-17 18:08:35 +01:00
gpg_key.yml
gpg_key_import.yml
hook_task.yml Decouple HookTask from Repository () 2022-10-21 18:21:56 +02:00
issue.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
issue_assignees.yml Fix issue overview for teams () 2022-05-16 17:49:17 +08:00
issue_index.yml Fix issue overview for teams () 2022-05-16 17:49:17 +08:00
issue_label.yml Add Organization Wide Labels () 2020-04-01 01:14:46 -03:00
issue_user.yml [API] ListIssues add more filters () 2021-06-16 18:33:37 -04:00
issue_watch.yml
label.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
login_source.yml
milestone.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
notice.yml
notification.yml [API] Add notification endpoint () 2020-01-09 11:56:32 +00:00
oauth2_application.yml Improve OAuth integration tests () 2022-10-12 12:22:43 +08:00
oauth2_authorization_code.yml
oauth2_grant.yml Fix wrong user in OpenID response () 2021-08-19 12:11:30 -04:00
org_user.yml Fix user visible check () 2022-09-20 15:59:20 +08:00
project.yml Kanban board () 2020-08-16 23:07:38 -04:00
project_board.yml Kanban board () 2020-08-16 23:07:38 -04:00
project_issue.yml Kanban board () 2020-08-16 23:07:38 -04:00
protected_branch.yml
public_key.yml
pull_request.yml Add API endpoint to get changed files of a PR () 2022-09-29 04:27:20 +02:00
reaction.yml
release.yml [API] ListReleases add filter for draft and pre-releases () 2021-06-17 10:58:10 +02:00
renamed_branch.yml Add a simple way to rename branch like gh () 2021-10-08 19:03:04 +02:00
repo_archiver.yml Rework repository archive () 2021-06-23 17:12:38 -04:00
repo_indexer_status.yml
repo_redirect.yml
repo_topic.yml
repo_transfer.yml Repository transfer has to be confirmed, if user can not create repo for new owner () 2021-03-01 01:47:30 +01:00
repo_unit.yml Issues overview should not show issues from archived repos () 2021-01-12 23:19:17 -05:00
repository.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
review.yml Add dismiss review feature () 2021-02-11 18:32:25 +01:00
star.yml
stopwatch.yml
system_setting.yml Add system setting table with cache and also add cache supports for user setting () 2022-10-17 07:29:26 +08:00
team.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
team_repo.yml
team_unit.yml Fix issue overview for teams () 2022-05-16 17:49:17 +08:00
team_user.yml Fix user visible check () 2022-09-20 15:59:20 +08:00
topic.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
tracked_time.yml
two_factor.yml
user.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
user_open_id.yml
user_redirect.yml Redirect on changed user and org name () 2021-01-24 16:23:05 +01:00
watch.yml
webauthn_credential.yml Add some api integration tests () 2022-10-18 00:23:27 +08:00
webhook.yml