|
Some checks are pending
Auto-tag / Create date-tag (push) Waiting to run
CI / Backend (.NET 8) (push) Waiting to run
CI / Web (React + Vite) (push) Waiting to run
CI / POS (WPF, Windows) (push) Waiting to run
Docker API / Build + push API (push) Waiting to run
Docker API / Deploy API on stage (push) Blocked by required conditions
Overnight progress while 4h-soak runs in background:
1. ApiReferenceDocsJob.cs + scripts/gen-api-reference.py — return-type
regex теперь ловит nested generics любой глубины. Было 195
endpoint'ов в auto-gen reference; стало 240 (+45). EmployeesController
GET /api/organization/employees был пропущен из-за
Task<ActionResult<PagedResult<EmployeeDto>>>.
2. docs/observability.md — добавлен food_market_disk_free_bytes (Sprint 20)
+ раздел "quality-watchdog метрики" (5 метрик textfile exporter'a из
Sprint 26: run_total, step_failure_total, endpoint_p95_ms,
last_run_status, incidents_total). Готовые dashboards теперь содержат
оба JSON (food-market.json + quality-watchdog.json).
3. tests/integration/07-import-export-flows.spec.ts — POST 1C-CSV import
(semicolon-CSV cp1251) → создаются продукты с группой автоматом;
POST /api/org/export (НЕ /api/admin/org-export) → возвращает
{id, status}; orgB не видит export orgA. Прогон 8.2s.
4. tests/food-market.IntegrationTests/PruneQualityTestOrgsTests.cs —
2 [Fact]'a для метода из Sprint 25. Удаляет только quality-* старше
threshold, не трогает реальные org. Требует Testcontainers.
5. .forgejo/workflows/regression.yml — добавлен шаг integration suite
после flows+visual. Telegram: "35 flows + 60 visual + 8 integration".
Soak-real (4h @ 50 RPS) запущен в setsid-detach session, продолжается.
Итоговые числа добавлю в sprint28-progress.md после завершения.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| Support | ||
| AbcReportTests.cs | ||
| ConcurrencyTokenTests.cs | ||
| CustomerReturnTests.cs | ||
| DemandPostUnpostTests.cs | ||
| EnterPostUnpostTests.cs | ||
| FiscalMockFlowTests.cs | ||
| food-market.IntegrationTests.csproj | ||
| HangfireAccessTests.cs | ||
| HangfireDashboardTests.cs | ||
| ImportJobPersistenceTests.cs | ||
| InventoryPostUnpostTests.cs | ||
| LossPostUnpostTests.cs | ||
| LoyaltyFlowTests.cs | ||
| MetricsEndpointTests.cs | ||
| OrgAuditLogTests.cs | ||
| PermissionTests.cs | ||
| PosSyncTests.cs | ||
| ProfitReportTests.cs | ||
| PromotionFlowTests.cs | ||
| PruneQualityTestOrgsTests.cs | ||
| RetailOversellingTests.cs | ||
| SalesReportTests.cs | ||
| SessionRevokeTests.cs | ||
| SignalRNotificationsTests.cs | ||
| SignupFlowTests.cs | ||
| Sprint18To23FeaturesTests.cs | ||
| StockReportTests.cs | ||
| StorageAbstractionTests.cs | ||
| SupplierReturnTests.cs | ||
| SupplyPostUnpostTests.cs | ||
| TelegramOwnerSummaryTests.cs | ||
| TenantIsolationTests.cs | ||
| TransferPostUnpostTests.cs | ||
| TwoFactorTests.cs | ||