jdwlabs
apps
Sign in / Sign up
Open main menu
apps
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
feat/JDWLABS-20-role-based-layout
c81dd9d7 fix(frontend): resolve broken theme @use after role-based move (JDWLABS-20) The 4 frontend apps' styles.scss still imported the shared theme via a deep relative path into the old libs/angular/shared layout, which no longer exists after the role-based restructure, breaking build:production. Add stylePreprocessorOptions.includePaths pointing at the shared styles root and switch the imports to shallow '@use "themes/<name>"'. This both fixes the broken path and removes the brittle ../../../../../ traversal so future app moves won't re-break these imports. Verified: nx run-many -t build -p authui container rolesui usersui -c production --skip-nx-cache passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jake Willmsen
J
Succeeded
feat/JDWLABS-20-role-based-layout
c81dd9d7 fix(frontend): resolve broken theme @use after role-based move (JDWLABS-20) The 4 frontend apps' styles.scss still imported the shared theme via a deep relative path into the old libs/angular/shared layout, which no longer exists after the role-based restructure, breaking build:production. Add stylePreprocessorOptions.includePaths pointing at the shared styles root and switch the imports to shallow '@use "themes/<name>"'. This both fixes the broken path and removes the brittle ../../../../../ traversal so future app moves won't re-break these imports. Verified: nx run-many -t build -p authui container rolesui usersui -c production --skip-nx-cache passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jake Willmsen
J
Succeeded
feat/JDWLABS-20-role-based-layout
c81dd9d7 fix(frontend): resolve broken theme @use after role-based move (JDWLABS-20) The 4 frontend apps' styles.scss still imported the shared theme via a deep relative path into the old libs/angular/shared layout, which no longer exists after the role-based restructure, breaking build:production. Add stylePreprocessorOptions.includePaths pointing at the shared styles root and switch the imports to shallow '@use "themes/<name>"'. This both fixes the broken path and removes the brittle ../../../../../ traversal so future app moves won't re-break these imports. Verified: nx run-many -t build -p authui container rolesui usersui -c production --skip-nx-cache passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jake Willmsen
J
Failed
feat/JDWLABS-20-role-based-layout
Fix ready
→
e97dd3d9 fix: align lowercase PR template with main The merge left .github/pull_request_template.md at this branch's older "## Summary" template; restore main's newer "## What" version (added in JDWLABS-21) so merging PR #7 does not revert it. Note: repo tracks both PULL_REQUEST_TEMPLATE.md and pull_request_template.md (case collision predating this PR) - flagged for separate cleanup. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jake Willmsen
J
Succeeded
feat/JDWLABS-20-role-based-layout
41fdac2a style: format .claude/settings.json to satisfy nx format:check Prettier collapses the deny array to a single line. Unblocks the CI Run Format Check step. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jake Willmsen
J
Succeeded
feat/JDWLABS-20-role-based-layout
fb6b201c fix(structure): fix stale paths missed during role-based restructure - Dockerfiles (authui, rolesui, usersui, container): update COPY paths from apps/angular/<app>/<app>/ to apps/frontend/<app>/ and dist paths - servicediscovery Dockerfiles: update dist path from apps/go/ to apps/backend/ - go.mod module declarations: apps/go/servicediscovery -> apps/backend/servicediscovery, libs/go/shared/util -> libs/backend/shared/util - main.go: update import to libs/backend/shared/util - package.json: rename @jdw/angular-shared-ui/util to @jdw/frontend-shared-ui/util - README: update directory structure and lib examples to role-based names Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
by Jake Willmsen
J
Failed
feat/JDWLABS-20-role-based-layout
349489a4 refactor(structure): restructure repo to role-based layout (JDWLABS-20) Move from framework-based to role-based directory grouping: - apps/angular/ -> apps/frontend/ - apps/go/ + apps/springboot/ -> apps/backend/ - apps/angular/platform-e2e -> apps/e2e/ - libs/angular/ -> libs/frontend/ - libs/go/ -> libs/backend/ Update all relative paths (tsconfig, jest, eslint, module-federation), import aliases (@jdw/angular-* -> @jdw/frontend-*), project names (angular-* -> frontend-*, go-* -> backend-*), go.work workspace paths, and nx.json include patterns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
by Jake Willmsen
J
Previous page
Previous
Next
Next page