Commit Graph

88 Commits

Author SHA1 Message Date
0e94268980 Add docker admin bootstrap for clean release 2026-03-13 11:41:44 +03:00
a1edace9b7 fix logger import 2026-03-11 11:30:07 +03:00
e50fc4c476 few shots update 2026-03-11 09:08:32 +03:00
b4b17d89b4 код написан 2026-03-10 12:00:18 +03:00
6775c7e3db feat(clean-release): complete compliance redesign phases and polish tasks T047-T052 2026-03-10 09:11:26 +03:00
246a4231a5 таски готовы 2026-03-09 16:52:46 +03:00
328c666c37 rebase rework 2026-03-09 13:19:06 +03:00
d67824b270 feat: automatically align Git repository origin host with configured server URL to prevent mismatches 2026-03-08 11:28:00 +03:00
1b2f76ee23 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
985168efb3 fix(profile-filter): support owner object payloads and normalize owners response 2026-03-06 15:02:03 +03:00
52195f3f01 feat(rbac): auto-sync permission catalog from declared route/plugin guards 2026-03-06 11:30:58 +03:00
b8eafa28a2 feat(rbac): hide unauthorized menu sections and enforce route guards 2026-03-06 10:50:28 +03:00
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