feat: managed worker pools (#725)

* change api extension spec to register custom populators

* fix: support only bearer auth

* fix: correct authn logic

* fix: indexes on workflow runs, events

* feat: managed worker pools

* chore: lint fix

* hide workers view when not enabled

* support internal api tokens, minor improvements

* fix: actually write internal

* fix breaking changes

* don't allow revoking internal tokens

* fix: linting and remove metrics view

* fix: token

* address review and add feat flags
This commit is contained in:
abelanger5
2024-07-16 09:33:46 -04:00
committed by GitHub
parent 38a4ce647d
commit 5d87f380ef
57 changed files with 4674 additions and 420 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to use for the release'
description: "Tag to use for the release"
required: true
name: Release
jobs: