.. |
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 convertCorePullRequest
|
2024-02-12 16:42:00 -05:00 |
convert_event.go
|
feat: add convertCorePullRequest
|
2024-02-12 16:42:00 -05:00 |
cookie.go
|
feat: server bones and initial github apps setup support
|
2024-02-11 04:01:27 -05:00 |
middleware.go
|
fix: need to override claim validation to convert string exp to unix
|
2024-02-12 02:19:09 -05:00 |
oauth.go
|
fix: needs to be a pointer receiver
|
2024-02-11 22:37:32 -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: add routes for app install tokens
|
2024-02-12 00:33:56 -05:00 |
routes_app.go
|
feat: add endpoint to generate a long-lived token to use inside ci actions
|
2024-02-12 15:48:31 -05:00 |
routes_app_installations.go
|
fix: wrong signing method
|
2024-02-12 01:06:01 -05:00 |
routes_rest_api.go
|
feat: add update pull request
|
2024-02-12 16:54:59 -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: make oauth DI managed
|
2024-02-11 16:30:03 -05:00 |
routes_webhooks.go
|
fix: add missing call to webhook manager
|
2024-02-11 04:42:10 -05:00 |
webhook_manager.go
|
fix: prefix webhook action in header bot not the payload
|
2024-02-12 04:14:46 -05:00 |