Commit Graph

87 Commits

Author SHA1 Message Date
c90131f327 fix logger import 2026-03-11 11:30:07 +03:00
f5a3c30b59 few shots update 2026-03-11 09:08:32 +03:00
b6bb732a40 код написан 2026-03-10 12:00:18 +03:00
b4e0e21446 feat(clean-release): complete compliance redesign phases and polish tasks T047-T052 2026-03-10 09:11:26 +03:00
030818d91f таски готовы 2026-03-09 16:52:46 +03:00
68c768318b rebase rework 2026-03-09 13:19:06 +03:00
7b5ab5fa04 feat: automatically align Git repository origin host with configured server URL to prevent mismatches 2026-03-08 11:28:00 +03:00
085fd37e41 feat: Implement user profile preferences for start page, Git identity, and task drawer auto-open, alongside Git server default branch configuration. 2026-03-08 10:19:38 +03:00
d5f4275cf0 fix(profile-filter): support owner object payloads and normalize owners response 2026-03-06 15:02:03 +03:00
42beb78ed4 feat(rbac): auto-sync permission catalog from declared route/plugin guards 2026-03-06 11:30:58 +03:00
ac74a424e1 feat(rbac): hide unauthorized menu sections and enforce route guards 2026-03-06 10:50:28 +03:00
808409fbf7 tasks ready 2026-03-04 19:42:17 +03:00
94a47e3e1a clean ui 2026-03-04 19:33:47 +03:00
f5ceaf02c2 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
7c10e86d9e feat: Introduce and enforce test contract annotations for critical modules and update coverage tracking. 2026-03-04 12:58:42 +03:00
9a793d6871 [
{
        "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
b539d4e8c3 test: remediate audit findings for task log viewer, report card and logger tests 2026-03-03 21:01:24 +03:00
ce2c81fa36 chore(specs): move clean-repo-enterprise spec from 020 to 023 2026-03-03 19:50:53 +03:00
dfe7f9ba47 { "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
10095f6664 feat: Enhance ID mapping service robustness, add defensive guards, and expand migration engine and API testing. 2026-02-25 14:44:21 +03:00
f84d7784da ready for test 2026-02-25 13:35:09 +03:00
b87fba6baa tasks ready 2026-02-25 13:28:24 +03:00
5e02cf8bcf speckit update 2026-02-25 10:31:48 +03:00
e29706183b generate semantic clean up 2026-02-24 12:51:57 +03:00
b98c7a8e4c feat(assistant): implement spec 021 chat assistant flow with semantic contracts 2026-02-23 19:37:56 +03:00
709dc4ad6a Новый экранчик для обзора дашей 2026-02-23 15:54:20 +03:00
c7b73acc6a semantic update 2026-02-23 13:15:48 +03:00
f7ac6a9156 таски готовы 2026-02-23 10:18:56 +03:00
094d006c63 ai base 2026-02-19 17:43:45 +03:00
1cb8d8413c fix tax log 2026-02-19 16:05:59 +03:00
dc4bfb9641 tests ready 2026-02-19 13:33:20 +03:00
f686c0d85a refactor 2026-02-18 17:29:46 +03:00
cae752e112 fix 2026-02-15 11:11:30 +03:00
e2b6fe510c измененные спеки таски 2026-02-10 15:53:38 +03:00
d8b6b177b1 updated tasks 2026-02-10 15:04:43 +03:00
b503e7cad1 linter + новые таски 2026-02-10 12:53:01 +03:00
9831e0e841 Таски готовы 2026-02-09 12:35:27 +03:00
f6a3e2cfbb semantic update 2026-02-08 22:53:54 +03:00
acbed57704 таски готовы 2026-02-07 12:42:32 +03:00
718e29de7a Похоже работает 2026-02-07 11:26:06 +03:00
0a84629fbe 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
9ced48dd55 Вроде работает 2026-01-30 11:10:16 +03:00
023b1792d3 tasks and workflow updated 2026-01-29 10:06:28 +03:00
13e1eb0811 tasks ready 2026-01-28 18:30:23 +03:00
47901df237 semantic update 2026-01-28 16:57:19 +03:00
eba00ab971 tested 2026-01-27 23:49:19 +03:00
7ea90e200d Передаем на тест 2026-01-27 16:32:08 +03:00
be1ca3a3d4 tasks ready 2026-01-27 13:26:06 +03:00
7edfb492b0 Закончили редизайн, обновили интерфейс бэкапа 2026-01-26 22:12:35 +03:00
c3c1ff231d Выполнено, передано на тестирование 2026-01-26 21:17:05 +03:00