Commit Graph

43 Commits

Author SHA1 Message Date
47e998fc52 modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-28 00:54:45 +03:00
49938815fe modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-28 00:47:55 +03:00
553202c1b2 modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-28 00:39:58 +03:00
981b958c41 modified: frontend/src/pages/DatabaseSchema.tsx
modified:   frontend/src/pages/DatabaseSchema.tsx
2026-01-28 00:39:49 +03:00
9293199d28 modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-28 00:33:18 +03:00
e9e8081882 modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-28 00:32:28 +03:00
27c5eceaf1 modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-28 00:26:05 +03:00
c438c4fc83 modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-28 00:21:09 +03:00
39b1b0ed5e modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-28 00:17:44 +03:00
c5b4799dcb modified: backend/src/controllers/schemaController.ts
modified:   frontend/src/pages/DatabaseSchema.tsx
2026-01-28 00:04:01 +03:00
4fb92470ce modified: backend/src/controllers/databaseManagementController.ts
modified:   backend/src/controllers/schemaController.ts
	modified:   frontend/src/pages/DatabaseSchema.tsx
2026-01-28 00:00:15 +03:00
c780979b57 modified: backend/src/controllers/schemaController.ts
modified:   frontend/package.json
	modified:   frontend/src/pages/DatabaseSchema.tsx
2026-01-27 23:49:47 +03:00
d8dffb5ee1 modified: frontend/src/pages/DatabaseSchema.tsx 2026-01-27 23:44:33 +03:00
89b5a86bda new file: backend/src/controllers/schemaController.ts
new file:   backend/src/migrations/008_add_database_schemas.sql
	modified:   backend/src/routes/sqlInterface.ts
	modified:   frontend/package.json
	modified:   frontend/src/App.tsx
	modified:   frontend/src/components/Sidebar.tsx
	new file:   frontend/src/pages/DatabaseSchema.tsx
	modified:   frontend/src/services/api.ts
2026-01-27 23:42:25 +03:00
a873e18d35 modified: frontend/src/pages/SqlInterface.tsx 2026-01-27 23:33:33 +03:00
971e6d3758 modified: frontend/src/components/SqlEditor.tsx 2026-01-27 23:29:03 +03:00
45f039546b modified: backend/src/server.ts
modified:   frontend/src/App.tsx
	modified:   frontend/src/components/Sidebar.tsx
	modified:   frontend/src/services/api.ts
2026-01-27 23:27:35 +03:00
dae878089d modified: frontend/src/components/SqlEditor.tsx
modified:   frontend/src/pages/SqlInterface.tsx
2026-01-27 23:25:56 +03:00
6b507425aa modified: frontend/src/pages/SqlInterface.tsx 2026-01-27 23:23:44 +03:00
eeebcdac57 modified: frontend/src/pages/SqlInterface.tsx 2026-01-27 23:14:44 +03:00
767307857e modified: backend/.env.example
new file:   backend/src/controllers/sqlInterfaceController.ts
	new file:   backend/src/routes/sqlInterface.ts
	modified:   backend/src/server.ts
	modified:   docker-compose.external-db.yml
	modified:   frontend/src/App.tsx
	modified:   frontend/src/components/Sidebar.tsx
	new file:   frontend/src/pages/SqlInterface.tsx
	modified:   frontend/src/services/api.ts
2026-01-27 23:13:44 +03:00
58a319b66c modified: backend/src/controllers/dynamicApiController.ts
modified:   backend/src/controllers/endpointController.ts
	new file:   backend/src/migrations/007_add_detailed_response.sql
	modified:   frontend/src/components/EndpointModal.tsx
	modified:   frontend/src/types/index.ts
2025-12-18 14:50:33 +03:00
GEgorov
5255e0622e modified: frontend/src/components/EndpointModal.tsx 2025-12-15 16:20:39 +03:00
GEgorov
afd79b9c2e modified: frontend/src/components/EndpointModal.tsx 2025-12-15 16:18:51 +03:00
GEgorov
d8785d86cd modified: frontend/src/components/Sidebar.tsx 2025-10-12 19:33:04 +03:00
GEgorov
8275f58496 modified: frontend/src/App.tsx
modified:   frontend/src/components/Sidebar.tsx
2025-10-12 19:28:28 +03:00
GEgorov
2d6968486d modified: frontend/src/App.tsx 2025-10-12 19:22:47 +03:00
GEgorov
56b84ecf15 modified: frontend/src/App.tsx
modified:   frontend/src/components/Sidebar.tsx
2025-10-12 19:17:22 +03:00
GEgorov
867e108f1e modified: frontend/src/components/Sidebar.tsx 2025-10-12 19:15:01 +03:00
GEgorov
09dfc25c03 modified: frontend/src/components/Sidebar.tsx 2025-10-12 19:10:25 +03:00
GEgorov
78c1024176 modified: frontend/src/pages/Login.tsx 2025-10-12 18:06:59 +03:00
GEgorov
c85fa20634 modified: backend/src/services/DatabasePoolManager.ts
modified:   backend/src/services/ScriptExecutor.ts
	modified:   backend/src/types/index.ts
	modified:   frontend/src/components/CodeEditor.tsx
	modified:   frontend/src/components/EndpointModal.tsx
	deleted:    frontend/src/pages/Databases.tsx
	modified:   frontend/src/pages/Settings.tsx
	modified:   frontend/src/types/index.ts
2025-10-07 20:16:53 +03:00
GEgorov
65e4f5b423 modified: frontend/src/pages/Databases.tsx
modified:   frontend/src/pages/Settings.tsx
2025-10-07 19:59:48 +03:00
GEgorov
713e9ba7f7 modified: backend/src/controllers/databaseManagementController.ts
modified:   backend/src/controllers/dynamicApiController.ts
	modified:   backend/src/controllers/endpointController.ts
	new file:   backend/src/migrations/005_add_aql_support.sql
	new file:   backend/src/services/AqlExecutor.ts
	modified:   backend/src/types/index.ts
	modified:   frontend/src/components/EndpointModal.tsx
	modified:   frontend/src/pages/Databases.tsx
	modified:   frontend/src/types/index.ts
2025-10-07 19:33:50 +03:00
GEgorov
ea1b3162fc modified: frontend/src/components/SqlEditor.tsx 2025-10-07 01:31:04 +03:00
GEgorov
634d220480 modified: frontend/src/components/SqlEditor.tsx 2025-10-07 01:17:42 +03:00
GEgorov
88e7d408f8 modified: frontend/src/components/EndpointModal.tsx 2025-10-07 01:15:59 +03:00
GEgorov
34b771f158 modified: frontend/src/components/EndpointModal.tsx 2025-10-07 01:08:43 +03:00
GEgorov
566f97f177 modified: frontend/src/pages/ApiKeys.tsx 2025-10-07 00:55:15 +03:00
GEgorov
755afba763 modified: frontend/index.html 2025-10-07 00:49:35 +03:00
GEgorov
051146eb36 modified: frontend/index.html 2025-10-07 00:47:22 +03:00
GEgorov
bb910032e3 modified: backend/src/config/swagger.ts
modified:   frontend/src/pages/Dashboard.tsx
2025-10-07 00:38:48 +03:00
GEgorov
8943f5a070 new file: .claude/settings.local.json
new file:   .gitignore
	new file:   backend/.env.example
	new file:   backend/.gitignore
	new file:   backend/ecosystem.config.js
	new file:   backend/nodemon.json
	new file:   backend/package-lock.json
	new file:   backend/package.json
	new file:   backend/src/config/database.ts
	new file:   backend/src/config/dynamicSwagger.ts
	new file:   backend/src/config/environment.ts
	new file:   backend/src/config/swagger.ts
	new file:   backend/src/controllers/apiKeyController.ts
	new file:   backend/src/controllers/authController.ts
	new file:   backend/src/controllers/databaseController.ts
	new file:   backend/src/controllers/databaseManagementController.ts
	new file:   backend/src/controllers/dynamicApiController.ts
	new file:   backend/src/controllers/endpointController.ts
	new file:   backend/src/controllers/folderController.ts
	new file:   backend/src/controllers/logsController.ts
	new file:   backend/src/controllers/userController.ts
	new file:   backend/src/middleware/apiKey.ts
	new file:   backend/src/middleware/auth.ts
	new file:   backend/src/middleware/logging.ts
	new file:   backend/src/migrations/001_initial_schema.sql
	new file:   backend/src/migrations/002_add_logging.sql
	new file:   backend/src/migrations/003_add_scripting.sql
	new file:   backend/src/migrations/004_add_superadmin.sql
	new file:   backend/src/migrations/run.ts
	new file:   backend/src/migrations/seed.ts
	new file:   backend/src/routes/apiKeys.ts
	new file:   backend/src/routes/auth.ts
	new file:   backend/src/routes/databaseManagement.ts
	new file:   backend/src/routes/databases.ts
	new file:   backend/src/routes/dynamic.ts
	new file:   backend/src/routes/endpoints.ts
	new file:   backend/src/routes/folders.ts
	new file:   backend/src/routes/logs.ts
	new file:   backend/src/routes/users.ts
	new file:   backend/src/server.ts
	new file:   backend/src/services/DatabasePoolManager.ts
	new file:   backend/src/services/ScriptExecutor.ts
	new file:   backend/src/services/SqlExecutor.ts
	new file:   backend/src/types/index.ts
	new file:   backend/tsconfig.json
	new file:   frontend/.gitignore
	new file:   frontend/index.html
	new file:   frontend/nginx.conf
	new file:   frontend/package-lock.json
	new file:   frontend/package.json
	new file:   frontend/postcss.config.js
	new file:   frontend/src/App.tsx
	new file:   frontend/src/components/CodeEditor.tsx
2025-10-07 00:04:04 +03:00