Skip to content

chore: merge main into feat/hill-climbing#60

Closed
helloeve wants to merge 13 commits intofeat/hill-climbingfrom
sync/hill-climbing-with-main
Closed

chore: merge main into feat/hill-climbing#60
helloeve wants to merge 13 commits intofeat/hill-climbingfrom
sync/hill-climbing-with-main

Conversation

@helloeve
Copy link
Copy Markdown
Collaborator

@helloeve helloeve commented Apr 1, 2026

No description provided.

dependabot bot and others added 11 commits March 24, 2026 16:41
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.
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

Copy link
Copy Markdown
Collaborator

@wangauone wangauone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.
@wangauone
Copy link
Copy Markdown
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.

@helloeve helloeve closed this Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants