Merged
Conversation
added 4 commits
August 7, 2025 16:55
- Enhanced the `evaluation_test` function to log the process ID using `default_logger`, improving traceability of evaluation processes during testing.
added 13 commits
August 7, 2025 17:20
…wStore - Introduced a new EventBus class to facilitate decoupling of components in the evaluation system. - Integrated event emission for "row_upserted" in SqliteEvaluationRowStore to notify subscribers of new data. - Updated SqliteDatasetLoggerAdapter to allow initialization with either a database path or a store instance, ensuring flexibility in logging setup. - Enhanced test cases to validate logging functionality and event handling with multiple evaluation rows.
… event handling - Updated the serialization of event data to exclude None values when using Pydantic models. - Modified tests to ensure event data is deserialized correctly into EvaluationRow and to clarify the behavior of event reception in local processes.
…DatasetLoggerAdapter - Added a constant LOG_EVENT_TYPE for event type consistency. - Updated event emission in SqliteDatasetLoggerAdapter to use LOG_EVENT_TYPE instead of hardcoded string. - Enhanced error handling during event emission with logging for failures.
- Added support for "log" message type in WebSocket handling, allowing individual log entries to be processed. - Updated logging statements to provide clearer context for received logs. - Introduced LogMessageSchema for runtime validation of log messages.
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.