Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add makefile modules for local dev #1452

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

ThatsMrTalbot
Copy link
Contributor

This adds makefile-modules to the repo, this gives us:

  • make help consistent with the other repos
  • node and npm are vendored in _bin like we do for all other tools
  • Targets like make build and make dev to simply development (no need to install node/npm)

@jetstack-bot jetstack-bot added the dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. label Mar 15, 2024
@jetstack-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign inteon for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jetstack-bot jetstack-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Mar 15, 2024
Copy link

netlify bot commented Mar 15, 2024

Deploy Preview for cert-manager-website ready!

Name Link
🔨 Latest commit 1974533
🔍 Latest deploy log https://app.netlify.com/sites/cert-manager-website/deploys/66266b9cb68dc500090d679a
😎 Deploy Preview https://deploy-preview-1452--cert-manager-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@inteon
Copy link
Member

inteon commented Apr 22, 2024

@ThatsMrTalbot I think we also need a make verify prowjob to verify that all generated files are valid.

@ThatsMrTalbot
Copy link
Contributor Author

@ThatsMrTalbot I think we also need a make verify prowjob to verify that all generated files are valid.

Sure, we can add that. I was not too concerned with that initially since this is only used for local dev (mainly for vendoring nodejs locally tbh)

@inteon
Copy link
Member

inteon commented Apr 23, 2024

There were quite a few people who told me that setting up node and npm for this project is complex and that this PR will improve their experience.
/approve
/lgtm

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label Apr 23, 2024
@cert-manager-prow
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: inteon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 23, 2024
@inteon inteon merged commit 47334a6 into cert-manager:master Apr 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants