93f12cd1d8
feat: implement project settings management with CRUD operations and caching
2025-10-13 20:40:01 +03:00
57e4a8b932
feat: add logging functionality with LoggerService; implement log entity and controller; enhance query processing with logging support
2025-10-11 16:21:03 +03:00
210253628c
feat: implement session management with SessionService and SessionPlugin; refactor query execution to handle session cookies; update token and query handling for improved session tracking
2025-10-10 14:03:21 +03:00
5a15833080
feat: implement AdminGuard and QueryGuard for enhanced access control; refactor API and query handling; add deleteQuery method in QueryHandlerService; update QueryResponse type for improved response handling
2025-10-10 11:54:30 +03:00
174dbbcdba
feat: integrate RedisNode management into Project and Query services; enhance RedisNodeService with optimal node selection and connection options; update vm.constants to include RedisPlugin
2025-10-09 19:54:08 +03:00
e89af0dd20
feat: implement function management with FunctionEntity, FunctionService, and FunctionController; enhance QueryExecuterService to utilize functions; refactor CommandController and QueryController to extend BaseQueryController; update Vm class to handle functions; remove obsolete log entities
2025-10-09 19:35:30 +03:00
5b30b876e5
feat: enhance DatabaseManagerService and QueryExecuterService with timeout settings, add AxiosPlugin for HTTP requests, and update DatabasePlugin to use query method
2025-10-09 17:20:33 +03:00
dac008366a
feat: update ApiTokenGuard to always allow access, add updateDatabase method to ProjectService, enhance QueryExecuterService with job options, integrate QueueModule in QueryModule, apply ApiTokenGuard to RedisManagerController, refactor Plugin class to include methods, implement new methods in RedisPlugin, and remove unused async.js module
2025-10-09 11:56:53 +03:00
1e84297e84
feat: enhance query execution with response handling and add QueryResponse type
2025-10-06 10:23:46 +03:00
efbb9f5c21
feat: implement command functionality with new CommandController, update Query entity, and enhance query execution with headers support
2025-10-02 10:02:44 +03:00
e53e3cf92c
refactor: simplify plugin registration by removing unnecessary object structure
2025-09-29 21:03:49 +03:00
593acf2a9a
Refactor VM and Plugin Management
...
- Removed the `plugins.constants.ts` file as it was no longer needed.
- Updated the `vm.class.ts` to improve result handling and logging.
- Introduced `vm.constants.ts` to manage registered plugins and modules.
- Simplified the test payload in `case1-payload.js` by removing unnecessary insert logic.
- Enhanced `case1.ts` to include database and migration setup, improving test clarity.
- Deleted unused functions for adding modules and plugins, streamlining the codebase.
2025-09-29 20:58:51 +03:00