Skip to content

root: optimise api client generation speed#21141

Merged
rissson merged 5 commits intomainfrom
root/optimise-build
Mar 25, 2026
Merged

root: optimise api client generation speed#21141
rissson merged 5 commits intomainfrom
root/optimise-build

Conversation

@BeryJu
Copy link
Copy Markdown
Member

@BeryJu BeryJu commented Mar 25, 2026

(With rust and go client, this is before #21120)

Before:

________________________________________________________
Executed in   89.26 secs    fish           external
   usr time   29.53 secs    0.27 millis   29.53 secs
   sys time    8.69 secs    1.65 millis    8.69 secs

After:

________________________________________________________
Executed in   58.25 secs    fish           external
   usr time   32.49 secs  194.00 micros   32.49 secs
   sys time   10.58 secs  995.00 micros   10.58 secs

(In addition to that, after adding the ts client, the time should stay roughly the same)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner March 25, 2026 14:36
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 25, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 12f2ada
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69c3f2e3b0aff0000843448c
😎 Deploy Preview https://deploy-preview-21141--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners March 25, 2026 14:39
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.81%. Comparing base (2f70351) to head (104add9).
⚠️ Report is 11 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #21141   +/-   ##
=======================================
  Coverage   92.81%   92.81%           
=======================================
  Files        1000     1000           
  Lines       56593    56627   +34     
  Branches      425      425           
=======================================
+ Hits        52526    52559   +33     
- Misses       4067     4068    +1     
Flag Coverage Δ
conformance 37.37% <ø> (-0.03%) ⬇️
e2e 42.87% <ø> (-0.02%) ⬇️
integration 22.21% <ø> (-0.02%) ⬇️
rust 0.23% <ø> (ø)
unit 91.71% <ø> (+<0.01%) ⬆️
unit-migrate 91.81% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 25, 2026

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-104add9b9b082aa3ad558d53a67401b60f2217f9
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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-104add9b9b082aa3ad558d53a67401b60f2217f9

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

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) March 25, 2026 17:54
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 25, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 4490ecc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69c42152fdea130008a7025d
😎 Deploy Preview https://deploy-preview-21141--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 25, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 4490ecc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69c421526d6dbb00098a58e5
😎 Deploy Preview https://deploy-preview-21141--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 25, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 104add9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69c42174ccd99e00084cb6d7
😎 Deploy Preview https://deploy-preview-21141--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 25, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 104add9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69c42174e3495b0008425a3a
😎 Deploy Preview https://deploy-preview-21141--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@rissson rissson merged commit 3eb20c0 into main Mar 25, 2026
157 of 166 checks passed
@rissson rissson deleted the root/optimise-build branch March 25, 2026 22:35
kensternberg-authentik added a commit that referenced this pull request Mar 26, 2026
* main: (21 commits)
  root: cleanup API generation (#21172)
  packages/client-ts: init (#21120)
  core, web: update translations (#21159)
  website: bump @goauthentik/docusaurus-config from 2.5.1 to 2.6.0 in /website in the docusaurus group (#21161)
  core: bump cryptography from 46.0.5 to 46.0.6 (#21162)
  core: bump library/node from 25.8.1-trixie to 25.8.2-trixie in /website (#21163)
  ci: bump taiki-e/install-action from 2.69.9 to 2.69.10 in /.github/actions/setup (#21164)
  web: bump the goauthentik group across 1 directory with 3 updates (#21165)
  web: bump typescript from 5.9.3 to 6.0.2 in /web (#21107)
  web/flows: fix continuous flow leftovers (#21158)
  web: bump picomatch from 4.0.3 to 4.0.4 (#21157)
  web: bump yaml from 2.8.2 to 2.8.3 (#21156)
  website: bump picomatch in /website (#21155)
  web: bump smol-toml from 1.6.0 to 1.6.1 (#21154)
  web: bump picomatch from 2.3.1 to 2.3.2 in /web (#21153)
  web: bump smol-toml from 1.6.0 to 1.6.1 in /web (#21152)
  root: optimise api client generation speed (#21141)
  website/integrations: nextcloud add back-channel logout documentation (#21147)
  core: bump requests from 2.32.5 to 2.33.0 (#21146)
  web: bump chromedriver from 146.0.5 to 146.0.6 in /web (#21128)
  ...
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.

3 participants