Open
Conversation
Feature/jwt management
Update application.properties
update orderController to return json
Feature/grpc/list all orders
…-endpoints Feature/grpc/orders frontend endpoints
Feature/grpc/orders return
…rderitem-to-contains-variantid-and-all-related update order dtos
…eadme-for-frontend-to-run-gateway-endpoints add readme
…mplement-swagger-for-dispalying-gateway-endpoints Orlowskiwojciech314/ecm 66 implement swagger for dispalying gateway endpoints
Adding swagger
Feature/cors
…ervice adding cart-service to gateway
adding /api/cart/updateCart endpoint
Adding cart subtract endpoint
- Added `/api/users` endpoints for CRUD operations. - Integrated with `user-service` via gRPC. - Updated JWT claims and authentication to handle user permissions. - Modified `JwtConfig` to secure user endpoints.
…service Adding user management endpoints and gRPC integration
- Added `/api/roles` endpoints for CRUD operations. - Integrated with `user-service` via gRPC for role management. - Added support for assigning and removing roles from users. - Updated `JwtConfig` to secure role endpoints. - Adjusted `RoleDto` to remove unused `id` field.
…pc-impl Adding role management endpoints and gRPC integration
…ontroller-getallorders list all orders
- Moved `/api/register` logic to `RegisterUserController`. - Removed `createUser` from `UserController`. - Updated `UserGrpcClient` to simplify `createUser` method by removing `UserContextWrapper`.
…pc-impl Refactored user creation logic into a dedicated controller
…der-service-to-communicate-with-product # Conflicts: # pom.xml
- Extended `GetOrderResponseDto` to include `clientId` field. - Modified `OrderGrpcMapper` to map `clientId` for gRPC responses. - Updated `protos` dependency version. - Added exception logging to `OrderController` for better debugging.
Added `clientId` to `GetOrderResponseDto` and updated mappers
…der-service-to-communicate-with-product
…rpc-for-order-service-to-communicate-with-product Ariemichalik/ecm 74 setup grpc for order service to communicate with product
- Extended `GetOrderResponseDto` to include `clientId` field. - Modified `OrderGrpcMapper` to map `clientId` for gRPC responses. - Updated `protos` dependency version. - Added exception logging to `OrderController` for better debugging.
…-header Added `clientId` to `GetOrderResponseDto` and updated mappers
- Introduced `OpenApiConfig` to set up Swagger documentation with JWT support. - Updated `springdoc-openapi-starter-webmvc-ui` dependency to version `2.8.4`.
Fix swagger
- Added `CmsController` with endpoints to manage home, FAQ, and contact page settings. - Implemented `CmsService` for reading and writing CMS data with caching support. - Configured `CmsJwtFilter` to handle authentication for `/api/settings/*` endpoints. - Registered `CmsJwtFilter` in `JwtConfig`. - Added initial CMS JSON configuration files for home, FAQ, and contact pages.
- Added `CmsController` with endpoints to manage home, FAQ, and contact page settings. - Implemented `CmsService` for reading and writing CMS data with caching support. - Configured `CmsJwtFilter` to handle authentication for `/api/settings/*` endpoints. - Registered `CmsJwtFilter` in `JwtConfig`. - Added initial CMS JSON configuration files for home, FAQ, and contact pages.
- Added `CmsController` with endpoints to manage home, FAQ, and contact page settings. - Implemented `CmsService` for reading and writing CMS data with caching support. - Configured `CmsJwtFilter` to handle authentication for `/api/settings/*` endpoints. - Registered `CmsJwtFilter` in `JwtConfig`. - Added initial CMS JSON configuration files for home, FAQ, and contact pages.
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.