chore: merge main into feat/hill-climbing#60
Closed
helloeve wants to merge 13 commits intofeat/hill-climbingfrom
Closed
chore: merge main into feat/hill-climbing#60helloeve wants to merge 13 commits intofeat/hill-climbingfrom
helloeve wants to merge 13 commits intofeat/hill-climbingfrom
Conversation
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/GoogleCloudPlatform/db-context-enrichment/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [0.4.1](v0.4.0...v0.4.1) (2026-03-25) ### Features * add value index generation functionality ([#42](#42)) ([e3784ae](e3784ae)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This PR fixes runtime errors in the bundled binary caused by missing dependencies. - PyInstaller Fix: Added lupa and fakeredis to the full collection list in pyinstaller.spec. This resolves ModuleNotFoundError: No module named 'lupa.lua51' and FileNotFoundError: commands.json by ensuring C extensions and data files are correctly bundled. - Spec Refactoring: Updated pyinstaller.spec to use a cleaner loop for managing "complex" packages that require collect_all.
🤖 I have created a release *beep* *boop* --- ## [0.4.2](v0.4.1...v0.4.2) (2026-03-25) ### Bug Fixes * **build:** bundle lupa and fakeredis in PyInstaller executable ([#45](#45)) ([b4202d0](b4202d0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This PR prevents future build regressions (like missing dynamic dependencies) by explicitly testing the bundled executable. It adds a validation step (./dist/db-context-enrichment --help) immediately after the PyInstaller build step in both mcp_tests.yml and release.yml. This ensures that if a new complex dependency breaks the binary, PR checks will fail immediately before a release is cut.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Removed the `paths` filter from the `pull_request` trigger in `.github/workflows/mcp_tests.yml`. This ensures that the test suite runs on **all PRs** (regardless of which files were modified), satisfying required status checks for branch protection.
Collaborator
|
We should be able to fetch the latest change from main and merge into the hill-climbing branch. I would assume the test will be triggered. |
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.