Commit graph

31 commits

Author SHA1 Message Date
smile
1e82d85b5e feat(poi): Allow exporting historical names as empty 2025-11-28 13:59:33 +08:00
smile
e987fa902c feat(poi): Extend exported history fields
- Added a username field to track the user performing the export operation
- Add a file size field to record the total size of exported files
- Add a field to count and export the number of files
- Update the database table structure to support the storage of new fields
- Improve the mapping of entity class attributes and interface documentation descriptions
2025-11-27 15:55:59 +08:00
smile
d823a12170 feat(poi): Added department ID field to export history records
- Add the department_id field to the poi_t_export_history table
- Add the departmentId attribute and corresponding annotations to the PoiExportHistoryEntity entity class
- Map the departmentId field to the department_id column in the database
- Add Swagger documentation description for the department ID
- Use the @Transient annotation to mark entity fields and avoid JPA persistence conflicts
- Define department_id as a nullable varchar type in the HCL configuration file
- Preserve the original column structure for server indexing and extend support for new fields
2025-11-25 17:18:28 +08:00
smile
de03da7138 feat(poi): Implemented the deletion function for POI export records
- Added support for batch deletion of POI export records via the new delete interface
- Delete associated file data when removing records
- Change the fileId field type to String to adapt to the new file service
- Add query condition builder support for dynamic query parameters
- Introduce the FileService dependency for file operations
- Use ObjectUtils to check for non-null fields and avoid null pointer exceptions
2025-11-24 18:07:22 +08:00
smile
1268d8d0e9 feat(poi): add POI export record feature
- Create export record table schema with export status, file ID, etc.
- Implement export record entity and corresponding DTO
- Add paginated query API and implementation for export records
- Configure database indexes to optimize query performance
- Remove redundant MyBatis annotations from some entity classes
2025-11-24 16:25:55 +08:00
sol
d643fc4484 chore(postgres): Adjust PostgreSQL configuration to optimize resource usage 2025-11-18 17:42:40 +08:00
sol
df0db8f040 feat(monitor): Integrate Loki Log System and Optimize Configuration - Add loki buckets to MinIO 2025-11-01 04:09:27 +08:00
sol
d47ffc97a7 feat(monitor): Configure Loki logs to collect and update data source references 2025-11-01 01:09:46 +08:00
smile
f8b12d8706 refactor(config): refactor the Tempo configuration file and adjust the Docker mount path
- Move the tempo.yml configuration file from the grafana directory to a separate tempo directory
- Update the configuration file mount path in docker-compose
- Rewrite the tempo.yml configuration content, adding ingester, querier, query_frontend, and metrics_generator configuration items
- Adjust the storage configuration, adding wal and local storage path settings
- Enable the metrics_generator_processors: local-blocks, service-graphs, and span-metrics
- Optimize the OTLP receiver configuration order, prioritizing the HTTP protocol port 4318
2025-10-31 18:20:04 +08:00
sol
c0f41d37da fix(monitor): Adjust the monitoring configuration to fix the data source URI and crawl interval 2025-10-31 15:44:37 +08:00
sol
a14937467f feat(monitor): Add the HikariCP and JDBC monitoring panels and configure the default home page 2025-10-31 15:17:01 +08:00
smile
5113f27ea7 feat(tempo): configure OTLP receiver endpoint addresses
- Set the listen address and port for the OTLP gRPC protocol
- Set the listen address and port for the OTLP HTTP protocol
- Enable external access to the Tempo service
2025-10-31 14:38:18 +08:00
sol
9b928acb08 feat(grafana): Multilingual dashboard configuration is supported 2025-10-31 14:01:53 +08:00
sol
6aaba1afde feat(monitor): Integrate with Grafana
- There is some bug in link tracing
2025-10-31 01:16:43 +08:00
sol
202432b560 Edit image_table field 2025-10-15 23:35:55 +08:00
sol
99d849e61b fix(file):Corrected the index name of the image file 2025-09-28 22:15:55 +08:00
sol
ee512e89a9 feat(core): Add bulk queries and optimize basic services 2025-09-28 22:13:22 +08:00
sol
3fa67bf7bf refactor(core): Removed the deleted field logic from the entity class 2025-09-27 01:49:10 +08:00
sol
0b4b53ea17 feat(atlas): Extended system permissions and role table field lengths 2025-09-26 20:29:08 +08:00
sol
2ee26dad87 feat(schema): Update the database table structure definition 2025-09-26 15:18:40 +08:00
sol
3bf415a408 refactor(base-model): Removed deleted field definitions from BaseEntity 2025-09-26 11:11:50 +08:00
sol
ca936ccf7f chore(db): migrate from Flyway to Atlas 2025-09-26 02:12:25 +08:00
sol
0f8f8d5d88 chore(run.sh): Delete script files that are no longer needed 2025-09-16 16:50:21 +08:00
sol
aafdb50df3 feat(docker): Add PostgreSQL configuration file to Docker setup 2025-07-18 16:04:54 +08:00
sol
31049fd589 feat(docker): Update environment variables and add build scripts for backend and frontend 2025-07-11 15:29:09 +08:00
sol
a107b6085d feat(nginx): Increase client_max_body_size to 1024m for larger uploads 2025-06-30 14:57:15 +08:00
Sol
5cb7affa2b refactor(架构调整): Remove Seata-related code and optimize cache logic 2025-05-24 19:07:21 +08:00
Sol
0a086c1942 refactor(dev): Update docker's .env 2025-04-11 17:45:07 +08:00
Sol
b0aa685bdf update NacosSql 2025-04-11 16:39:00 +08:00
Sol
8839ccfe76 feat(nacos): update Nacos config and database
- Add Nacos configuration file `application.properties`
- Update Nacos image version to v2.5.1
- Change database from MySQL to PostgreSQL
- Update database initialization script
2025-04-10 17:44:01 +08:00
Bga Sol
5f627eef67 init 2025-02-12 17:22:25 +08:00