Conversation
This commit removes all the coding, project structure, and technology stack rules from the repository. These rules were previously located in various `.md` and `.mdc` files under different directories.
- Add `BucketAccessLevel` enum to define public and private access levels - Implement `setBucketAccess` method in `MinioObjectStorageService` and `VolcengineTosObjectStorageService` - Add tests for setting bucket access levels in `IObjectStorageServiceTest`, `MinioObjectStorageServiceTest`, and `VolcengineTosObjectStorageServiceTest` - Add `putObjectWithBucketCreation` method and its extensions in `IObjectStorageService` and `Extensions.kt`
- Provide an overview of the Compose Server project - Include essential development commands, architecture details, and testing standards - Outline build system configuration and module organization - Define key interfaces, abstractions, and service patterns - Detail Maven Central publishing and performance considerations - Offer IDE integration and setup instructions
- Provide an overview of the Compose Server project - Include essential development commands, architecture details, and testing standards - Outline build system configuration and module organization - Define key interfaces, abstractions, and service patterns - Detail Maven Central publishing and performance considerations - Offer IDE integration and setup instructions
- Provide an overview of the Compose Server project - Include essential development commands, architecture details, and testing standards - Outline build system configuration and module organization - Define key interfaces, abstractions, and service patterns - Detail Maven Central publishing and performance considerations - Offer IDE integration and setup instructions
- Provide an overview of the Compose Server project - Include essential development commands, architecture details, and testing standards - Outline build system configuration and module organization - Define key interfaces, abstractions, and service patterns - Detail Maven Central publishing and performance considerations - Offer IDE integration and setup instructions
- Update PostgreSQL image to `postgres:17.6-alpine3.22` - Update Redis image to `redis/redis-stack:7.2.0-v18` - Update MinIO image to `minio/minio:minio/minio:RELEASE.2025-09-07T16-13-09Z-cpuv1`
- Use `useInstaller = true` for `intellijIdeaCommunity` dependency - Format `intellijPlatform` block for better readability
- Use `useInstaller = true` for `intellijIdeaCommunity` dependency - Format `intellijPlatform` block for better readability
- Replace `slf4j` with `logger` - Add companion object for logger and constant - Remove `@Primary` annotation - Use `@Qualifier` for virtual thread Redis factory bean - Update log messages for better readability
- Create `TestEntrance` class for Spring Boot application - Configure `build.gradle.kts` with necessary dependencies - Add `RedisConnectionFactoryIntegrationTest` to verify RESP3 protocol connection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 [release] 0.0.34