add changes regarding docker compose#29
Merged
pawlowiczf merged 1 commit intodevelopmentfrom Dec 5, 2025
Merged
Conversation
arturgesiarz
added a commit
that referenced
this pull request
Dec 31, 2025
* add support for downloading gRPC stubs from remote Nexus repository (#3) * Setup Docker and create docker compose files (#2) * add main docker compose files and env files to dockerize core microservices * fix docker compose files * fix docker compose files * fix docker compose files, edit environment variable files * provider adapter domain * provided e2e test skeleton * cleanup * provided operational setup for local development * add grpc service logic with local proto files * update service to new proto definitions * add OrderGrpcServiceTest * create workflows to validate, build and push service to remote GCP registry (#8) * add context in kafka header for testing * address feedback - add FixedOrderIdGenerator and adjust property files * Addres feedback - implement FixedOrderIdGenerator and associated services for order ID management * add api intenal endpoint * update e2e env test * add OrderServiceApi * add additional tests * add InternalOrderApi * progress * Add return option for the order * provided fixes * Add db scripts * update application files and add LocalPostgreSQLConf class * add flyway for in-memory db * restore dockerfile * add flyway for postgres db * add jwt options * add get by clientId endpoint for testing gateway - order-service flow * Add returnable field to db and primary key in the schema as orderItemId * Add returnable field to db and primary key in the schema as orderItemId * remove redundant deps from pom * add listOrdersByUserId impl in grpc service * add transactional to listOrdersByUserId * update grpcMapper * update grpc service * add returns * validate to return items that can be returned * add items while mapping domain return to proto return type * comment returnability check for testing * update OrderItem to include variantId and related fields; add reservationId to Order and OrderToCreate * refactor kafka events * update class visibility * add integration test * update serialization * udpate kafka consumers to receive string events * udpate readme * fix kafka integration test * add some minor changes and comments * add create order method to grpc service * add internal ReservationGrpcClient * add OrderCreated wrapper * update schema * add debuging * add transactional * Add `@Transactional` annotation to `getAllOrders` in `DefaultOrderFacade`. * update grpc port * Add `clientId` mapping in `OrderGrpcMapper` and update `protos` dependency version. * fix integration tests * add outbox * add outbox * add outbox * alternative approach * fix db kafka table * add changes regarding docker compose (#29) --------- Co-authored-by: Filip Pawłowicz <117346592+pawlowiczf@users.noreply.github.com> Co-authored-by: Ariel <arie.michalik@gmail.com> Co-authored-by: Ariel Michalik <110745124+ariemic@users.noreply.github.com> Co-authored-by: Wojciech Orłowski <vemtorpl@gmail.com>
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.
No description provided.