Merge master changes into analytics-core-integration branch - #1779
Merge master changes into analytics-core-integration branch#1779dheerajsngh wants to merge 17 commits into
analytics-core-integration branch#1779Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request integrates the Analytics Core write path into the GCS Connector, enabling improved performance and functionality by replacing legacy storage channels when the feature flag is enabled. The changes include dependency updates, extensive configuration mapping enhancements, and the introduction of a synchronized wrapper to ensure thread safety during write operations. Comprehensive testing has been added to ensure the reliability of the new write path integration. Highlights
New Features🧠 You can now enable Memory (public preview) to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces support for the GCS Analytics Core write path, including configuration mapping, an output stream wrapper, and integration tests. Feedback on the changes suggests removing redundant synchronization and high-frequency logging from the output stream wrapper, implementing lazy initialization for the analytics filesystem to respect configuration settings, and updating the unit tests to verify close idempotency rather than enforcing synchronization.
|
|
/gcbrun |
|
@dheerajsngh Can we merge the feature branch |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## analytics-core-migration #1779 +/- ##
===========================================================
Coverage ? 82.20%
Complexity ? 2666
===========================================================
Files ? 137
Lines ? 11959
Branches ? 1479
===========================================================
Hits ? 9831
Misses ? 1517
Partials ? 611
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/gcbrun |
analytics-core-integration
|
/gcbrun |
analytics-core-integrationanalytics-core-integration
|
/gcbrun |
analytics-core-integrationanalytics-core-integration branch



Merge master changes into
analytics-core-integration