- 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
- 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
- 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
- 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
- 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
- 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
- Add Nacos configuration file `application.properties`
- Update Nacos image version to v2.5.1
- Change database from MySQL to PostgreSQL
- Update database initialization script