Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
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
33793
37c365a3 docs(nx-dev): add dynamic banner support to nx.dev Both astro-docs and nx-dev have hard-coded banner/notification components: - astro-docs uses a local notifications.json file with no URL support - nx-dev uses hard-coded WebinarNotifier/LiveStreamNotifier components Both sites can fetch banner configuration from a remote URL at build time, enabling: - Dynamic updates without code changes or redeployment - Consistent banner management across both sites - Fallback to local content when URL is not set - Changed banner JSON schema from array to single object - Created shared `prebuild-banner.mjs` script for both nx-dev and astro-docs - Script fetches from Framer URL at build time, parses JSON from `<pre>` tag - Made prebuild-banner non-cacheable (`cache: false`) so it always fetches fresh - Added banner-config.json as runtime input to build targets for proper cache invalidation - Updated WebinarNotifier to accept props from config - Added activeUntil field to hide banner after expiration date DOC-360 š¤ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 days ago
by jaysoo
j
Canceled
33793
5a1e331f docs(nx-dev): add dynamic banner support to nx.dev Both astro-docs and nx-dev have hard-coded banner/notification components: - astro-docs uses a local notifications.json file with no URL support - nx-dev uses hard-coded WebinarNotifier/LiveStreamNotifier components Both sites can fetch banner configuration from a remote URL at build time, enabling: - Dynamic updates without code changes or redeployment - Consistent banner management across both sites - Fallback to local content when URL is not set - Changed banner JSON schema from array to single object - Created shared `prebuild-banner.mjs` script for both nx-dev and astro-docs - Script fetches from Framer URL at build time, parses JSON from `<pre>` tag - Made prebuild-banner non-cacheable (`cache: false`) so it always fetches fresh - Added banner-config.json as runtime input to build targets for proper cache invalidation - Updated WebinarNotifier to accept props from config - Added activeUntil field to hide banner after expiration date DOC-360 š¤ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 days ago
by jaysoo
j
Succeeded
33793
449de9d4 chore(nx-dev): format banner documentation and config files Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
2 days ago
by nx-cloud[bot]
n
Failed
33793
Fix applied
ā
14177e3f feat(misc): simplify banner JSON schema to single object ## Current Behavior Both astro-docs and nx-dev have hard-coded banner/notification components: - astro-docs uses a local notifications.json file with no URL support - nx-dev uses hard-coded WebinarNotifier/LiveStreamNotifier components ## Expected Behavior Both sites can fetch banner configuration from a remote URL at build time, enabling: - Dynamic updates without code changes or redeployment - Consistent banner management across both sites - Fallback to local content when URL is not set ## Implementation - Changed banner JSON schema from array to single object - Created shared `prebuild-banner.mjs` script for both nx-dev and astro-docs - Script fetches from Framer URL at build time, parses JSON from `<pre>` tag - Made prebuild-banner non-cacheable (`cache: false`) so it always fetches fresh - Added banner-config.json as runtime input to build targets for proper cache invalidation - Updated WebinarNotifier to accept props from config - Added activeUntil field to hide banner after expiration date ## Related Issue(s) DOC-360 š¤ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 days ago
by jaysoo
j
Previous page
Previous
Next
Next page