@manojkmfsi/monodog 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +12 -0
- package/dist/config-loader.js +5 -6
- package/dist/get-db-url.js +0 -1
- package/dist/index.js +219 -80
- package/dist/serve.js +7 -91
- package/dist/services/commitService.js +1 -1
- package/dist/{gitService.js → services/gitService.js} +0 -101
- package/dist/setup.js +0 -0
- package/dist/utils/utilities.js +92 -14
- package/{monodog-conf.json → monodog-config.json} +2 -4
- package/monodog-dashboard/README.md +58 -0
- package/monodog-dashboard/dist/assets/{index-dadb5f0d.js → index-1a6836e4.js} +2 -2
- package/monodog-dashboard/dist/index.html +1 -1
- package/package.json +19 -19
- package/src/config-loader.ts +5 -7
- package/src/get-db-url.ts +0 -2
- package/src/index.ts +227 -72
- package/src/serve.ts +6 -68
- package/src/services/commitService.ts +1 -1
- package/src/services/gitService.ts +165 -0
- package/src/utils/utilities.ts +105 -14
- package/.turbo/turbo-lint.log +0 -4
- package/.turbo/turbo-test.log +0 -828
- package/coverage/clover.xml +0 -2661
- package/coverage/coverage-final.json +0 -99
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/ci-status.ts.html +0 -2002
- package/coverage/lcov-report/components/configuration/Configuration.tsx.html +0 -358
- package/coverage/lcov-report/components/configuration/components/BrandingSettings.tsx.html +0 -472
- package/coverage/lcov-report/components/configuration/components/ConfigurationHeader.tsx.html +0 -199
- package/coverage/lcov-report/components/configuration/components/ConfigurationModal.tsx.html +0 -157
- package/coverage/lcov-report/components/configuration/components/ConfigurationTabs.tsx.html +0 -175
- package/coverage/lcov-report/components/configuration/components/FeatureToggles.tsx.html +0 -283
- package/coverage/lcov-report/components/configuration/components/GeneralSettings.tsx.html +0 -316
- package/coverage/lcov-report/components/configuration/components/MonorepoSettings.tsx.html +0 -625
- package/coverage/lcov-report/components/configuration/components/index.html +0 -221
- package/coverage/lcov-report/components/configuration/components/index.ts.html +0 -109
- package/coverage/lcov-report/components/configuration/index.html +0 -116
- package/coverage/lcov-report/components/configuration/utils/config.utils.ts.html +0 -427
- package/coverage/lcov-report/components/configuration/utils/index.html +0 -116
- package/coverage/lcov-report/components/main-dashboard/Dashboard.tsx.html +0 -769
- package/coverage/lcov-report/components/main-dashboard/components/Header.tsx.html +0 -226
- package/coverage/lcov-report/components/main-dashboard/components/PackageDistribution.tsx.html +0 -187
- package/coverage/lcov-report/components/main-dashboard/components/PackageSearchFilter.tsx.html +0 -226
- package/coverage/lcov-report/components/main-dashboard/components/PackageTable.tsx.html +0 -343
- package/coverage/lcov-report/components/main-dashboard/components/QuickActions.tsx.html +0 -265
- package/coverage/lcov-report/components/main-dashboard/components/StatsCards.tsx.html +0 -289
- package/coverage/lcov-report/components/main-dashboard/components/index.html +0 -206
- package/coverage/lcov-report/components/main-dashboard/components/index.ts.html +0 -106
- package/coverage/lcov-report/components/main-dashboard/index.html +0 -116
- package/coverage/lcov-report/components/main-dashboard/utils/dashboard.utils.ts.html +0 -292
- package/coverage/lcov-report/components/main-dashboard/utils/index.html +0 -116
- package/coverage/lcov-report/components/modules/ci-integration/CIIntegration.tsx.html +0 -913
- package/coverage/lcov-report/components/modules/ci-integration/components/BuildDetails.tsx.html +0 -769
- package/coverage/lcov-report/components/modules/ci-integration/components/BuildList.tsx.html +0 -721
- package/coverage/lcov-report/components/modules/ci-integration/components/BuildOverview.tsx.html +0 -559
- package/coverage/lcov-report/components/modules/ci-integration/components/CIIntegrationHeader.tsx.html +0 -199
- package/coverage/lcov-report/components/modules/ci-integration/components/ErrorState.tsx.html +0 -160
- package/coverage/lcov-report/components/modules/ci-integration/components/LoadingState.tsx.html +0 -139
- package/coverage/lcov-report/components/modules/ci-integration/components/PipelineStatus.tsx.html +0 -754
- package/coverage/lcov-report/components/modules/ci-integration/components/index.html +0 -221
- package/coverage/lcov-report/components/modules/ci-integration/components/index.ts.html +0 -109
- package/coverage/lcov-report/components/modules/ci-integration/index.html +0 -116
- package/coverage/lcov-report/components/modules/ci-integration/utils/ci.utils.ts.html +0 -871
- package/coverage/lcov-report/components/modules/ci-integration/utils/index.html +0 -116
- package/coverage/lcov-report/components/modules/config-inspector/ConfigInspector.tsx.html +0 -1054
- package/coverage/lcov-report/components/modules/config-inspector/components/ConfigEditor.tsx.html +0 -361
- package/coverage/lcov-report/components/modules/config-inspector/components/ConfigInspectorHeader.tsx.html +0 -193
- package/coverage/lcov-report/components/modules/config-inspector/components/ConfigPreview.tsx.html +0 -352
- package/coverage/lcov-report/components/modules/config-inspector/components/ConfigSidebar.tsx.html +0 -505
- package/coverage/lcov-report/components/modules/config-inspector/components/ConfigToolbar.tsx.html +0 -637
- package/coverage/lcov-report/components/modules/config-inspector/components/ErrorState.tsx.html +0 -160
- package/coverage/lcov-report/components/modules/config-inspector/components/LoadingState.tsx.html +0 -139
- package/coverage/lcov-report/components/modules/config-inspector/components/ValidationPanel.tsx.html +0 -550
- package/coverage/lcov-report/components/modules/config-inspector/components/index.html +0 -236
- package/coverage/lcov-report/components/modules/config-inspector/components/index.ts.html +0 -112
- package/coverage/lcov-report/components/modules/config-inspector/index.html +0 -116
- package/coverage/lcov-report/components/modules/config-inspector/utils/config.utils.ts.html +0 -2242
- package/coverage/lcov-report/components/modules/config-inspector/utils/index.html +0 -116
- package/coverage/lcov-report/components/modules/dependency-graph/DependencyGraph.tsx.html +0 -754
- package/coverage/lcov-report/components/modules/dependency-graph/components/CircularDependencies.tsx.html +0 -613
- package/coverage/lcov-report/components/modules/dependency-graph/components/DependencyDetails.tsx.html +0 -661
- package/coverage/lcov-report/components/modules/dependency-graph/components/DependencyGraphHeader.tsx.html +0 -187
- package/coverage/lcov-report/components/modules/dependency-graph/components/DependencyList.tsx.html +0 -613
- package/coverage/lcov-report/components/modules/dependency-graph/components/ErrorState.tsx.html +0 -160
- package/coverage/lcov-report/components/modules/dependency-graph/components/GraphLegend.tsx.html +0 -430
- package/coverage/lcov-report/components/modules/dependency-graph/components/GraphStats.tsx.html +0 -493
- package/coverage/lcov-report/components/modules/dependency-graph/components/GraphToolbar.tsx.html +0 -406
- package/coverage/lcov-report/components/modules/dependency-graph/components/GraphVisualization.tsx.html +0 -619
- package/coverage/lcov-report/components/modules/dependency-graph/components/LoadingState.tsx.html +0 -139
- package/coverage/lcov-report/components/modules/dependency-graph/components/index.html +0 -266
- package/coverage/lcov-report/components/modules/dependency-graph/components/index.ts.html +0 -118
- package/coverage/lcov-report/components/modules/dependency-graph/index.html +0 -116
- package/coverage/lcov-report/components/modules/dependency-graph/utils/dependency.utils.ts.html +0 -1393
- package/coverage/lcov-report/components/modules/dependency-graph/utils/index.html +0 -116
- package/coverage/lcov-report/components/modules/health-status/HealthStatus.tsx.html +0 -2305
- package/coverage/lcov-report/components/modules/health-status/index.html +0 -116
- package/coverage/lcov-report/components/modules/packages/PackageDetail.tsx.html +0 -850
- package/coverage/lcov-report/components/modules/packages/PackagesOverview.tsx.html +0 -580
- package/coverage/lcov-report/components/modules/packages/components/ConfigurationTab.tsx.html +0 -1027
- package/coverage/lcov-report/components/modules/packages/components/DependenciesTab.tsx.html +0 -556
- package/coverage/lcov-report/components/modules/packages/components/ErrorState.tsx.html +0 -148
- package/coverage/lcov-report/components/modules/packages/components/HealthMetricsTab.tsx.html +0 -910
- package/coverage/lcov-report/components/modules/packages/components/LoadingState.tsx.html +0 -127
- package/coverage/lcov-report/components/modules/packages/components/PackageDetailHeader.tsx.html +0 -592
- package/coverage/lcov-report/components/modules/packages/components/PackageDetailTabs.tsx.html +0 -232
- package/coverage/lcov-report/components/modules/packages/components/PackageStats.tsx.html +0 -301
- package/coverage/lcov-report/components/modules/packages/components/PackagesTable.tsx.html +0 -589
- package/coverage/lcov-report/components/modules/packages/components/RecentCommitsTab.tsx.html +0 -364
- package/coverage/lcov-report/components/modules/packages/components/SearchAndFilter.tsx.html +0 -301
- package/coverage/lcov-report/components/modules/packages/components/index.html +0 -281
- package/coverage/lcov-report/components/modules/packages/components/index.ts.html +0 -121
- package/coverage/lcov-report/components/modules/packages/index.html +0 -131
- package/coverage/lcov-report/components/modules/packages/utils/index.html +0 -116
- package/coverage/lcov-report/components/modules/packages/utils/packages.utils.ts.html +0 -613
- package/coverage/lcov-report/components/publish-control/PublishControl.tsx.html +0 -769
- package/coverage/lcov-report/components/publish-control/components/ChangelogViewer.tsx.html +0 -394
- package/coverage/lcov-report/components/publish-control/components/ErrorState.tsx.html +0 -154
- package/coverage/lcov-report/components/publish-control/components/LoadingState.tsx.html +0 -121
- package/coverage/lcov-report/components/publish-control/components/PackageReleaseTable.tsx.html +0 -505
- package/coverage/lcov-report/components/publish-control/components/PublishHeader.tsx.html +0 -175
- package/coverage/lcov-report/components/publish-control/components/QuickActionCards.tsx.html +0 -253
- package/coverage/lcov-report/components/publish-control/components/ReleaseSchedule.tsx.html +0 -397
- package/coverage/lcov-report/components/publish-control/components/index.html +0 -221
- package/coverage/lcov-report/components/publish-control/components/index.ts.html +0 -109
- package/coverage/lcov-report/components/publish-control/index.html +0 -116
- package/coverage/lcov-report/components/publish-control/utils/index.html +0 -116
- package/coverage/lcov-report/components/publish-control/utils/publish.utils.ts.html +0 -262
- package/coverage/lcov-report/components/setup-guide/SetupGuide.tsx.html +0 -373
- package/coverage/lcov-report/components/setup-guide/components/SetupHeader.tsx.html +0 -157
- package/coverage/lcov-report/components/setup-guide/components/SetupModal.tsx.html +0 -163
- package/coverage/lcov-report/components/setup-guide/components/SetupProgress.tsx.html +0 -172
- package/coverage/lcov-report/components/setup-guide/components/StepContent.tsx.html +0 -901
- package/coverage/lcov-report/components/setup-guide/components/StepNavigation.tsx.html +0 -271
- package/coverage/lcov-report/components/setup-guide/components/index.html +0 -191
- package/coverage/lcov-report/components/setup-guide/components/index.ts.html +0 -103
- package/coverage/lcov-report/components/setup-guide/index.html +0 -116
- package/coverage/lcov-report/components/setup-guide/utils/index.html +0 -116
- package/coverage/lcov-report/components/setup-guide/utils/setup.utils.ts.html +0 -322
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -536
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/Configuration.tsx.html +0 -358
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/BrandingSettings.tsx.html +0 -472
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/ConfigurationHeader.tsx.html +0 -199
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/ConfigurationModal.tsx.html +0 -157
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/ConfigurationTabs.tsx.html +0 -175
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/FeatureToggles.tsx.html +0 -283
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/GeneralSettings.tsx.html +0 -316
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/MonorepoSettings.tsx.html +0 -625
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/index.html +0 -221
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/components/index.ts.html +0 -109
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/utils/config.utils.ts.html +0 -427
- package/coverage/lcov-report/monodog-dashboard/src/components/configuration/utils/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/Dashboard.tsx.html +0 -769
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/components/Header.tsx.html +0 -226
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/components/PackageDistribution.tsx.html +0 -187
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/components/PackageSearchFilter.tsx.html +0 -226
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/components/PackageTable.tsx.html +0 -343
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/components/QuickActions.tsx.html +0 -265
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/components/StatsCards.tsx.html +0 -289
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/components/index.html +0 -206
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/components/index.ts.html +0 -106
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/utils/dashboard.utils.ts.html +0 -292
- package/coverage/lcov-report/monodog-dashboard/src/components/main-dashboard/utils/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/CIIntegration.tsx.html +0 -913
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/BuildDetails.tsx.html +0 -769
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/BuildList.tsx.html +0 -721
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/BuildOverview.tsx.html +0 -559
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/CIIntegrationHeader.tsx.html +0 -199
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/ErrorState.tsx.html +0 -160
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/LoadingState.tsx.html +0 -139
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/PipelineStatus.tsx.html +0 -754
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/index.html +0 -221
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/components/index.ts.html +0 -109
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/utils/ci.utils.ts.html +0 -871
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/ci-integration/utils/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/ConfigInspector.tsx.html +0 -1054
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/ConfigEditor.tsx.html +0 -361
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/ConfigInspectorHeader.tsx.html +0 -193
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/ConfigPreview.tsx.html +0 -352
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/ConfigSidebar.tsx.html +0 -505
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/ConfigToolbar.tsx.html +0 -637
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/ErrorState.tsx.html +0 -160
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/LoadingState.tsx.html +0 -139
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/ValidationPanel.tsx.html +0 -550
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/index.html +0 -236
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/components/index.ts.html +0 -112
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/utils/config.utils.ts.html +0 -2242
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/config-inspector/utils/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/DependencyGraph.tsx.html +0 -754
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/CircularDependencies.tsx.html +0 -613
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/DependencyDetails.tsx.html +0 -661
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/DependencyGraphHeader.tsx.html +0 -187
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/DependencyList.tsx.html +0 -613
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/ErrorState.tsx.html +0 -160
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/GraphLegend.tsx.html +0 -430
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/GraphStats.tsx.html +0 -493
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/GraphToolbar.tsx.html +0 -406
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/GraphVisualization.tsx.html +0 -619
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/LoadingState.tsx.html +0 -139
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/index.html +0 -266
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/components/index.ts.html +0 -118
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/utils/dependency.utils.ts.html +0 -1393
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/dependency-graph/utils/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/health-status/HealthStatus.tsx.html +0 -2296
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/health-status/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/PackageDetail.tsx.html +0 -850
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/PackagesOverview.tsx.html +0 -580
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/ConfigurationTab.tsx.html +0 -1027
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/DependenciesTab.tsx.html +0 -556
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/ErrorState.tsx.html +0 -148
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/HealthMetricsTab.tsx.html +0 -910
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/LoadingState.tsx.html +0 -127
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/PackageDetailHeader.tsx.html +0 -592
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/PackageDetailTabs.tsx.html +0 -232
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/PackageStats.tsx.html +0 -301
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/PackagesTable.tsx.html +0 -589
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/RecentCommitsTab.tsx.html +0 -364
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/SearchAndFilter.tsx.html +0 -301
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/index.html +0 -281
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/components/index.ts.html +0 -121
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/index.html +0 -131
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/utils/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/modules/packages/utils/packages.utils.ts.html +0 -613
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/PublishControl.tsx.html +0 -769
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/ChangelogViewer.tsx.html +0 -394
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/ErrorState.tsx.html +0 -154
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/LoadingState.tsx.html +0 -121
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/PackageReleaseTable.tsx.html +0 -505
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/PublishHeader.tsx.html +0 -175
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/QuickActionCards.tsx.html +0 -253
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/ReleaseSchedule.tsx.html +0 -397
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/index.html +0 -221
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/components/index.ts.html +0 -109
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/utils/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/publish-control/utils/publish.utils.ts.html +0 -262
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/SetupGuide.tsx.html +0 -373
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/components/SetupHeader.tsx.html +0 -157
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/components/SetupModal.tsx.html +0 -163
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/components/SetupProgress.tsx.html +0 -172
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/components/StepContent.tsx.html +0 -901
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/components/StepNavigation.tsx.html +0 -271
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/components/index.html +0 -191
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/components/index.ts.html +0 -103
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/utils/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/components/setup-guide/utils/setup.utils.ts.html +0 -322
- package/coverage/lcov-report/monodog-dashboard/src/pages/CIPage.tsx.html +0 -103
- package/coverage/lcov-report/monodog-dashboard/src/pages/ConfigPage.tsx.html +0 -103
- package/coverage/lcov-report/monodog-dashboard/src/pages/DashboardPage.tsx.html +0 -103
- package/coverage/lcov-report/monodog-dashboard/src/pages/HealthPage.tsx.html +0 -103
- package/coverage/lcov-report/monodog-dashboard/src/pages/PackageDetailPage.tsx.html +0 -103
- package/coverage/lcov-report/monodog-dashboard/src/pages/PackagesPage.tsx.html +0 -103
- package/coverage/lcov-report/monodog-dashboard/src/pages/PublishPage.tsx.html +0 -103
- package/coverage/lcov-report/monodog-dashboard/src/pages/index.html +0 -206
- package/coverage/lcov-report/monodog-dashboard/src/services/index.html +0 -116
- package/coverage/lcov-report/monodog-dashboard/src/services/monorepoService.ts.html +0 -3010
- package/coverage/lcov-report/pages/CIPage.tsx.html +0 -103
- package/coverage/lcov-report/pages/ConfigPage.tsx.html +0 -103
- package/coverage/lcov-report/pages/DashboardPage.tsx.html +0 -103
- package/coverage/lcov-report/pages/HealthPage.tsx.html +0 -103
- package/coverage/lcov-report/pages/PackageDetailPage.tsx.html +0 -103
- package/coverage/lcov-report/pages/PackagesPage.tsx.html +0 -103
- package/coverage/lcov-report/pages/PublishPage.tsx.html +0 -103
- package/coverage/lcov-report/pages/index.html +0 -206
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/services/index.html +0 -116
- package/coverage/lcov-report/services/monorepoService.ts.html +0 -3010
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -210
- package/coverage/lcov-report/src/config-loader.ts.html +0 -442
- package/coverage/lcov-report/src/index.html +0 -116
- package/coverage/lcov-report/src/utils/ci-status.ts.html +0 -2002
- package/coverage/lcov-report/src/utils/index.html +0 -131
- package/coverage/lcov-report/src/utils/utilities.ts.html +0 -1534
- package/coverage/lcov-report/utilities.ts.html +0 -1516
- package/coverage/lcov.info +0 -5870
- package/src/gitService.ts +0 -276
- /package/{monodog-conf.example.json → monodog-config.example.json} +0 -0
package/.turbo/turbo-test.log
DELETED
|
@@ -1,828 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @monodog/monoapp@1.3.0 test /home/manoj/Documents/MonoDog/packages/monoapp
|
|
3
|
-
> jest
|
|
4
|
-
|
|
5
|
-
[1m[2mDetermining test suites to run...[22m[22m[999D[K
|
|
6
|
-
|
|
7
|
-
[1mTest Suites: [22m0 of 16 total
|
|
8
|
-
[1mTests: [22m0 total
|
|
9
|
-
[1mSnapshots: [22m0 total
|
|
10
|
-
[1mTime:[22m 0 s, estimated 2 s
|
|
11
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
12
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
13
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
14
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-integration.test.ts[22m
|
|
15
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
16
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
17
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
18
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mci-status.test.ts[22m
|
|
19
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
20
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
21
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
22
|
-
|
|
23
|
-
[1mTest Suites: [22m0 of 16 total
|
|
24
|
-
[1mTests: [22m0 total
|
|
25
|
-
[1mSnapshots: [22m0 total
|
|
26
|
-
[1mTime:[22m 0 s, estimated 2 s
|
|
27
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
28
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
29
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
30
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-integration.test.ts[22m
|
|
31
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
32
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
33
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
34
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mci-status.test.ts[22m
|
|
35
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
36
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
37
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
38
|
-
|
|
39
|
-
[1mTest Suites: [22m0 of 16 total
|
|
40
|
-
[1mTests: [22m[1m[32m5 passed[39m[22m, 5 total
|
|
41
|
-
[1mSnapshots: [22m0 total
|
|
42
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
43
|
-
|
|
44
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
45
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
46
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
47
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-integration.test.ts[22m
|
|
48
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
49
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
50
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
51
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mci-status.test.ts[22m
|
|
52
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
53
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
54
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
55
|
-
|
|
56
|
-
[1mTest Suites: [22m0 of 16 total
|
|
57
|
-
[1mTests: [22m[1m[32m5 passed[39m[22m, 5 total
|
|
58
|
-
[1mSnapshots: [22m0 total
|
|
59
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
60
|
-
|
|
61
|
-
[2mconsole.log[22m
|
|
62
|
-
Triggering build for pkg on main via GitHub Actions
|
|
63
|
-
[2m[22m
|
|
64
|
-
[2m [2mat CIStatusManager.triggerBuild ([22m[2msrc/utils/ci-status.ts[2m:576:15)[22m[2m[22m
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
68
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
69
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
70
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-integration.test.ts[22m
|
|
71
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
72
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
73
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
74
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mci-status.test.ts[22m
|
|
75
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
76
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
77
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
78
|
-
|
|
79
|
-
[1mTest Suites: [22m0 of 16 total
|
|
80
|
-
[1mTests: [22m[1m[32m5 passed[39m[22m, 5 total
|
|
81
|
-
[1mSnapshots: [22m0 total
|
|
82
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
83
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
84
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
85
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
86
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-integration.test.ts[22m
|
|
87
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
88
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
89
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
90
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mci-status.test.ts[22m
|
|
91
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
92
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
93
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
94
|
-
|
|
95
|
-
[1mTest Suites: [22m0 of 16 total
|
|
96
|
-
[1mTests: [22m[1m[32m5 passed[39m[22m, 5 total
|
|
97
|
-
[1mSnapshots: [22m0 total
|
|
98
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
99
|
-
|
|
100
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
101
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
102
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
103
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-integration.test.ts[22m
|
|
104
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
105
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
106
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
107
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mci-status.test.ts[22m
|
|
108
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
109
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
110
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
111
|
-
|
|
112
|
-
[1mTest Suites: [22m0 of 16 total
|
|
113
|
-
[1mTests: [22m[1m[32m5 passed[39m[22m, 5 total
|
|
114
|
-
[1mSnapshots: [22m0 total
|
|
115
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
116
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
117
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
118
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
119
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
120
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
121
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
122
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
123
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
124
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
125
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
126
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-api.test.ts[22m
|
|
127
|
-
|
|
128
|
-
[1mTest Suites: [22m[1m[32m2 passed[39m[22m, 2 of 16 total
|
|
129
|
-
[1mTests: [22m[1m[32m36 passed[39m[22m, 36 total
|
|
130
|
-
[1mSnapshots: [22m0 total
|
|
131
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
132
|
-
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
133
|
-
|
|
134
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
135
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
136
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
137
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
138
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
139
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
140
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
141
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
142
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
143
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
144
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-api.test.ts[22m
|
|
145
|
-
|
|
146
|
-
[1mTest Suites: [22m[1m[32m2 passed[39m[22m, 2 of 16 total
|
|
147
|
-
[1mTests: [22m[1m[32m36 passed[39m[22m, 36 total
|
|
148
|
-
[1mSnapshots: [22m0 total
|
|
149
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
150
|
-
|
|
151
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
152
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
153
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
154
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
155
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
156
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
157
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
158
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
159
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mutilities.test.ts[22m
|
|
160
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
161
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-api.test.ts[22m
|
|
162
|
-
|
|
163
|
-
[1mTest Suites: [22m[1m[32m2 passed[39m[22m, 2 of 16 total
|
|
164
|
-
[1mTests: [22m[1m[32m36 passed[39m[22m, 36 total
|
|
165
|
-
[1mSnapshots: [22m0 total
|
|
166
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
167
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
168
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
169
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
170
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
171
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
172
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
173
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
174
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
175
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
176
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
177
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-api.test.ts[22m
|
|
178
|
-
|
|
179
|
-
[1mTest Suites: [22m[1m[32m3 passed[39m[22m, 3 of 16 total
|
|
180
|
-
[1mTests: [22m[1m[32m70 passed[39m[22m, 70 total
|
|
181
|
-
[1mSnapshots: [22m0 total
|
|
182
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
183
|
-
|
|
184
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
185
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
186
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
187
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
188
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
189
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
190
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
191
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
192
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
193
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
194
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m backend [39m[27m[0m [2m__tests__/[22m[1mbackend-api.test.ts[22m
|
|
195
|
-
|
|
196
|
-
[1mTest Suites: [22m[1m[32m3 passed[39m[22m, 3 of 16 total
|
|
197
|
-
[1mTests: [22m[1m[32m70 passed[39m[22m, 70 total
|
|
198
|
-
[1mSnapshots: [22m0 total
|
|
199
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
200
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
201
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
202
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
203
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
204
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
205
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
206
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
207
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
208
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
209
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
210
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
211
|
-
|
|
212
|
-
[1mTest Suites: [22m[1m[32m4 passed[39m[22m, 4 of 16 total
|
|
213
|
-
[1mTests: [22m[1m[32m73 passed[39m[22m, 73 total
|
|
214
|
-
[1mSnapshots: [22m0 total
|
|
215
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
216
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
217
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
218
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
219
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
220
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
221
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
222
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
223
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
224
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
225
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
226
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
227
|
-
|
|
228
|
-
[1mTest Suites: [22m[1m[32m4 passed[39m[22m, 4 of 16 total
|
|
229
|
-
[1mTests: [22m[1m[32m78 passed[39m[22m, 78 total
|
|
230
|
-
[1mSnapshots: [22m0 total
|
|
231
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
232
|
-
|
|
233
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
234
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
235
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
236
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
237
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
238
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
239
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
240
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
241
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
242
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
243
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
244
|
-
|
|
245
|
-
[1mTest Suites: [22m[1m[32m4 passed[39m[22m, 4 of 16 total
|
|
246
|
-
[1mTests: [22m[1m[32m78 passed[39m[22m, 78 total
|
|
247
|
-
[1mSnapshots: [22m0 total
|
|
248
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
249
|
-
|
|
250
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
251
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
252
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
253
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
254
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
255
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
256
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mDependencyGraph.test.ts[22m
|
|
257
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
258
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpackages.utils.test.ts[22m
|
|
259
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
260
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
261
|
-
|
|
262
|
-
[1mTest Suites: [22m[1m[32m4 passed[39m[22m, 4 of 16 total
|
|
263
|
-
[1mTests: [22m[1m[32m78 passed[39m[22m, 78 total
|
|
264
|
-
[1mSnapshots: [22m0 total
|
|
265
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
266
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
267
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
268
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
269
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
270
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
271
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
272
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
273
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
274
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
275
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mPackageDetail.test.ts[22m
|
|
276
|
-
|
|
277
|
-
[1mTest Suites: [22m[1m[32m6 passed[39m[22m, 6 of 16 total
|
|
278
|
-
[1mTests: [22m[1m[32m98 passed[39m[22m, 98 total
|
|
279
|
-
[1mSnapshots: [22m0 total
|
|
280
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
281
|
-
|
|
282
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
283
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
284
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
285
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
286
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
287
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
288
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
289
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
290
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
291
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mPackageDetail.test.ts[22m
|
|
292
|
-
|
|
293
|
-
[1mTest Suites: [22m[1m[32m6 passed[39m[22m, 6 of 16 total
|
|
294
|
-
[1mTests: [22m[1m[32m98 passed[39m[22m, 98 total
|
|
295
|
-
[1mSnapshots: [22m0 total
|
|
296
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
297
|
-
|
|
298
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
299
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
300
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
301
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
302
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
303
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
304
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
305
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
306
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
307
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mPackageDetail.test.ts[22m
|
|
308
|
-
|
|
309
|
-
[1mTest Suites: [22m[1m[32m6 passed[39m[22m, 6 of 16 total
|
|
310
|
-
[1mTests: [22m[1m[32m98 passed[39m[22m, 98 total
|
|
311
|
-
[1mSnapshots: [22m0 total
|
|
312
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
313
|
-
|
|
314
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
315
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
316
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mcomponents.test.ts[22m
|
|
317
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
318
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mci.utils.test.ts[22m
|
|
319
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
320
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
321
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
322
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
323
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mPackageDetail.test.ts[22m
|
|
324
|
-
|
|
325
|
-
[1mTest Suites: [22m[1m[32m6 passed[39m[22m, 6 of 16 total
|
|
326
|
-
[1mTests: [22m[1m[32m98 passed[39m[22m, 98 total
|
|
327
|
-
[1mSnapshots: [22m0 total
|
|
328
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
329
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
330
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
331
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
332
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
333
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
334
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
335
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
336
|
-
|
|
337
|
-
[1mTest Suites: [22m[1m[32m9 passed[39m[22m, 9 of 16 total
|
|
338
|
-
[1mTests: [22m[1m[32m143 passed[39m[22m, 143 total
|
|
339
|
-
[1mSnapshots: [22m0 total
|
|
340
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
341
|
-
|
|
342
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
343
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
344
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
345
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
346
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
347
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
348
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
349
|
-
|
|
350
|
-
[1mTest Suites: [22m[1m[32m9 passed[39m[22m, 9 of 16 total
|
|
351
|
-
[1mTests: [22m[1m[32m143 passed[39m[22m, 143 total
|
|
352
|
-
[1mSnapshots: [22m0 total
|
|
353
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
354
|
-
|
|
355
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
356
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mpages.test.ts[22m
|
|
357
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
358
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdependency.utils.test.ts[22m
|
|
359
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
360
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
361
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
362
|
-
|
|
363
|
-
[1mTest Suites: [22m[1m[32m9 passed[39m[22m, 9 of 16 total
|
|
364
|
-
[1mTests: [22m[1m[32m143 passed[39m[22m, 143 total
|
|
365
|
-
[1mSnapshots: [22m0 total
|
|
366
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
367
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
368
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
369
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
370
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
371
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
372
|
-
|
|
373
|
-
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 of 16 total
|
|
374
|
-
[1mTests: [22m[1m[32m189 passed[39m[22m, 189 total
|
|
375
|
-
[1mSnapshots: [22m0 total
|
|
376
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
377
|
-
|
|
378
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
379
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
380
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
381
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
382
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
383
|
-
|
|
384
|
-
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 of 16 total
|
|
385
|
-
[1mTests: [22m[1m[32m189 passed[39m[22m, 189 total
|
|
386
|
-
[1mSnapshots: [22m0 total
|
|
387
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
388
|
-
|
|
389
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
390
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
391
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
392
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
393
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
394
|
-
|
|
395
|
-
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 of 16 total
|
|
396
|
-
[1mTests: [22m[1m[32m189 passed[39m[22m, 189 total
|
|
397
|
-
[1mSnapshots: [22m0 total
|
|
398
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
399
|
-
|
|
400
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
401
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
402
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
403
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
404
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
405
|
-
|
|
406
|
-
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 of 16 total
|
|
407
|
-
[1mTests: [22m[1m[32m189 passed[39m[22m, 189 total
|
|
408
|
-
[1mSnapshots: [22m0 total
|
|
409
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
410
|
-
|
|
411
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
412
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mCIIntegration.test.ts[22m
|
|
413
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mHealthStatus.test.ts[22m
|
|
414
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mConfigInspector.test.ts[22m
|
|
415
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mdashboard.utils.test.ts[22m
|
|
416
|
-
|
|
417
|
-
[1mTest Suites: [22m[1m[32m11 passed[39m[22m, 11 of 16 total
|
|
418
|
-
[1mTests: [22m[1m[32m189 passed[39m[22m, 189 total
|
|
419
|
-
[1mSnapshots: [22m0 total
|
|
420
|
-
[1mTime:[22m 1 s, estimated 2 s
|
|
421
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
422
|
-
|
|
423
|
-
[1mTest Suites: [22m[1m[32m15 passed[39m[22m, 15 of 16 total
|
|
424
|
-
[1mTests: [22m[1m[32m256 passed[39m[22m, 256 total
|
|
425
|
-
[1mSnapshots: [22m0 total
|
|
426
|
-
[1mTime:[22m 2 s
|
|
427
|
-
|
|
428
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
429
|
-
|
|
430
|
-
[1mTest Suites: [22m[1m[32m15 passed[39m[22m, 15 of 16 total
|
|
431
|
-
[1mTests: [22m[1m[32m256 passed[39m[22m, 256 total
|
|
432
|
-
[1mSnapshots: [22m0 total
|
|
433
|
-
[1mTime:[22m 2 s
|
|
434
|
-
|
|
435
|
-
[2m[31mconsole.error[39m[22m
|
|
436
|
-
[31m getPackages: unexpected error Error: fail[39m
|
|
437
|
-
[31m at Object.<anonymous> (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/__tests__/monorepoService.unit.test.ts:27:57)[39m
|
|
438
|
-
[31m at Promise.then.completed (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:298:28)[39m
|
|
439
|
-
[31m at new Promise (<anonymous>)[39m
|
|
440
|
-
[31m at callAsyncCircusFn (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:231:10)[39m
|
|
441
|
-
[31m at _callCircusTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:316:40)[39m
|
|
442
|
-
[31m at processTicksAndRejections (node:internal/process/task_queues:105:5)[39m
|
|
443
|
-
[31m at _runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:252:3)[39m
|
|
444
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:126:9)[39m
|
|
445
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
446
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
447
|
-
[31m at run (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:71:3)[39m
|
|
448
|
-
[31m at runAndTransformResultsToJestFormat (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)[39m
|
|
449
|
-
[31m at jestAdapter (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)[39m
|
|
450
|
-
[31m at runTestInternal (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)[39m
|
|
451
|
-
[31m at runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)[39m
|
|
452
|
-
[31m at Object.worker (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/testWorker.js:106:12)[39m
|
|
453
|
-
[2m[22m
|
|
454
|
-
[2m [0m [90m 219 |[39m }[22m
|
|
455
|
-
[2m [90m 220 |[39m } [36mcatch[39m (error) {[22m
|
|
456
|
-
[2m [31m[1m>[22m[2m[39m[90m 221 |[39m console[33m.[39merror([32m'getPackages: unexpected error'[39m[33m,[39m error)[33m;[39m[22m
|
|
457
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
458
|
-
[2m [90m 222 |[39m [90m// Final fallback: return empty list so callers don't receive a thrown error[39m[22m
|
|
459
|
-
[2m [90m 223 |[39m [36mreturn[39m [][33m;[39m[22m
|
|
460
|
-
[2m [90m 224 |[39m }[0m[22m
|
|
461
|
-
[2m[22m
|
|
462
|
-
[2m [2mat MonorepoService.getPackages ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:221:15)[22m[2m[22m
|
|
463
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:28:22)[22m[2m[22m
|
|
464
|
-
|
|
465
|
-
[2m[31mconsole.error[39m[22m
|
|
466
|
-
[31m getPackages: initial fetch failed with status 500. Attempting refresh...[39m
|
|
467
|
-
[2m[22m
|
|
468
|
-
[2m [0m [90m 207 |[39m [90m// Log the failure and attempt a refresh, but don't throw so tests[39m[22m
|
|
469
|
-
[2m [90m 208 |[39m [90m// that expect a graceful fallback will remain deterministic.[39m[22m
|
|
470
|
-
[2m [31m[1m>[22m[2m[39m[90m 209 |[39m console[33m.[39merror([22m
|
|
471
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
472
|
-
[2m [90m 210 |[39m [32m`getPackages: initial fetch failed with status ${res.status}. Attempting refresh...`[39m[22m
|
|
473
|
-
[2m [90m 211 |[39m )[33m;[39m[22m
|
|
474
|
-
[2m [90m 212 |[39m[0m[22m
|
|
475
|
-
[2m[22m
|
|
476
|
-
[2m [2mat MonorepoService.getPackages ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:209:15)[22m[2m[22m
|
|
477
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:36:22)[22m[2m[22m
|
|
478
|
-
|
|
479
|
-
[2m[31mconsole.error[39m[22m
|
|
480
|
-
[31m refreshPackages: unexpected error Error: fail[39m
|
|
481
|
-
[31m at Object.<anonymous> (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/__tests__/monorepoService.unit.test.ts:35:32)[39m
|
|
482
|
-
[31m at Promise.then.completed (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:298:28)[39m
|
|
483
|
-
[31m at new Promise (<anonymous>)[39m
|
|
484
|
-
[31m at callAsyncCircusFn (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:231:10)[39m
|
|
485
|
-
[31m at _callCircusTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:316:40)[39m
|
|
486
|
-
[31m at processTicksAndRejections (node:internal/process/task_queues:105:5)[39m
|
|
487
|
-
[31m at _runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:252:3)[39m
|
|
488
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:126:9)[39m
|
|
489
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
490
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
491
|
-
[31m at run (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:71:3)[39m
|
|
492
|
-
[31m at runAndTransformResultsToJestFormat (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)[39m
|
|
493
|
-
[31m at jestAdapter (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)[39m
|
|
494
|
-
[31m at runTestInternal (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)[39m
|
|
495
|
-
[31m at runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)[39m
|
|
496
|
-
[31m at Object.worker (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/testWorker.js:106:12)[39m
|
|
497
|
-
[2m[22m
|
|
498
|
-
[2m [0m [90m 277 |[39m [36mreturn[39m pkgData[33m;[39m[22m
|
|
499
|
-
[2m [90m 278 |[39m } [36mcatch[39m (error) {[22m
|
|
500
|
-
[2m [31m[1m>[22m[2m[39m[90m 279 |[39m console[33m.[39merror([32m'refreshPackages: unexpected error'[39m[33m,[39m error)[33m;[39m[22m
|
|
501
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
502
|
-
[2m [90m 280 |[39m [36mreturn[39m [][33m;[39m[22m
|
|
503
|
-
[2m [90m 281 |[39m }[22m
|
|
504
|
-
[2m [90m 282 |[39m }[0m[22m
|
|
505
|
-
[2m[22m
|
|
506
|
-
[2m [2mat MonorepoService.refreshPackages ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:279:15)[22m[2m[22m
|
|
507
|
-
[2m [2mat MonorepoService.getPackages ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:214:31)[22m[2m[22m
|
|
508
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:36:22)[22m[2m[22m
|
|
509
|
-
|
|
510
|
-
[2m[31mconsole.error[39m[22m
|
|
511
|
-
[31m Error fetching dependencies: Error: fail[39m
|
|
512
|
-
[31m at Object.<anonymous> (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/__tests__/monorepoService.unit.test.ts:74:72)[39m
|
|
513
|
-
[31m at Promise.then.completed (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:298:28)[39m
|
|
514
|
-
[31m at new Promise (<anonymous>)[39m
|
|
515
|
-
[31m at callAsyncCircusFn (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:231:10)[39m
|
|
516
|
-
[31m at _callCircusTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:316:40)[39m
|
|
517
|
-
[31m at _runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:252:3)[39m
|
|
518
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:126:9)[39m
|
|
519
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
520
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
521
|
-
[31m at run (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:71:3)[39m
|
|
522
|
-
[31m at runAndTransformResultsToJestFormat (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)[39m
|
|
523
|
-
[31m at jestAdapter (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)[39m
|
|
524
|
-
[31m at runTestInternal (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)[39m
|
|
525
|
-
[31m at runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)[39m
|
|
526
|
-
[31m at Object.worker (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/testWorker.js:106:12)[39m
|
|
527
|
-
[2m[22m
|
|
528
|
-
[2m [0m [90m 256 |[39m [36mreturn[39m dependencyInfoArray[33m;[39m[22m
|
|
529
|
-
[2m [90m 257 |[39m } [36mcatch[39m (error) {[22m
|
|
530
|
-
[2m [31m[1m>[22m[2m[39m[90m 258 |[39m console[33m.[39merror([32m'Error fetching dependencies:'[39m[33m,[39m error)[33m;[39m[22m
|
|
531
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
532
|
-
[2m [90m 259 |[39m [36mreturn[39m [][33m;[39m[22m
|
|
533
|
-
[2m [90m 260 |[39m }[22m
|
|
534
|
-
[2m [90m 261 |[39m }[0m[22m
|
|
535
|
-
[2m[22m
|
|
536
|
-
[2m [2mat MonorepoService.getDependencies ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:258:15)[22m[2m[22m
|
|
537
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:75:22)[22m[2m[22m
|
|
538
|
-
|
|
539
|
-
[2mconsole.log[22m
|
|
540
|
-
data from refreshPackage: [
|
|
541
|
-
{
|
|
542
|
-
name: 'pkg1',
|
|
543
|
-
version: '1.0.0',
|
|
544
|
-
type: 'app',
|
|
545
|
-
status: 'healthy',
|
|
546
|
-
lastUpdated: '',
|
|
547
|
-
dependencies: [],
|
|
548
|
-
maintainers: [],
|
|
549
|
-
tags: [],
|
|
550
|
-
description: '',
|
|
551
|
-
path: ''
|
|
552
|
-
}
|
|
553
|
-
]
|
|
554
|
-
[2m[22m
|
|
555
|
-
[2m [2mat MonorepoService.refreshPackages ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:275:15)[22m[2m[22m
|
|
556
|
-
|
|
557
|
-
[2m[31mconsole.error[39m[22m
|
|
558
|
-
[31m refreshPackages: fetch failed with status 500[39m
|
|
559
|
-
[2m[22m
|
|
560
|
-
[2m [0m [90m 266 |[39m[22m
|
|
561
|
-
[2m [90m 267 |[39m [36mif[39m ([33m![39mpkg[33m.[39mok) {[22m
|
|
562
|
-
[2m [31m[1m>[22m[2m[39m[90m 268 |[39m console[33m.[39merror([22m
|
|
563
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
564
|
-
[2m [90m 269 |[39m [32m`refreshPackages: fetch failed with status ${pkg.status}`[39m[22m
|
|
565
|
-
[2m [90m 270 |[39m )[33m;[39m[22m
|
|
566
|
-
[2m [90m 271 |[39m [36mreturn[39m [][33m;[39m[0m[22m
|
|
567
|
-
[2m[22m
|
|
568
|
-
[2m [2mat MonorepoService.refreshPackages ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:268:17)[22m[2m[22m
|
|
569
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:92:22)[22m[2m[22m
|
|
570
|
-
|
|
571
|
-
[2m[31mconsole.error[39m[22m
|
|
572
|
-
[31m refreshPackages: unexpected error Error: fail[39m
|
|
573
|
-
[31m at Object.<anonymous> (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/__tests__/monorepoService.unit.test.ts:97:57)[39m
|
|
574
|
-
[31m at Promise.then.completed (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:298:28)[39m
|
|
575
|
-
[31m at new Promise (<anonymous>)[39m
|
|
576
|
-
[31m at callAsyncCircusFn (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:231:10)[39m
|
|
577
|
-
[31m at _callCircusTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:316:40)[39m
|
|
578
|
-
[31m at _runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:252:3)[39m
|
|
579
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:126:9)[39m
|
|
580
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
581
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
582
|
-
[31m at run (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:71:3)[39m
|
|
583
|
-
[31m at runAndTransformResultsToJestFormat (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)[39m
|
|
584
|
-
[31m at jestAdapter (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)[39m
|
|
585
|
-
[31m at runTestInternal (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)[39m
|
|
586
|
-
[31m at runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)[39m
|
|
587
|
-
[31m at Object.worker (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/testWorker.js:106:12)[39m
|
|
588
|
-
[2m[22m
|
|
589
|
-
[2m [0m [90m 277 |[39m [36mreturn[39m pkgData[33m;[39m[22m
|
|
590
|
-
[2m [90m 278 |[39m } [36mcatch[39m (error) {[22m
|
|
591
|
-
[2m [31m[1m>[22m[2m[39m[90m 279 |[39m console[33m.[39merror([32m'refreshPackages: unexpected error'[39m[33m,[39m error)[33m;[39m[22m
|
|
592
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
593
|
-
[2m [90m 280 |[39m [36mreturn[39m [][33m;[39m[22m
|
|
594
|
-
[2m [90m 281 |[39m }[22m
|
|
595
|
-
[2m [90m 282 |[39m }[0m[22m
|
|
596
|
-
[2m[22m
|
|
597
|
-
[2m [2mat MonorepoService.refreshPackages ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:279:15)[22m[2m[22m
|
|
598
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:98:22)[22m[2m[22m
|
|
599
|
-
|
|
600
|
-
[2mconsole.log[22m
|
|
601
|
-
getHealthStatus
|
|
602
|
-
[2m[22m
|
|
603
|
-
[2m [2mat MonorepoService.getHealthStatus ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:314:13)[22m[2m[22m
|
|
604
|
-
|
|
605
|
-
[2mconsole.log[22m
|
|
606
|
-
Health data from getHealthStatus: {
|
|
607
|
-
ok: true,
|
|
608
|
-
json: [Function: mockConstructor] {
|
|
609
|
-
_isMockFunction: true,
|
|
610
|
-
getMockImplementation: [Function (anonymous)],
|
|
611
|
-
mock: [Getter/Setter],
|
|
612
|
-
mockClear: [Function (anonymous)],
|
|
613
|
-
mockReset: [Function (anonymous)],
|
|
614
|
-
mockRestore: [Function (anonymous)],
|
|
615
|
-
mockReturnValueOnce: [Function (anonymous)],
|
|
616
|
-
mockResolvedValueOnce: [Function (anonymous)],
|
|
617
|
-
mockRejectedValueOnce: [Function (anonymous)],
|
|
618
|
-
mockReturnValue: [Function (anonymous)],
|
|
619
|
-
mockResolvedValue: [Function (anonymous)],
|
|
620
|
-
mockRejectedValue: [Function (anonymous)],
|
|
621
|
-
mockImplementationOnce: [Function (anonymous)],
|
|
622
|
-
withImplementation: [Function: bound withImplementation],
|
|
623
|
-
mockImplementation: [Function (anonymous)],
|
|
624
|
-
mockReturnThis: [Function (anonymous)],
|
|
625
|
-
mockName: [Function (anonymous)],
|
|
626
|
-
getMockName: [Function (anonymous)],
|
|
627
|
-
[Symbol(nodejs.dispose)]: [Function (anonymous)]
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
[2m[22m
|
|
631
|
-
[2m [2mat MonorepoService.getHealthStatus ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:318:15)[22m[2m[22m
|
|
632
|
-
|
|
633
|
-
[2mconsole.log[22m
|
|
634
|
-
Health data from getHealthStatus: { overallScore: 90, metrics: [], packageHealth: [] }
|
|
635
|
-
[2m[22m
|
|
636
|
-
[2m [2mat MonorepoService.getHealthStatus ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:351:15)[22m[2m[22m
|
|
637
|
-
|
|
638
|
-
[2mconsole.log[22m
|
|
639
|
-
getHealthStatus
|
|
640
|
-
[2m[22m
|
|
641
|
-
[2m [2mat MonorepoService.getHealthStatus ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:314:13)[22m[2m[22m
|
|
642
|
-
|
|
643
|
-
[2m[31mconsole.error[39m[22m
|
|
644
|
-
[31m Error fetching health data: Error: fail[39m
|
|
645
|
-
[31m at Object.<anonymous> (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/__tests__/monorepoService.unit.test.ts:114:57)[39m
|
|
646
|
-
[31m at Promise.then.completed (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:298:28)[39m
|
|
647
|
-
[31m at new Promise (<anonymous>)[39m
|
|
648
|
-
[31m at callAsyncCircusFn (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/utils.js:231:10)[39m
|
|
649
|
-
[31m at _callCircusTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:316:40)[39m
|
|
650
|
-
[31m at _runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:252:3)[39m
|
|
651
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:126:9)[39m
|
|
652
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
653
|
-
[31m at _runTestsForDescribeBlock (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:121:9)[39m
|
|
654
|
-
[31m at run (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/run.js:71:3)[39m
|
|
655
|
-
[31m at runAndTransformResultsToJestFormat (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)[39m
|
|
656
|
-
[31m at jestAdapter (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)[39m
|
|
657
|
-
[31m at runTestInternal (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)[39m
|
|
658
|
-
[31m at runTest (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)[39m
|
|
659
|
-
[31m at Object.worker (/home/manoj/Documents/MonoDog/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/testWorker.js:106:12)[39m
|
|
660
|
-
[2m[22m
|
|
661
|
-
[2m [0m [90m 353 |[39m [36mreturn[39m healthData[33m;[39m[22m
|
|
662
|
-
[2m [90m 354 |[39m } [36mcatch[39m (error) {[22m
|
|
663
|
-
[2m [31m[1m>[22m[2m[39m[90m 355 |[39m console[33m.[39merror([32m'Error fetching health data:'[39m[33m,[39m error)[33m;[39m[22m
|
|
664
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
665
|
-
[2m [90m 356 |[39m [90m// Fallback to the existing mock implementation[39m[22m
|
|
666
|
-
[2m [90m 357 |[39m [36mreturn[39m [36mawait[39m [36mthis[39m[33m.[39mgetFallbackHealthStatus()[33m;[39m[22m
|
|
667
|
-
[2m [90m 358 |[39m }[0m[22m
|
|
668
|
-
[2m[22m
|
|
669
|
-
[2m [2mat MonorepoService.getHealthStatus ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:355:15)[22m[2m[22m
|
|
670
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:115:22)[22m[2m[22m
|
|
671
|
-
|
|
672
|
-
[2mconsole.log[22m
|
|
673
|
-
Health data from refreshHealthStatus: { overallScore: 95, metrics: [], packageHealth: [] }
|
|
674
|
-
[2m[22m
|
|
675
|
-
[2m [2mat MonorepoService.refreshHealthStatus ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:375:15)[22m[2m[22m
|
|
676
|
-
|
|
677
|
-
[2mconsole.log[22m
|
|
678
|
-
📤 Updating package configuration via MonorepoService: pkg
|
|
679
|
-
[2m[22m
|
|
680
|
-
[2m [2mat MonorepoService.updatePackageConfiguration ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:612:15)[22m[2m[22m
|
|
681
|
-
|
|
682
|
-
[2mconsole.log[22m
|
|
683
|
-
📥 Response status: 200
|
|
684
|
-
[2m[22m
|
|
685
|
-
[2m [2mat MonorepoService.updatePackageConfiguration ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:629:15)[22m[2m[22m
|
|
686
|
-
|
|
687
|
-
[2mconsole.log[22m
|
|
688
|
-
📥 Success response: { success: true, message: 'ok', package: {} }
|
|
689
|
-
[2m[22m
|
|
690
|
-
[2m [2mat MonorepoService.updatePackageConfiguration ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:648:15)[22m[2m[22m
|
|
691
|
-
|
|
692
|
-
[2mconsole.log[22m
|
|
693
|
-
📤 Updating package configuration via MonorepoService: pkg
|
|
694
|
-
[2m[22m
|
|
695
|
-
[2m [2mat MonorepoService.updatePackageConfiguration ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:612:15)[22m[2m[22m
|
|
696
|
-
|
|
697
|
-
[2mconsole.log[22m
|
|
698
|
-
📥 Response status: 400
|
|
699
|
-
[2m[22m
|
|
700
|
-
[2m [2mat MonorepoService.updatePackageConfiguration ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:629:15)[22m[2m[22m
|
|
701
|
-
|
|
702
|
-
[2m[31mconsole.error[39m[22m
|
|
703
|
-
[31m 📥 Error response: {"error":"fail"}[39m
|
|
704
|
-
[2m[22m
|
|
705
|
-
[2m [0m [90m 631 |[39m [36mif[39m ([33m![39mresponse[33m.[39mok) {[22m
|
|
706
|
-
[2m [90m 632 |[39m [36mconst[39m errorText [33m=[39m [36mawait[39m response[33m.[39mtext()[33m;[39m[22m
|
|
707
|
-
[2m [31m[1m>[22m[2m[39m[90m 633 |[39m console[33m.[39merror([32m'📥 Error response:'[39m[33m,[39m errorText)[33m;[39m[22m
|
|
708
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
709
|
-
[2m [90m 634 |[39m[22m
|
|
710
|
-
[2m [90m 635 |[39m [36mlet[39m errorMessage [33m=[39m [32m`HTTP error ${response.status}`[39m[33m;[39m[22m
|
|
711
|
-
[2m [90m 636 |[39m [36mif[39m (errorText) {[0m[22m
|
|
712
|
-
[2m[22m
|
|
713
|
-
[2m [2mat MonorepoService.updatePackageConfiguration ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:633:17)[22m[2m[22m
|
|
714
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:138:7)[22m[2m[22m
|
|
715
|
-
|
|
716
|
-
[2m[31mconsole.error[39m[22m
|
|
717
|
-
[31m ❌ Error updating package configuration: Error: fail[39m
|
|
718
|
-
[31m at MonorepoService.updatePackageConfiguration (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/src/services/monorepoService.ts:644:15)[39m
|
|
719
|
-
[31m at Object.<anonymous> (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/__tests__/monorepoService.unit.test.ts:138:7)[39m
|
|
720
|
-
[2m[22m
|
|
721
|
-
[2m [0m [90m 650 |[39m [36mreturn[39m result[33m;[39m[22m
|
|
722
|
-
[2m [90m 651 |[39m } [36mcatch[39m (error) {[22m
|
|
723
|
-
[2m [31m[1m>[22m[2m[39m[90m 652 |[39m console[33m.[39merror([32m'❌ Error updating package configuration:'[39m[33m,[39m error)[33m;[39m[22m
|
|
724
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
725
|
-
[2m [90m 653 |[39m [36mthrow[39m error[33m;[39m[22m
|
|
726
|
-
[2m [90m 654 |[39m }[22m
|
|
727
|
-
[2m [90m 655 |[39m }[0m[22m
|
|
728
|
-
[2m[22m
|
|
729
|
-
[2m [2mat MonorepoService.updatePackageConfiguration ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:652:15)[22m[2m[22m
|
|
730
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:138:7)[22m[2m[22m
|
|
731
|
-
|
|
732
|
-
[2mconsole.log[22m
|
|
733
|
-
Fetching configuration files from backend...
|
|
734
|
-
[2m[22m
|
|
735
|
-
[2m [2mat MonorepoService.getConfigurationFiles ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:858:15)[22m[2m[22m
|
|
736
|
-
|
|
737
|
-
[2mconsole.log[22m
|
|
738
|
-
Response from config files API: {
|
|
739
|
-
success: true,
|
|
740
|
-
files: [
|
|
741
|
-
{
|
|
742
|
-
id: '1',
|
|
743
|
-
name: 'f',
|
|
744
|
-
path: '',
|
|
745
|
-
type: 'json',
|
|
746
|
-
content: '',
|
|
747
|
-
lastModified: '',
|
|
748
|
-
size: 1,
|
|
749
|
-
hasSecrets: false
|
|
750
|
-
}
|
|
751
|
-
]
|
|
752
|
-
}
|
|
753
|
-
[2m[22m
|
|
754
|
-
[2m [2mat MonorepoService.getConfigurationFiles ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:871:15)[22m[2m[22m
|
|
755
|
-
|
|
756
|
-
[2mconsole.log[22m
|
|
757
|
-
Successfully fetched 1 configuration files
|
|
758
|
-
[2m[22m
|
|
759
|
-
[2m [2mat MonorepoService.getConfigurationFiles ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:874:17)[22m[2m[22m
|
|
760
|
-
|
|
761
|
-
[2mconsole.log[22m
|
|
762
|
-
Fetching configuration files from backend...
|
|
763
|
-
[2m[22m
|
|
764
|
-
[2m [2mat MonorepoService.getConfigurationFiles ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:858:15)[22m[2m[22m
|
|
765
|
-
|
|
766
|
-
[2m[31mconsole.error[39m[22m
|
|
767
|
-
[31m Error fetching configuration files from backend: Error: fail[39m
|
|
768
|
-
[31m at Object.<anonymous> (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/__tests__/monorepoService.unit.test.ts:156:57)[39m
|
|
769
|
-
[2m[22m
|
|
770
|
-
[2m [0m [90m 880 |[39m }[22m
|
|
771
|
-
[2m [90m 881 |[39m } [36mcatch[39m (error) {[22m
|
|
772
|
-
[2m [31m[1m>[22m[2m[39m[90m 882 |[39m console[33m.[39merror([32m'Error fetching configuration files from backend:'[39m[33m,[39m error)[33m;[39m[22m
|
|
773
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
774
|
-
[2m [90m 883 |[39m[22m
|
|
775
|
-
[2m [90m 884 |[39m [90m// Fallback to empty array if backend call fails[39m[22m
|
|
776
|
-
[2m [90m 885 |[39m console[33m.[39mlog([32m'Returning empty config files list due to error...'[39m)[33m;[39m[0m[22m
|
|
777
|
-
[2m[22m
|
|
778
|
-
[2m [2mat MonorepoService.getConfigurationFiles ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:882:15)[22m[2m[22m
|
|
779
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:157:20)[22m[2m[22m
|
|
780
|
-
|
|
781
|
-
[2mconsole.log[22m
|
|
782
|
-
Returning empty config files list due to error...
|
|
783
|
-
[2m[22m
|
|
784
|
-
[2m [2mat MonorepoService.getConfigurationFiles ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:885:15)[22m[2m[22m
|
|
785
|
-
|
|
786
|
-
[2mconsole.log[22m
|
|
787
|
-
Saving configuration file: 1
|
|
788
|
-
[2m[22m
|
|
789
|
-
[2m [2mat MonorepoService.saveConfigurationFile ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:895:15)[22m[2m[22m
|
|
790
|
-
|
|
791
|
-
[2mconsole.log[22m
|
|
792
|
-
File saved successfully: 1
|
|
793
|
-
[2m[22m
|
|
794
|
-
[2m [2mat MonorepoService.saveConfigurationFile ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:919:17)[22m[2m[22m
|
|
795
|
-
|
|
796
|
-
[2mconsole.log[22m
|
|
797
|
-
Saving configuration file: 1
|
|
798
|
-
[2m[22m
|
|
799
|
-
[2m [2mat MonorepoService.saveConfigurationFile ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:895:15)[22m[2m[22m
|
|
800
|
-
|
|
801
|
-
[2m[31mconsole.error[39m[22m
|
|
802
|
-
[31m Error saving configuration file: Error: Invalid response format from save file API[39m
|
|
803
|
-
[31m at MonorepoService.saveConfigurationFile (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/src/services/monorepoService.ts:922:15)[39m
|
|
804
|
-
[31m at Object.<anonymous> (/home/manoj/Documents/MonoDog/packages/monoapp/monodog-dashboard/__tests__/monorepoService.unit.test.ts:168:7)[39m
|
|
805
|
-
[2m[22m
|
|
806
|
-
[2m [0m [90m 923 |[39m }[22m
|
|
807
|
-
[2m [90m 924 |[39m } [36mcatch[39m (error) {[22m
|
|
808
|
-
[2m [31m[1m>[22m[2m[39m[90m 925 |[39m console[33m.[39merror([32m'Error saving configuration file:'[39m[33m,[39m error)[33m;[39m[22m
|
|
809
|
-
[2m [90m |[39m [31m[1m^[22m[2m[39m[22m
|
|
810
|
-
[2m [90m 926 |[39m [36mthrow[39m error[33m;[39m [90m// Re-throw to let the component handle it[39m[22m
|
|
811
|
-
[2m [90m 927 |[39m }[22m
|
|
812
|
-
[2m [90m 928 |[39m }[0m[22m
|
|
813
|
-
[2m[22m
|
|
814
|
-
[2m [2mat MonorepoService.saveConfigurationFile ([22m[2mmonodog-dashboard/src/services/monorepoService.ts[2m:925:15)[22m[2m[22m
|
|
815
|
-
[2m [2mat Object.<anonymous> ([22m[2mmonodog-dashboard/__tests__/monorepoService.unit.test.ts[2m:168:7)[22m[2m[22m
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m dashboard [39m[27m[0m [2mmonodog-dashboard/__tests__/[22m[1mmonorepoService.unit.test.ts[22m
|
|
819
|
-
|
|
820
|
-
[1mTest Suites: [22m[1m[32m15 passed[39m[22m, 15 of 16 total
|
|
821
|
-
[1mTests: [22m[1m[32m256 passed[39m[22m, 256 total
|
|
822
|
-
[1mSnapshots: [22m0 total
|
|
823
|
-
[1mTime:[22m 2 s
|
|
824
|
-
[1mTest Suites: [22m[1m[32m16 passed[39m[22m, 16 total
|
|
825
|
-
[1mTests: [22m[1m[32m175 passed[39m[22m, 175 total
|
|
826
|
-
[1mSnapshots: [22m0 total
|
|
827
|
-
[1mTime:[22m 2.561 s
|
|
828
|
-
[2mRan all test suites[22m[2m in [22m2[2m projects[22m[2m.[22m
|