Skip to content

ci: Preserve OpenLineage placeholder allowlist#6619

Merged
franciscojavierarceo merged 1 commit into
feast-dev:masterfrom
franciscojavierarceo:codex/fix-main-linter
Jul 20, 2026
Merged

ci: Preserve OpenLineage placeholder allowlist#6619
franciscojavierarceo merged 1 commit into
feast-dev:masterfrom
franciscojavierarceo:codex/fix-main-linter

Conversation

@franciscojavierarceo

Copy link
Copy Markdown
Member

What changed

  • add the generated OpenLineage API-key placeholder to .secrets.baseline
  • keep secret scanning enabled for the rest of the generated manifest

Why

The 0.65.0 release regenerated infra/feast-operator/bundle/manifests/openlineage-secret_v1_secret.yaml and removed its inline pragma: allowlist secret comment. The detect-secrets pre-commit hook then failed on master before Ruff and mypy could run.

A baseline entry is durable across future operator bundle regeneration because it records the known placeholder by file and hash instead of relying on a comment that the generator strips.

Validation

  • reproduced the original detect-secrets failure on origin/master
  • targeted detect-secrets-hook passes with the baseline entry
  • full-repository detect-secrets hook passes
  • make lint-python passes with the CI Python 3.11 environment (Ruff, formatting, and mypy)

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
@codecov-commenter

codecov-commenter commented Jul 20, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.94%. Comparing base (863b09f) to head (ce69da8).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6619      +/-   ##
==========================================
- Coverage   45.94%   45.94%   -0.01%     
==========================================
  Files         412      412              
  Lines       48864    48864              
  Branches     6913     6913              
==========================================
- Hits        22452    22451       -1     
  Misses      24859    24859              
- Partials     1553     1554       +1     
Flag Coverage Δ
go-feature-server 30.58% <ø> (ø)
python-unit 47.24% <ø> (-0.01%) ⬇️
see 1 file with indirect coverage changes

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 863b09f...ce69da8. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@franciscojavierarceo
franciscojavierarceo marked this pull request as ready for review July 20, 2026 14:02
@franciscojavierarceo
franciscojavierarceo merged commit 294efad into feast-dev:master Jul 20, 2026
27 checks passed
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