Merged
Conversation
…TART.md and README.md - Deleted the outdated QUICKSTART-TESTING.md file as it contained redundant testing instructions. - Updated access points in QUICKSTART.md and README.md to reflect the new Nginx configuration and service URLs. - Added notes regarding the frontend build process and Nginx serving static files.
…d frontend build process - Revised the first-time setup instructions in QUICKSTART.md and README.md to include repository cloning steps. - Clarified the automatic database seeding and service initialization process. - Updated notes on the frontend build process, emphasizing that it occurs automatically and is served through Nginx. - Adjusted Docker Compose configuration to use named volumes for frontend build output, enhancing container management.
- Corrected the Admin Dashboard access URL in QUICKSTART.md and README.md to reflect the new routing configuration. - Adjusted Nginx configuration to properly route requests to the Admin Dashboard. - Updated frontend API base URL to use a relative path for improved compatibility with Nginx proxy settings.
- Modified the Nginx configuration to change the proxy_pass directive for the /api/ location, removing the trailing path to ensure proper routing to the backend service.
…andling in UserManagement component - Added CORS headers to handle preflight requests in the Nginx configuration for the /api/ location. - Improved error handling in UserManagement component to provide more detailed error messages, including status codes and specific error responses.
…outes - Updated the method of obtaining the request ID in analytics.py and api.py to consistently use the request context. - Ensured that the request ID defaults to 'N/A' if not available, improving error handling and logging consistency across the application.
- Implemented a health check in docker-compose.yml to ensure the frontend service is only started when the build is complete. - Updated docker-entrypoint.sh to create a readiness signal file after the build process, enhancing service dependency management.
Owner
Author
|
New Issues (161)Checkmarx found the following issues in this Pull Request
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
Use @Checkmarx to interact with Checkmarx PR Assistant. |
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.