Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions apps/cockpit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/cockpit/src",
"projectType": "application",
"tags": ["scope:cockpit", "type:app"],
"tags": [
"scope:cockpit",
"scope:cockpit-deploy-smoke",
"scope:cockpit-e2e",
"scope:cockpit-examples",
"type:app"
],
"targets": {
"build": {
"executor": "@nx/next:build",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"defaultConfiguration": "production",
"options": {
"outputPath": "dist/apps/cockpit"
Expand Down
14 changes: 11 additions & 3 deletions apps/website/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/website/src",
"projectType": "application",
"tags": ["scope:website", "type:app"],
"tags": [
"scope:website",
"scope:website-e2e",
"type:app"
],
"targets": {
"build": {
"executor": "@nx/next:build",
"outputs": ["{options.outputPath}"],
"outputs": [
"{options.outputPath}"
],
"defaultConfiguration": "production",
"options": {
"outputPath": "dist/apps/website"
Expand Down Expand Up @@ -48,7 +54,9 @@
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
"outputs": [
"{options.outputFile}"
]
},
"e2e": {
"executor": "@nx/playwright:playwright",
Expand Down
6 changes: 5 additions & 1 deletion cockpit/ag-ui/streaming/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,9 @@
"command": "npx tsx -e \"import { agUiStreamingAngularModule } from './src/index.ts'; const module = agUiStreamingAngularModule; if (module.id !== 'ag-ui-streaming-angular' || module.title !== 'AG-UI Streaming (Angular)') { throw new Error('Unexpected module shape for ' + module.id); }\""
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/a2ui/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
"config": "cockpit/chat/a2ui/angular/e2e/playwright.config.ts"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/a2ui/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/a2ui/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/a2ui/python"
],
"options": {
"outputPath": "dist/cockpit/chat/a2ui/python",
"main": "cockpit/chat/a2ui/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5511 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/debug/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,9 @@
"command": "npx tsx -e \"import { chatDebugAngularModule } from './src/index.ts'; const module = chatDebugAngularModule; if (module.id !== 'chat-debug-angular' || module.title !== 'Chat Debug (Angular)') { throw new Error('Unexpected module shape for ' + module.id); }\""
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/debug/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/debug/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/debug/python"
],
"options": {
"outputPath": "dist/cockpit/chat/debug/python",
"main": "cockpit/chat/debug/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5509 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/generative-ui/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,9 @@
"config": "cockpit/chat/generative-ui/angular/e2e/playwright.config.ts"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/generative-ui/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/generative-ui/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/generative-ui/python"
],
"options": {
"outputPath": "dist/cockpit/chat/generative-ui/python",
"main": "cockpit/chat/generative-ui/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5508 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/input/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
"config": "cockpit/chat/input/angular/e2e/playwright.config.ts"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/input/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/input/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/input/python"
],
"options": {
"outputPath": "dist/cockpit/chat/input/python",
"main": "cockpit/chat/input/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5502 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/interrupts/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,9 @@
"command": "bash cockpit/chat/interrupts/angular/e2e/scripts/record-c-interrupts.sh"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/interrupts/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/interrupts/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/interrupts/python"
],
"options": {
"outputPath": "dist/cockpit/chat/interrupts/python",
"main": "cockpit/chat/interrupts/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5503 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/messages/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
"config": "cockpit/chat/messages/angular/e2e/playwright.config.ts"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/messages/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/messages/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/messages/python"
],
"options": {
"outputPath": "dist/cockpit/chat/messages/python",
"main": "cockpit/chat/messages/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5501 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/subagents/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
"command": "npx tsx -e \"import { chatSubagentsAngularModule } from './src/index.ts'; const module = chatSubagentsAngularModule; if (module.id !== 'chat-subagents-angular' || module.title !== 'Chat Subagents (Angular)') { throw new Error('Unexpected module shape for ' + module.id); }\""
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/subagents/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/subagents/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/subagents/python"
],
"options": {
"outputPath": "dist/cockpit/chat/subagents/python",
"main": "cockpit/chat/subagents/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5505 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/theming/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
"config": "cockpit/chat/theming/angular/e2e/playwright.config.ts"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/theming/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/theming/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/theming/python"
],
"options": {
"outputPath": "dist/cockpit/chat/theming/python",
"main": "cockpit/chat/theming/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5510 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/threads/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
"config": "cockpit/chat/threads/angular/e2e/playwright.config.ts"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/threads/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/threads/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/threads/python"
],
"options": {
"outputPath": "dist/cockpit/chat/threads/python",
"main": "cockpit/chat/threads/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5506 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
6 changes: 5 additions & 1 deletion cockpit/chat/timeline/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
"config": "cockpit/chat/timeline/angular/e2e/playwright.config.ts"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
10 changes: 8 additions & 2 deletions cockpit/chat/timeline/python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/dist/cockpit/chat/timeline/python"],
"outputs": [
"{workspaceRoot}/dist/cockpit/chat/timeline/python"
],
"options": {
"outputPath": "dist/cockpit/chat/timeline/python",
"main": "cockpit/chat/timeline/python/src/index.ts",
Expand All @@ -20,5 +22,9 @@
"command": "uv run langgraph dev --port 5507 --no-browser"
}
}
}
},
"tags": [
"scope:cockpit-e2e",
"scope:cockpit-examples"
]
}
Loading
Loading