Commit Graph

30 Commits

Author SHA1 Message Date
b51a68168c feat(027): Final Phase T038-T043 implementation
- T038: SessionEvent logger and persistence logic
  - Added SessionEventLogger service with explicit audit event persistence
  - Added SessionEvent model with events relationship on DatasetReviewSession
  - Integrated event logging into orchestrator flows and API mutation endpoints

- T039: Semantic source version propagation
  - Added source_version column to SemanticFieldEntry
  - Added propagate_source_version_update() to SemanticResolver
  - Preserves locked/manual field invariants during propagation

- T040: Batch approval API and UI actions
  - Added batch semantic approval endpoint (/fields/semantic/approve-batch)
  - Added batch mapping approval endpoint (/mappings/approve-batch)
  - Added batch approval actions to SemanticLayerReview and ExecutionMappingReview components
  - Aligned batch semantics with single-item approval contracts

- T041: Superset compatibility matrix tests
  - Added test_superset_matrix.py with preview and SQL Lab fallback coverage
  - Tests verify client method preference and matrix fallback behavior

- T042: RBAC audit sweep on session-mutation endpoints
  - Added _require_owner_mutation_scope() helper
  - Applied owner guards to update_session, delete_session, and all mutation endpoints
  - Ensured no bypass of existing permission checks

- T043: i18n coverage for dataset-review UI
  - Added workspace state labels (empty/importing/review) to en.json and ru.json
  - Added batch action labels for semantics and mappings
  - Fixed workspace state comparison to lowercase strings
  - Removed hardcoded workspace state display strings

Signed-off-by: Implementation Specialist <impl@ss-tools>
2026-03-17 14:29:33 +03:00
5e6fe2fe61 security: rotate bootstrap and clean workspace 2026-03-13 12:14:37 +03:00
89c1534133 chore(gitignore): unignore frontend dashboards routes and track pages 2026-02-24 16:16:41 +03:00
f1f46f4e11 semantic update 2026-02-23 13:15:48 +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
4f4e77cc64 semantic update 2026-01-28 16:57:19 +03:00
0fef9cb59a Передаем на тест 2026-01-27 16:32:08 +03:00
725bb03e95 Обновил gitignore - убрал логи 2026-01-26 22:15:17 +03:00
5279c1d26f Update .gitignore 2026-01-24 11:26:19 +03:00
0602e5e91b Update backup scheduler task status 2026-01-24 11:26:05 +03:00
dccd9af41e Работает создание коммитов и перенос в новый enviroment 2026-01-23 13:57:44 +03:00
c617a17879 +gitignore 2026-01-22 23:25:29 +03:00
9b1b7faa98 fix error 2026-01-22 23:18:48 +03:00
5fa283a6e0 semantics update 2026-01-13 09:11:27 +03:00
651abc84cc 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
26e9865e5a 001-migration-ui-redesign (#3)
Reviewed-on: #3
2025-12-26 18:17:58 +03:00
e7536f4e40 worked backup 2025-12-21 00:16:12 +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
ce703322c2 WIP: Staged all changes 2025-12-19 22:40:28 +03:00
050c816d94 fix migrate 2025-12-16 12:31:43 +03:00
Volobuev Andrey
b994d9f8fe mass import fix 2025-10-17 15:41:23 +03:00
Volobuev Andrey
2f8aea3620 fix url check 2025-08-26 17:39:11 +03:00
Volobuev Andrey
f368f5ced9 init refactor 2025-07-29 17:56:15 +03:00
Volobuev Andrey
672be4fd19 add debug for retention 2025-07-24 10:21:24 +03:00
Volobuev Andrey
e459677744 add 2025-06-30 13:16:01 +03:00
Volobuev Andrey
c0a6ca7769 2 2025-06-27 15:20:29 +03:00
Volobuev Andrey
03731e2d77 add errors 2025-04-24 18:10:02 +03:00
Volobuev Andrey
6ffc432b42 Работающий импорт с изменением БД 2025-04-04 09:19:37 +03:00
Volobuev Andrey
992073d2f5 init 2025-04-01 15:20:19 +03:00