Commit 8f0e43f
Stage (#9466)
* feat(ui): logger module implementation
feat(ui): shared nebular module to exports
* feat: migrate Angular libs to @nx/angular:ng-packagr-lite executor
* Update nx.json
* fix(ci): prevent NX daemon deadlock on Windows CI and add NX cache (#9465)
* fix(ci): prevent NX daemon deadlock on Windows CI and add NX cache
The NX Daemon was staying alive on Windows self-hosted runners after
builds completed, causing the parent process chain to hang indefinitely
until the 300-minute job timeout (e.g. run #22040806051 hung 4+ hours).
Changes across all 12 workflow files (60 jobs total):
- Disable NX Daemon in CI (NX_DAEMON=false) to prevent process hangs
- Add .nx/cache to actions/cache for faster rebuilds across all jobs
- Update cache keys to include NX prefix (yarn-nx-) for proper isolation
- Add clean:false on checkout for Windows self-hosted runners
- Add selective cleanup step that preserves .nx/cache on self-hosted
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): stop NX daemon before removing node_modules in cleanup
Reorder the selective cleanup step to call `npx nx daemon --stop`
before `Remove-Item node_modules` to avoid Windows file-lock failures.
The NX daemon may hold locks on files inside node_modules, and after
node_modules is deleted, npx cannot resolve the local nx binary.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Rahul R. <rahulrathore576@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>File tree
65 files changed
+1233
-806
lines changed- .github/workflows
- apps
- api/src
- gauzy/src/app/pages
- dashboard
- employees
- activity/layout
- edit-employee/edit-employee-profile
- timesheet/layout
- packages
- desktop-ui-lib
- src/lib/constants
- plugins
- integration-activepieces-ui
- integration-ai-ui
- integration-github-ui
- integration-hubstaff-ui
- integration-make-com-ui
- integration-upwork-ui
- integration-zapier-ui
- job-employee-ui
- src/lib/components/job-employee
- job-matching-ui
- job-proposal-ui
- job-search-ui
- legal-ui
- maintenance-ui
- onboarding-ui
- posthog-ui
- public-layout-ui
- videos-ui
- ui-auth
- ui-config
- ui-core
- core/src/lib
- common
- logger
- services/page
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+1233
-806
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
131 | | - | |
132 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
136 | 143 | | |
| |||
199 | 206 | | |
200 | 207 | | |
201 | 208 | | |
| 209 | + | |
202 | 210 | | |
203 | 211 | | |
204 | 212 | | |
| |||
227 | 235 | | |
228 | 236 | | |
229 | 237 | | |
230 | | - | |
231 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
232 | 242 | | |
| 243 | + | |
233 | 244 | | |
234 | 245 | | |
235 | 246 | | |
| |||
287 | 298 | | |
288 | 299 | | |
289 | 300 | | |
| 301 | + | |
290 | 302 | | |
291 | 303 | | |
292 | 304 | | |
| |||
307 | 319 | | |
308 | 320 | | |
309 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
310 | 334 | | |
311 | 335 | | |
312 | 336 | | |
| |||
321 | 345 | | |
322 | 346 | | |
323 | 347 | | |
324 | | - | |
325 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
326 | 352 | | |
| 353 | + | |
327 | 354 | | |
328 | 355 | | |
329 | 356 | | |
| |||
424 | 451 | | |
425 | 452 | | |
426 | 453 | | |
| 454 | + | |
427 | 455 | | |
428 | 456 | | |
429 | 457 | | |
| |||
451 | 479 | | |
452 | 480 | | |
453 | 481 | | |
454 | | - | |
455 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
456 | 486 | | |
| 487 | + | |
457 | 488 | | |
458 | 489 | | |
459 | 490 | | |
| |||
562 | 593 | | |
563 | 594 | | |
564 | 595 | | |
| 596 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
131 | | - | |
132 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
136 | 143 | | |
| |||
199 | 206 | | |
200 | 207 | | |
201 | 208 | | |
| 209 | + | |
202 | 210 | | |
203 | 211 | | |
204 | 212 | | |
| |||
227 | 235 | | |
228 | 236 | | |
229 | 237 | | |
230 | | - | |
231 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
232 | 242 | | |
| 243 | + | |
233 | 244 | | |
234 | 245 | | |
235 | 246 | | |
| |||
287 | 298 | | |
288 | 299 | | |
289 | 300 | | |
| 301 | + | |
290 | 302 | | |
291 | 303 | | |
292 | 304 | | |
| |||
307 | 319 | | |
308 | 320 | | |
309 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
310 | 334 | | |
311 | 335 | | |
312 | 336 | | |
| |||
321 | 345 | | |
322 | 346 | | |
323 | 347 | | |
324 | | - | |
325 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
326 | 352 | | |
| 353 | + | |
327 | 354 | | |
328 | 355 | | |
329 | 356 | | |
| |||
424 | 451 | | |
425 | 452 | | |
426 | 453 | | |
| 454 | + | |
427 | 455 | | |
428 | 456 | | |
429 | 457 | | |
| |||
451 | 479 | | |
452 | 480 | | |
453 | 481 | | |
454 | | - | |
455 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
456 | 486 | | |
| 487 | + | |
457 | 488 | | |
458 | 489 | | |
459 | 490 | | |
| |||
562 | 593 | | |
563 | 594 | | |
564 | 595 | | |
| 596 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
131 | | - | |
132 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
136 | 143 | | |
| |||
199 | 206 | | |
200 | 207 | | |
201 | 208 | | |
| 209 | + | |
202 | 210 | | |
203 | 211 | | |
204 | 212 | | |
| |||
227 | 235 | | |
228 | 236 | | |
229 | 237 | | |
230 | | - | |
231 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
232 | 242 | | |
| 243 | + | |
233 | 244 | | |
234 | 245 | | |
235 | 246 | | |
| |||
287 | 298 | | |
288 | 299 | | |
289 | 300 | | |
| 301 | + | |
290 | 302 | | |
291 | 303 | | |
292 | 304 | | |
| |||
307 | 319 | | |
308 | 320 | | |
309 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
310 | 334 | | |
311 | 335 | | |
312 | 336 | | |
| |||
321 | 345 | | |
322 | 346 | | |
323 | 347 | | |
324 | | - | |
325 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
326 | 352 | | |
| 353 | + | |
327 | 354 | | |
328 | 355 | | |
329 | 356 | | |
| |||
424 | 451 | | |
425 | 452 | | |
426 | 453 | | |
| 454 | + | |
427 | 455 | | |
428 | 456 | | |
429 | 457 | | |
| |||
451 | 479 | | |
452 | 480 | | |
453 | 481 | | |
454 | | - | |
455 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
456 | 486 | | |
| 487 | + | |
457 | 488 | | |
458 | 489 | | |
459 | 490 | | |
| |||
562 | 593 | | |
563 | 594 | | |
564 | 595 | | |
| 596 | + | |
0 commit comments