Skip to content

chore(makefile): enhance make help with env vars, quick start, and project info#5605

Merged
yaacov merged 1 commit intokubev2v:mainfrom
yaacov:update-makefile
Mar 23, 2026
Merged

chore(makefile): enhance make help with env vars, quick start, and project info#5605
yaacov merged 1 commit intokubev2v:mainfrom
yaacov:update-makefile

Conversation

@yaacov
Copy link
Copy Markdown
Member

@yaacov yaacov commented Mar 23, 2026

Expand the help target to surface key environment variables, a quick start section, and a one-line project description so new contributors can get oriented without reading the source.

Remove the unused kustomized-manifests target and rewire update-manifests to chain generate, manifests, and generate-manifests into a single entry point.

Resolves: none

@yaacov
Copy link
Copy Markdown
Member Author

yaacov commented Mar 23, 2026

@solenoci please review

Makefile Outdated
Comment on lines 275 to 276
@echo " - Upstream deployment: operator/streams/upstream/upstream_manifests"
@echo " - Downstream deployment: operator/streams/downstream/downstream_manifests"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

can you please update this to operator/.downstream_manifests and same for upstream?

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 23, 2026

⚠️ 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 10.02%. Comparing base (f1fe5d0) to head (5798a60).
⚠️ Report is 2038 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5605      +/-   ##
==========================================
- Coverage   15.45%   10.02%   -5.43%     
==========================================
  Files         112      500     +388     
  Lines       23377    57360   +33983     
==========================================
+ Hits         3613     5751    +2138     
- Misses      19479    51122   +31643     
- Partials      285      487     +202     
Flag Coverage Δ
unittests 10.02% <ø> (-5.43%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

do not ignore generated dot manifests, they must be included in vcs. Please revert changes to this file.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

not ignoring the manifests, removed the now skipped stream manifests

@yaacov yaacov force-pushed the update-makefile branch 2 times, most recently from 20e1924 to f80bf14 Compare March 23, 2026 14:27
…oject info

Expand the help target to surface key environment variables, a quick
start section, and a one-line project description so new contributors
can get oriented without reading the source.

Remove the unused kustomized-manifests target and rewire
update-manifests to chain generate, manifests, and generate-manifests
into a single entry point.

Resolves: none

Signed-off-by: yaacov <yzamir@redhat.com>
@sonarqubecloud
Copy link
Copy Markdown

@yaacov yaacov merged commit 3d442f7 into kubev2v:main Mar 23, 2026
13 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