Skip to content

web/admin: allow custom sorting for bound* tables#9080

Merged
BeryJu merged 1 commit intomainfrom
web/admin/allow-bound-sorting
Mar 30, 2024
Merged

web/admin: allow custom sorting for bound* tables#9080
BeryJu merged 1 commit intomainfrom
web/admin/allow-bound-sorting

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 30, 2024

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

@BeryJu BeryJu requested review from a team as code owners March 30, 2024 14:11
@netlify
Copy link

netlify bot commented Mar 30, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit d4ee964
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66086f2c6502340008585e96

@netlify
Copy link

netlify bot commented Mar 30, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit d4ee964
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66086f2c30d3ba00087206c5

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the web/admin/allow-bound-sorting branch from 390a78b to d4ee964 Compare March 30, 2024 19:59
@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-d4ee964c70dc71ae919e7793dcefc02e99f77831
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-d4ee964c70dc71ae919e7793dcefc02e99f77831-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-d4ee964c70dc71ae919e7793dcefc02e99f77831

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-d4ee964c70dc71ae919e7793dcefc02e99f77831-arm64

Afterwards, run the upgrade commands from the latest release notes.

@BeryJu BeryJu merged commit ac1f333 into main Mar 30, 2024
@BeryJu BeryJu deleted the web/admin/allow-bound-sorting branch March 30, 2024 20:35
kensternberg-authentik added a commit that referenced this pull request Apr 1, 2024
* main:
  web: bump @patternfly/elements from 2.4.0 to 3.0.0 in /web (#9089)
  web: bump ts-pattern from 5.0.8 to 5.1.0 in /web (#9090)
  website: bump the docusaurus group in /website with 9 updates (#9087)
  web/admin: allow custom sorting for bound* tables (#9080)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant