Commit 5895609
committed
Merge remote-tracking branch 'origin/main' into feat/dashboard-agent-flows
# Conflicts:
# .changeset/report-health.md
# .server-changes/agent-detail-metrics-layout.md
# .server-changes/paginate-concurrency-keys-table.md
# .server-changes/queue-metrics-dashboard.md
# apps/webapp/app/components/dashboard-agent/AgentChart.tsx
# apps/webapp/app/components/metrics/MiniLineChart.tsx
# apps/webapp/app/components/query/QueryEditor.tsx
# apps/webapp/app/env.server.ts
# apps/webapp/app/hooks/useMetricResourceQuery.ts
# apps/webapp/app/presenters/v3/QueueListPresenter.server.ts
# apps/webapp/app/presenters/v3/QueueMetricsPresenter.server.ts
# apps/webapp/app/presenters/v3/RunQueueMetricsPresenter.server.ts
# apps/webapp/app/presenters/v3/reports/health/health-data.ts
# apps/webapp/app/presenters/v3/reports/health/health-messages.ts
# apps/webapp/app/presenters/v3/reports/health/health.ts
# apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query/ExamplesContent.tsx
# apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query/TableSchemaContent.tsx
# apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues/route.tsx
# apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues_.$queueParam/route.tsx
# apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.tasks.standard.$taskParam/route.tsx
# apps/webapp/app/routes/api.v1.query.schema.ts
# apps/webapp/app/routes/resources.metric.tsx
# apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query.ai-generate.tsx
# apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam/route.tsx
# apps/webapp/app/routes/resources.queues.concurrency-keys.ts
# apps/webapp/app/services/queryService.server.ts
# apps/webapp/app/v3/querySchemas.ts
# apps/webapp/app/v3/queueMetrics.server.ts
# apps/webapp/test/reportHealth.test.ts
# internal-packages/clickhouse/src/client/tsql.ts
# internal-packages/run-engine/src/engine/systems/enqueueSystem.ts
# internal-packages/tsql/src/query/schema.ts214 files changed
Lines changed: 8380 additions & 3698 deletions
File tree
- .changeset
- .github/workflows
- .server-changes
- apps/webapp
- app
- assets/icons
- components
- dashboard-agent
- environments
- integrations
- primitives
- query
- runs/v3
- hooks
- models
- presenters
- v3
- reports/health
- routes
- _app.orgs.$organizationSlug.invite
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.dashboards.custom.$dashboardId
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues_.$queueParam
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs._index
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings.integrations
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.tasks.scheduled.$taskParam
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.tasks.standard.$taskParam
- _app.orgs.$organizationSlug.settings.sso
- _app.orgs.$organizationSlug.settings.team
- resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam
- storybook.buttons
- storybook.icons
- services
- clickhouse
- metadata
- utils
- v3
- environmentVariables
- services
- alerts
- worker
- test
- docs
- ai-chat
- config/extensions
- guides
- examples
- management/projects
- runs
- snippets
- hosting/k8s/helm
- internal-packages
- clickhouse/src
- client
- database/prisma
- migrations/20260723112558_add_environment_api_keys
- rbac/src
- run-engine/src/engine
- systems
- tests
- run-ops-database
- prisma
- migrations/20260727120000_add_batch_task_run_created_at_dashboard_index
- src
- run-store/src
- tsql/src/query
- packages
- build
- cli-v3
- src
- build
- core
- src
- v3
- apiClient
- utils
- test
- plugins/src
- python
- react-hooks
- redis-worker
- src
- rsc
- schema-to-json
- trigger-sdk
- src/v3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 5 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments