Commit cbb629d
committed
feat: Add UI and API for shadow and A/B testing
- Add deployment test actions (create, destroy, pause, resume, stop)
- Add deployment test stores and hooks
- Add UI components for testing section in publish modal
- Add active commits list and drafts commits list
- Add test deployment filter for traces
- Add API route for active test status
- Update gateway handler to support deployment tests
- Update commit selector UI
- Add documentation for shadow and A/B testing1 parent 015947c commit cbb629d
File tree
40 files changed
+2405
-328
lines changed- apps
- gateway/src
- presenters
- routes/api/v3/projects/versions/documents/run
- web/src
- actions/deploymentTests
- app
- (private)/projects/[projectId]/versions/[commitUuid]
- _components/Sidebar
- CommitSelector
- CommitItem
- PublishDraftCommitModal
- documents/[documentUuid]/(withTabs)/traces
- _components
- Filters
- TracePanel
- api/deployment-tests
- hooks
- spanFilters
- lib/schemas
- stores
- workers/src/workers/worker-definitions
- packages
- core/src
- events
- handlers
- jobs/job-definitions
- repositories
- schema/models
- types
- services
- commits
- deploymentTests
- documents/recomputeChanges
- runs
- web-ui/src/ds/atoms
- Icons
- Switch
40 files changed
+2405
-328
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | | - | |
| 14 | + | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
54 | | - | |
| 52 | + | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| |||
0 commit comments