Commit Graph

126 Commits

Author SHA1 Message Date
48ec9c6664 tasks ready 2026-03-04 19:42:17 +03:00
787f4e55f2 clean ui 2026-03-04 19:33:47 +03:00
664e47d540 feat(clean-release): complete and verify backend test suite (33 passing tests)
- Relocated and standardized tests for clean_release subsystem into __tests__ sub-packages.
- Implemented missing unit tests for preparation_service, audit_service, and stages.
- Enhanced API contract tests for candidate preparation and compliance reporting.
- Updated 023-clean-repo-enterprise coverage matrix with final verification results.
- Fixed relative import issues and model validation mismatches during test migration.
2026-03-04 13:53:43 +03:00
9ff1e6b18a feat: Introduce and enforce test contract annotations for critical modules and update coverage tracking. 2026-03-04 12:58:42 +03:00
4351cdfe39 [
{
        "file": "frontend/src/components/__tests__/task_log_viewer.test.js",
        "verdict": "APPROVED",
        "rejection_reason": "NONE",
        "audit_details": {
            "target_invoked": true,
            "pre_conditions_tested": true,
            "post_conditions_tested": true,
            "test_fixture_used": true,
            "edges_covered": true,
            "invariants_verified": true,
            "ux_states_tested": true,
            "semantic_anchors_present": true
        },
        "coverage_summary": {
            "total_edges": 2,
            "edges_tested": 2,
            "total_invariants": 1,
            "invariants_tested": 1,
            "total_ux_states": 3,
            "ux_states_tested": 3
        },
        "tier_compliance": {
            "source_tier": "CRITICAL",
            "meets_tier_requirements": true
        },
        "feedback": "Remediation successful: test tier matches CRITICAL, missing missing @TEST_EDGE no_task_id coverage added, test for @UX_FEEDBACK (autoScroll) added properly, missing inline=false (show=true) tested properly. Semantic RELATION tag fixed to VERIFIES."
    },
    {
        "file": "frontend/src/lib/components/reports/__tests__/report_card.ux.test.js",
        "verdict": "APPROVED",
        "rejection_reason": "NONE",
        "audit_details": {
            "target_invoked": true,
            "pre_conditions_tested": true,
            "post_conditions_tested": true,
            "test_fixture_used": true,
            "edges_covered": true,
            "invariants_verified": true,
            "ux_states_tested": true,
            "semantic_anchors_present": true
        },
        "coverage_summary": {
            "total_edges": 2,
            "edges_tested": 2,
            "total_invariants": 1,
            "invariants_tested": 1,
            "total_ux_states": 2,
            "ux_states_tested": 2
        },
        "tier_compliance": {
            "source_tier": "CRITICAL",
            "meets_tier_requirements": true
        },
        "feedback": "Remediation successful: @TEST_EDGE random_status and @TEST_EDGE empty_report_object tests explicitly assert on outcomes, @TEST_FIXTURE tested completely, Test tier switched to CRITICAL."
    },
    {
        "file": "backend/tests/test_logger.py",
        "verdict": "APPROVED",
        "rejection_reason": "NONE",
        "audit_details": {
            "target_invoked": true,
            "pre_conditions_tested": true,
            "post_conditions_tested": true,
            "test_fixture_used": true,
            "edges_covered": true,
            "invariants_verified": true,
            "ux_states_tested": false,
            "semantic_anchors_present": true
        },
        "coverage_summary": {
            "total_edges": 0,
            "edges_tested": 0,
            "total_invariants": 0,
            "invariants_tested": 0,
            "total_ux_states": 0,
            "ux_states_tested": 0
        },
        "tier_compliance": {
            "source_tier": "STANDARD",
            "meets_tier_requirements": true
        },
        "feedback": "Remediation successful: Test module semantic anchors added [DEF] and [/DEF] explicitly. Added missing @TIER tag and @RELATION: VERIFIES -> src/core/logger.py at the top of the file."
    }
]
2026-03-03 21:05:29 +03:00
ede337b977 test: remediate audit findings for task log viewer, report card and logger tests 2026-03-03 21:01:24 +03:00
ba25659647 chore(specs): move clean-repo-enterprise spec from 020 to 023 2026-03-03 19:50:53 +03:00
31cdc7958d { "verdict": "APPROVED", "rejection_reason": "NONE", "audit_details": { "target_invoked": true, "pre_conditions_tested": true, "post_conditions_tested": true, "test_data_used": true }, "feedback": "The test suite robustly verifies the
MigrationEngine
 contracts. It avoids Tautologies by cleanly substituting IdMappingService without mocking the engine itself. Cross-filter parsing asserts against hard-coded, predefined validation dictionaries (no Logic Mirroring). It successfully addresses @PRE negative cases (e.g. invalid zip paths, missing YAMLs) and rigorously validates @POST file transformations (e.g. in-place UUID substitutions and archive reconstruction)." }
2026-02-25 17:47:55 +03:00
cd259a8292 feat: Enhance ID mapping service robustness, add defensive guards, and expand migration engine and API testing. 2026-02-25 14:44:21 +03:00
94691ed1a5 ready for test 2026-02-25 13:35:09 +03:00
ab0b916643 tasks ready 2026-02-25 13:28:24 +03:00
8706e8f740 speckit update 2026-02-25 10:31:48 +03:00
51b1fbb247 generate semantic clean up 2026-02-24 12:51:57 +03:00
80f0d30386 feat(assistant): implement spec 021 chat assistant flow with semantic contracts 2026-02-23 19:37:56 +03:00
9b08c9557b Новый экранчик для обзора дашей 2026-02-23 15:54:20 +03:00
f1f46f4e11 semantic update 2026-02-23 13:15:48 +03:00
2bcae76d29 таски готовы 2026-02-23 10:18:56 +03:00
51f305dbd7 ai base 2026-02-19 17:43:45 +03:00
f9e0399301 fix tax log 2026-02-19 16:05:59 +03:00
d89c92ad35 tests ready 2026-02-19 13:33:20 +03:00
00d4960da0 refactor 2026-02-18 17:29:46 +03:00
e242b61c5b fix 2026-02-15 11:11:30 +03:00
092276e190 измененные спеки таски 2026-02-10 15:53:38 +03:00
95e8b82b0f updated tasks 2026-02-10 15:04:43 +03:00
5ab1549cdd linter + новые таски 2026-02-10 12:53:01 +03:00
204dd76258 Таски готовы 2026-02-09 12:35:27 +03:00
0743641181 semantic update 2026-02-08 22:53:54 +03:00
aa2733d50e таски готовы 2026-02-07 12:42:32 +03:00
2d09ff4dc8 Похоже работает 2026-02-07 11:26:06 +03:00
47a51bbddf feat(llm-plugin): switch to environment API for log retrieval
- Replace local backend.log reading with Superset API /log/ fetch
- Update DashboardValidationPlugin to use SupersetClient
- Filter logs by dashboard_id and last 24 hours
- Update spec FR-006 to reflect API usage
2026-02-06 17:57:25 +03:00
161d70648c Вроде работает 2026-01-30 11:10:16 +03:00
8ab249c556 tasks and workflow updated 2026-01-29 10:06:28 +03:00
e8021f2dc5 tasks ready 2026-01-28 18:30:23 +03:00
4f4e77cc64 semantic update 2026-01-28 16:57:19 +03:00
c874946ed4 tested 2026-01-27 23:49:19 +03:00
0fef9cb59a Передаем на тест 2026-01-27 16:32:08 +03:00
659969e256 tasks ready 2026-01-27 13:26:06 +03:00
d5a0e35df1 Закончили редизайн, обновили интерфейс бэкапа 2026-01-26 22:12:35 +03:00
b0ec8e4b29 Выполнено, передано на тестирование 2026-01-26 21:17:05 +03:00
99083d0a72 tasks ready 2026-01-26 20:58:38 +03:00
fb5163b1cc semantic update 2026-01-26 11:57:36 +03:00
5b93ef8635 Файловое хранилище готово 2026-01-26 11:08:18 +03:00
aabbaa44c3 Передаем на тест 2026-01-25 18:33:00 +03:00
83f152f13a tasks ready 2026-01-24 16:21:43 +03:00
0602e5e91b Update backup scheduler task status 2026-01-24 11:26:05 +03:00
2288abfc5a semantic cleanup 2026-01-23 21:58:32 +03:00
3326e6b98f Мультиязночность + причесывание css 2026-01-23 17:53:46 +03:00
f9e4908fbf tasks ready 2026-01-23 14:56:05 +03:00
dccd9af41e Работает создание коммитов и перенос в новый enviroment 2026-01-23 13:57:44 +03:00
75bde231e3 tasks ready 2026-01-22 23:59:16 +03:00