drone/internal
Johannes Batzill 65c59d0b5b [MISC] Fix review bugs, regenerate swagger from latest service, fix webhook.has_secret in swagger (#198)
This change contains the following changes:
- allow submitting reviews without comment for approve
- fix openapi for /reviews api and fix UI calls for submitting reviews
- fix recently broken openapi for webhook (it removed has_secret field as part of openapi refactor)
- fix fatal submit review bug (we passed repo.UID not repo.GitUID to gitrpc - not sure how that ever worked?)
- add missing merge pr activity to list of all pr activity enum values
- return all PR states by default
- show Open PRs by default (instead of all) and fix state filtering query
- regenerate code services based on latest swagger
- fix UI code to work with regenerated code service
2023-01-12 22:39:38 -08:00
..
api [MISC] Fix review bugs, regenerate swagger from latest service, fix webhook.has_secret in swagger (#198) 2023-01-12 22:39:38 -08:00
auth [Techdebt] merge user/service/serviceaccount stores into single principal store (#160) 2023-01-05 15:58:18 -08:00
bootstrap ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
cache Added principal info cache (#173) 2023-01-11 20:32:37 +01:00
cron [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
events/git [Tags] Adding EVENT and WEBHOOK Support For Tags (#185) 2023-01-11 20:56:00 -08:00
githook [MISC] disable 'update' git hook (#181) 2023-01-11 17:09:46 -08:00
paths Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
request [MAINT] added repos endpoints to swagger (#33) 2022-10-18 00:10:36 +02:00
router [GIT] Add Support for Other Git Clients (#171) 2023-01-10 14:35:09 -08:00
server ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
store enum types should have Enum() method (#192) 2023-01-12 17:13:03 +01:00
testing [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
token [Techdebt] merge user/service/serviceaccount stores into single principal store (#160) 2023-01-05 15:58:18 -08:00
url [GIT] Add Support for Other Git Clients (#171) 2023-01-10 14:35:09 -08:00
webhook [Tags] Adding EVENT and WEBHOOK Support For Tags (#185) 2023-01-11 20:56:00 -08:00
inernal_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
internal.go [feat]ability to commit files using REST api (#82) 2022-11-22 19:24:40 +01:00