gitea-github-proxy/api
Derrick Hammer 055f502114
chore: RouterParams not needed
2024-02-11 14:59:07 -05:00
..
app.go feat: add webhooks manager and switch to using dedicated pull_request webhook endpoint. Also add iniyial pull_request support 2024-02-11 04:03:00 -05:00
convert.go feat: add convertCommitFile 2024-02-11 14:03:03 -05:00
convert_event.go fix: if RequestedReviewers or Labels are empty, add dummy nil 2024-02-11 05:22:35 -05:00
cookie.go feat: server bones and initial github apps setup support 2024-02-11 04:01:27 -05:00
middleware.go refactor: verifyWebhookDataMiddleware just need to store the wehbook data in context 2024-02-11 04:25:52 -05:00
oauth.go feat: add token monitoring and refresh 2024-02-11 14:58:04 -05:00
route_manifests.go refactor: split route setup to each set of routes 2024-02-11 04:01:34 -05:00
router.go chore: RouterParams not needed 2024-02-11 14:59:07 -05:00
routes.go feat: initial rest api support with /repos/{owner}/{repo}/pulls/{pull_number}/files 2024-02-11 14:17:19 -05:00
routes_app.go refactor: split route setup to each set of routes 2024-02-11 04:01:34 -05:00
routes_rest_api.go feat: initial rest api support with /repos/{owner}/{repo}/pulls/{pull_number}/files 2024-02-11 14:17:19 -05:00
routes_settings.go refactor: split route setup to each set of routes 2024-02-11 04:01:34 -05:00
routes_setup.go refactor: split route setup to each set of routes 2024-02-11 04:01:34 -05:00
routes_webhooks.go fix: add missing call to webhook manager 2024-02-11 04:42:10 -05:00
webhook_manager.go fix: use Header.Set 2024-02-11 06:20:18 -05:00