3f66a58b12
{ "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
82331d3454
sync worked
2026-02-25 15:20:26 +03:00
6d068b7cea
feat: Enhance ID mapping service robustness, add defensive guards, and expand migration engine and API testing.
2026-02-25 14:44:21 +03:00
23416e51d3
ready for test
2026-02-25 13:35:09 +03:00
6e9f4642db
{ "verdict": "APPROVED", "rejection_reason": "NONE", "audit_details": { "target_invoked": true, "pre_conditions_tested": true, "post_conditions_tested": true, "test_data_used": true }, "feedback": "Both test files have successfully passed the audit. The 'task_log_viewer.test.js' suite now correctly imports and mounts the real Svelte component using Test Library, fully eliminating the logic mirror/tautology issue. The 'test_logger.py' suite now properly implements negative tests for the @PRE constraint in 'belief_scope' and fully verifies all @POST effects triggered by 'configure_logger'." }
2026-02-24 21:55:13 +03:00
64b7ab8703
semantic update
2026-02-24 21:08:12 +03:00
33179ce4c2
feat(assistant): add multi-dialog UX, task-aware llm settings, and i18n cleanup
2026-02-23 23:45:01 +03:00
f0831d5d28
chat worked
2026-02-23 20:20:25 +03:00
e432915ec3
feat(assistant): implement spec 021 chat assistant flow with semantic contracts
2026-02-23 19:37:56 +03:00
47cffcc35f
Новый экранчик для обзора дашей
2026-02-23 15:54:20 +03:00
40c2e2414d
semantic update
2026-02-23 13:15:48 +03:00
2946ee9b42
Fix task API stability and Playwright runtime in Docker
2026-02-21 23:43:46 +03:00
5f70a239a7
feat: restore legacy data and add typed task result views
2026-02-21 23:17:56 +03:00
d67d24e7e6
db + docker
2026-02-20 20:47:39 +03:00
197647d97a
tests ready
2026-02-19 13:33:20 +03:00
eb8ed5da59
task panel
2026-02-19 09:43:01 +03:00
cf42de3060
refactor
2026-02-18 17:29:46 +03:00
6062712a92
fix
2026-02-15 11:11:30 +03:00
232dd947d8
linter + новые таски
2026-02-10 12:53:01 +03:00
cad6e97464
semantic update
2026-02-08 22:53:54 +03:00
303d7272f8
Похоже работает
2026-02-07 11:26:06 +03:00
1702f3a5e9
Вроде работает
2026-01-30 11:10:16 +03:00
de6ff0d41b
tested
2026-01-27 23:49:19 +03:00
260a90aac5
Передаем на тест
2026-01-27 16:32:08 +03:00
a5b1bba226
Закончили редизайн, обновили интерфейс бэкапа
2026-01-26 22:12:35 +03:00
4e1992f489
semantic update
2026-01-26 11:57:36 +03:00
ac7a6cfadc
Файловое хранилище готово
2026-01-26 11:08:18 +03:00
29daebd628
Передаем на тест
2026-01-25 18:33:00 +03:00
6d94d26e40
semantic cleanup
2026-01-23 21:58:32 +03:00
10676b7029
Работает создание коммитов и перенос в новый enviroment
2026-01-23 13:57:44 +03:00
6cc2fb4c9b
refactor complete
2026-01-22 17:37:17 +03:00
55bdd981b1
fix(backend): standardize superset client init and auth
...
- Update plugins (debug, mapper, search) to explicitly map environment config to SupersetConfig
- Add authenticate method to SupersetClient for explicit session management
- Add get_environment method to ConfigManager
- Fix navbar dropdown hover stability in frontend with invisible bridge
2026-01-20 19:31:17 +03:00
7f244a8252
bug fixes
2026-01-18 23:21:00 +03:00
c0505b4d4f
semantic markup update
2026-01-18 21:29:54 +03:00
1b863bea1b
semantic checker script update
2026-01-13 17:33:57 +03:00
4b4d23e671
1st iter
2026-01-12 12:33:51 +03:00
a6bebe295c
project map script | semantic parcer
2026-01-01 16:58:21 +03:00
e2ce346b7b
backup worked
2025-12-30 22:02:51 +03:00
163d03e6f5
+api rework
2025-12-30 20:08:48 +03:00
45bb8c5429
Password promt
2025-12-30 17:21:12 +03:00
17c28433bd
TaskManager refactor
2025-12-29 10:13:37 +03:00
077daa0245
mappings+migrate
2025-12-27 10:16:41 +03:00
e83328b4ff
Merge branch '001-migration-ui-redesign' into master
2025-12-27 05:58:35 +03:00
687f4ce565
superset_tool logger rework
2025-12-27 05:53:30 +03:00
dc9e9e0588
feat(logging): implement configurable belief state logging
...
- Add LoggingConfig model and logging field to GlobalSettings
- Implement belief_scope context manager for structured logging
- Add configure_logger for dynamic level and file rotation settings
- Add logging configuration UI to Settings page
- Update ConfigManager to apply logging settings on initialization and updates
2025-12-27 05:39:33 +03:00
40ea0580d9
001-migration-ui-redesign ( #3 )
...
Reviewed-on: #3
2025-12-26 18:17:58 +03:00
ef7a0fcf92
feat(migration): implement interactive mapping resolution workflow
...
- Add SQLite database integration for environments and mappings
- Update TaskManager to support pausing tasks (AWAITING_MAPPING)
- Modify MigrationPlugin to detect missing mappings and wait for resolution
- Add frontend UI for handling missing mappings interactively
- Create dedicated migration routes and API endpoints
- Update .gitignore and project documentation
2025-12-25 22:27:29 +03:00
43b4c75e36
worked backup
2025-12-21 00:16:12 +03:00
58831c536a
feat: implement project launch script run.sh and update README
2025-12-20 22:05:18 +03:00
2d8cae563f
feat: implement plugin architecture and application settings with Svelte UI
...
- Added plugin base and loader for backend extensibility
- Implemented application settings management with config persistence
- Created Svelte-based frontend with Dashboard and Settings pages
- Added API routes for plugins, tasks, and settings
- Updated documentation and specifications
- Improved project structure and developer tools
2025-12-20 20:48:18 +03:00