WIP:sharding-in-implementation
[demos/kafka/chat] / src / test /
2023-02-24 Kai MoritzWIP
2023-02-24 Kai Moritzrefactor: Pushed sharding one layer down in the archite...
2023-02-18 Kai Moritztest: Proofed, that there is an NPE in `ShardedChatHome...
2023-02-17 Kai Moritzrefactor: Refined the creation of new `ChatRoom`s
2023-02-17 Kai Moritzrefactor: DRY for the configuration of the `AbstractSto...
2023-02-17 Kai Moritzrefactor: Refined the configuration of `AbstractStorage...
2023-01-25 Kai Moritzrefactor: `ChatRoomService.persistMessage(..)` returns...
2023-01-25 Kai Moritztest: Added a test that assers disjunct chatrooms
2023-01-25 Kai Moritzfeat: Reintroduced `ChatRoom.shard`, becaus it is neede...
2023-01-25 Kai Moritzfix: Fixed a NPE in `ShardedChatHome.getChatRooms()`
2023-01-25 Kai Moritzchore: Switched the default-configuration to sharding...
2023-01-25 Kai Moritzrefactor: A `ChatRoom` does not have to remember its...
2023-01-25 Kai Moritzrefactor: Pulled business-logic into class `ShardedChat...
2023-01-25 Kai Moritzrefactor: Made `SimpleChatHome` an implementation of...
2023-01-25 Kai Moritzrefactor: Removed `ChatHomeFactory`
2023-01-25 Kai Moritzfeat: Introduced a kafka-like `ShardingStrategy` for...
2023-01-25 Kai Moritztest: Streamlined the config-IT, so that they use the...
2023-01-25 Kai Moritzrefactor: Tried to simplify & clearify the naming of...
2023-01-25 Kai Moritzfeat: Prepared the application for sharding
2023-01-25 Kai Moritztest: Added integration-test `InMemoryWithMongoDbStorageIT`
2023-01-25 Kai Moritzrefactor: Renamed the test to `InMemoryWithFilesStorageIT`
2023-01-25 Kai Moritzfeat: Refined `ChatBackendApplicationTest`
2023-01-25 Kai Moritzrefactor: refined the endpoint-uri's
2023-01-25 Kai Moritzfix: Added constraints for valid usernames
2023-01-25 Kai Moritzfeat: Implemented and tested `MongoDbStorageStrategy`
2023-01-25 Kai Moritzrefactor: Refined (simplified) `StorageStrategy`
2023-01-25 Kai Moritzrefactor: Moved `FilesStorageStrategy` in its own packa...
2023-01-25 Kai Moritzrefactor: Moved `FilesStorageStrategy` in its own packa...
2023-01-25 Kai Moritzrefactor: `FileStorageStrategy` is not bound to `InMemo...
2023-01-25 Kai Moritzrefactor: Moved classes in package `persistence` in...
2023-01-25 Kai Moritzrefactor: Moved classes in package `persistence` in...
2023-01-25 Kai Moritzrefactor: Introduced `AbstractStorageStrategyIT` as...
2023-01-25 Kai Moritzfix: `ChatBackendApplicationTest` cannot corrupt the...
2023-01-25 Kai Moritzfix: Refined `ChatBackendControllerTest` and fixed...
2023-01-25 Kai Moritzfeat: Moved persistence-logic from `ChatHome` into...
2023-01-15 Kai Moritzrefactor: Moved business-logic from `ChatRoomService...
2023-01-15 Kai Moritzfix: Asserted, that `ChatHome` acts, as expected, if...
2023-01-15 Kai Moritzrefactor: Streamlined the API of the services
2023-01-15 Kai Moritzfix: Fixed generated problem-details for mutated messages
2023-01-15 Kai Moritzfeat: Implemented problem-details for `UnknownChatroomE...
2023-01-15 Kai Moritzrefactor: Added assertj-reactor for more readability
2023-01-15 Kai Moritztest: `LocalJsonFilesStorageStrategyIT` asserts, that...
2023-01-15 Kai Moritzfix: Implemented a test for `MessageTo` and fixed deser...
2023-01-15 Kai Moritztest: Implemented a first IT for `LocalJsonFilesStorage...
2023-01-15 Kai Moritzrefactor: Refined packaging (renamed packages and classes)
2023-01-15 Kai Moritzrefactor: Refined packaging (moved classes to new folde...
2023-01-15 Kai Moritzfeat: implemented a simplified chatroom-service
2023-01-15 Kai Moritzrefactor: Simplified the name of the application-class
2022-12-20 Kai Moritzfeat: Generated empty Spring Boot 3.0.0 App