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

Simplify the example functions fixtures #423

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Oct 25, 2023

The example functions fixtures in this repo are only needed to provide a quick smoke test of building a function using the functions builder image (primarily to ensure that the builder order grouping is correct). All other functions functionality should (and is) tested in the CNB or function invoker repos themselves.

This means the testing/linting related files (and most importantly, dev dependencies) in the fixtures are unused and can be removed,

Doing so will prevent an endless stream of Dependabot security alert PRs for Node.js dev/test dependencies (eg: #419, #420, #422), now that we have committed the NPM lockfiles (xref #418).

GUS-W-14364076.

The example functions fixtures in this repo are only needed to provide
a quick smoke test of building a function using the functions builder
image (primarily to ensure that the builder order grouping is correct).
All other CNB functionality should (and is) tested in the CNB or function
invoker itself.

This means the testing/linting related files in the fixtures is unused and
can be removed,

Doing so will prevent an endless stream of Dependabot security alert PRs
for Node.js dev/test dependencies (eg: #419, #420, #422), now that we have
committed the NPM lockfiles (xref #418).
@edmorley edmorley self-assigned this Oct 25, 2023
@edmorley edmorley marked this pull request as ready for review October 25, 2023 14:28
@edmorley edmorley requested a review from a team as a code owner October 25, 2023 14:29
@edmorley edmorley merged commit 3071cec into main Oct 25, 2023
46 checks passed
@edmorley edmorley deleted the edmorley/cleanup-example-functions branch October 25, 2023 14:59
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.

2 participants