feat: add more e2e tests to frontend#1458
Open
lucaseduoli wants to merge 7 commits into
Open
Conversation
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.
This pull request introduces several updates to the project's Docker configuration and frontend dependencies. The main focus is on switching Docker services from using pre-built images to building them locally, and on adding new logging-related dependencies to the frontend.
Docker configuration changes:
docker-compose.yml(opensearch,openrag-backend,openrag-frontend,langflow) from using pre-built images to building from local Dockerfiles, which will help with local development and debugging. [1] [2] [3] [4]8000for theopenrag-backendservice to allow direct access during development.Frontend dependency updates:
winstonlogging library and its dependencies (such aslogform,winston-transport,triple-beam, etc.) tofrontend/package-lock.jsonand as a dependency, enabling advanced logging capabilities in the frontend. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]winstonand its ecosystem, such as@colors/colors,@dabh/diagnostics,async,fecha,fn.name,inherits,kuler,one-time,readable-stream,safe-buffer,safe-stable-stringify,stack-trace,string_decoder,text-hex, and more. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Other changes:
.dockerignoreto also excludefrontend/tests/logs/from Docker build context, preventing test logs from being sent to Docker.