zitadel
Team
zitadel/zitadel
Sign in / Sign up
Open main menu
zitadel/zitadel
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
poc-cli
35782c5b Merge 5c6f29283f0bcd2d5377ab55ac969c384344e8e6 into b145f1c85a5bfe2672272d4f460da41c6f7c40a8
7 days ago
by Florian Fo...
F
Succeeded
poc-cli
89a50857 Merge a61982d5352920d5a1cc5b7c88228d2442815617 into 022bf7406081b3a4efb9b2964f5b06db0e7c532c
7 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
b491559a Merge fede5c55d3509acb8835878ed34ca856c71b8b8c into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
b491559a perf(docs): remove versioned pages from generateStaticParams to fix slow builds Versioned pages (~4,700) were being pre-rendered at build time, increasing build from ~6min to 10+min. With dynamicParams=true and revalidate=false, versioned pages are still rendered on first request and cached indefinitely — same result, 4+ min faster build.
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
5f5404b1 fix(docs): set logo to 140px fixed width, left-aligned with search bar
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
5f5404b1 Merge 53be021ed061993a7c9382fb81c3fb6884ebc291 into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
6e775562 Merge e19186ed23db4568f9d90e2aaa464c6079de481e into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
6e775562 fix(docs): include versioned pages in generateStaticParams generateStaticParams only used source.generateParams(), missing all versioned doc pages (~2,200). Now includes versionSource.generateParams() to pre-build the full ~4,400 page set.
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
134bd841 Merge 74f89568a6b68f383152231847658816b8195303 into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
134bd841 fix(docs): increase logo size to 160x40 to align with search bar
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
ff67d3aa revert(docs): remove all build process performance changes Reverts source.config.ts, project.json, page.tsx, lib/source.ts, and package.json to pre-optimization state (ac22936cd).
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
ff67d3aa Merge 600cb4fb0da1ecd91b32765bbec9298b05daf4ee into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
79357385 Merge 670fe16ef44a963158fcd3e2d2b8079e0f95f371 into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Failed
feat/oidc-playground-migration
79357385 perf(docs): enable async mode for on-demand MDX compilation Root cause: .source/server.ts used static 'import *' for every MDX file, forcing the bundler to compile ALL ~1,100 pages at once for [[...slug]]. Fix: Enable async: true on both docs and versions collections. This changes imports to: - Frontmatter: static import (lightweight metadata only) - Full content: dynamic import() via load() — compiled on-demand page.tsx updated from page.data.body (sync, all-at-once) to await page.data.load() (async, on-demand per page request). Reverts the FUMADOCS_DEV workaround — async mode is the proper architectural solution from fumadocs for large doc sites. See: https://fumadocs.dev/docs/mdx/async
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
44ca7f8f perf(docs): exclude 788 API reference pages from dev builds Root cause: fumadocs-mdx was importing all 1,109 MDX files into .source/server.ts, even in dev mode. 788 of those are auto-generated API reference endpoint pages (management: 297, admin: 206, user: 61). Fix: - Add FUMADOCS_DEV=1 env var (NODE_ENV is unreliable in fumadocs-mdx CLI) - Exclude reference/api/**/* from docs glob in dev mode (1,109→321 imports) - Disable includeProcessedMarkdown in dev (saves additional RAM) - dev script now runs 'FUMADOCS_DEV=1 fumadocs-mdx && next dev' Expected: ~70% reduction in dev server memory (5.2GB → ~1.5GB)
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
44ca7f8f Merge 585ae423370bde83852de2add9cf55aaac54c56a into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
3442bd1b fix(docs): increase logo size from 89x22 to 120x30
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
3442bd1b Merge 9fd649d7f9ebc447bb8795807d879c553c841fe1 into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
00530c3b perf(docs): skip versionSource in dev mode + rename middleware to proxy - Make versionSource conditional in lib/source.ts — dev mode creates an empty loader instead of loading 4,700+ versioned pages (~4GB RAM) - Rename middleware.ts to proxy.ts per Next.js 16 convention - Rename export from middleware() to proxy()
12 days ago
by Florian Fo...
F
Succeeded
feat/oidc-playground-migration
00530c3b Merge 68b09fbc31a182ff1d1793441381f453546aa6fe into f94e4065c2ff2c8c304845fa95e10f72b023af5b
12 days ago
by Florian Fo...
F
Previous page
Previous
Next
Next page