feat(api, web): добавить аудит и обновить маршруты
Docker / build (push) Has been cancelled

Добавлены маршруты для аудита в API и интерфейсе, включая возможность обновления и удаления проектов. Реализована интеграция с системой аудита для отслеживания изменений в VPS и проектах. Обновлены компоненты и схемы для поддержки новых полей и функционала.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Denozordec
2026-06-28 21:37:32 +07:00
co-authored by Cursor
parent 18072fdeea
commit 52a8b0db85
2 changed files with 19 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
# CodeGraph data files
# These are local to each machine and should not be committed
# Database
*.db
*.db-wal
*.db-shm
# Cache
cache/
# Logs
*.log
# Hook markers
.dirty
+3 -1
View File
@@ -60,7 +60,9 @@ function CommandDialog({
)}
showCloseButton={showCloseButton}
>
{children}
<Command className="**:data-[slot=command-input-wrapper]:h-12 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group]]:px-2">
{children}
</Command>
</DialogContent>
</Dialog>
)