mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 09:53:06 -04:00
Some checks are pending
/ release (push) Waiting to run
testing-integration / test-unit (push) Waiting to run
testing-integration / test-sqlite (push) Waiting to run
testing-integration / test-mariadb (v10.6) (push) Waiting to run
testing-integration / test-mariadb (v11.8) (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions
Fixes #9911 The endpoint was documented as taking `page` and `limit` parameters but did not actually use then and just returned the full list. Now it does use them! Co-authored-by: Gusted <postmaster@gusted.xyz> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9915 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Cyborus <cyborus@cyborus.xyz> Co-committed-by: Cyborus <cyborus@cyborus.xyz>
66 lines
1.9 KiB
YAML
66 lines
1.9 KiB
YAML
-
|
|
id: 5
|
|
repo_id: 0
|
|
owner_id: 0
|
|
url: http://www.example.com/systemhook5
|
|
http_method: POST
|
|
type: forgejo
|
|
content_type: 1 # json
|
|
events: '{"push_only":true,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":false}}'
|
|
is_active: true
|
|
is_system_webhook: true
|
|
-
|
|
id: 6
|
|
repo_id: 0
|
|
owner_id: 0
|
|
url: http://www.example.com/systemhook6
|
|
http_method: POST
|
|
type: forgejo
|
|
content_type: 1 # json
|
|
events: '{"push_only":true,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":false}}'
|
|
is_active: true
|
|
is_system_webhook: true
|
|
-
|
|
id: 7
|
|
repo_id: 0
|
|
owner_id: 0
|
|
url: http://www.example.com/systemhook7
|
|
http_method: POST
|
|
type: forgejo
|
|
content_type: 1 # json
|
|
events: '{"push_only":true,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":false}}'
|
|
is_active: true
|
|
is_system_webhook: true
|
|
-
|
|
id: 8
|
|
repo_id: 0
|
|
owner_id: 0
|
|
url: http://www.example.com/systemhook8
|
|
http_method: POST
|
|
type: forgejo
|
|
content_type: 1 # json
|
|
events: '{"push_only":true,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":false}}'
|
|
is_active: false
|
|
is_system_webhook: true
|
|
-
|
|
id: 9
|
|
repo_id: 0
|
|
owner_id: 0
|
|
url: http://www.example.com/systemhook9
|
|
http_method: POST
|
|
type: forgejo
|
|
content_type: 1 # json
|
|
events: '{"push_only":true,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":false}}'
|
|
is_active: false
|
|
is_system_webhook: true
|
|
-
|
|
id: 10
|
|
repo_id: 0
|
|
owner_id: 0
|
|
url: http://www.example.com/systemhook
|
|
http_method: POST
|
|
type: forgejo
|
|
content_type: 1 # json
|
|
events: '{"push_only":true,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":false}}'
|
|
is_active: false
|
|
is_system_webhook: false
|