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

[now-build-utils] Validate functions and allow them as config #3218

Merged
merged 5 commits into from
Oct 29, 2019

Conversation

AndyBitz
Copy link
Contributor

We need to validate the functions property to make sure users are aware of errors during development.
We also don't want to apply the function data to the builds, since a build could output multiple lambdas, which will use this instead.

@AndyBitz AndyBitz marked this pull request as ready for review October 29, 2019 18:06
@AndyBitz AndyBitz requested a review from styfle as a code owner October 29, 2019 18:06
@AndyBitz AndyBitz requested a review from styfle October 29, 2019 19:49
Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

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

💯

@AndyBitz AndyBitz merged commit 483a117 into canary Oct 29, 2019
@AndyBitz AndyBitz deleted the now-build-utils/update-functions-property branch October 29, 2019 20:03
@codecov-io
Copy link

Codecov Report

Merging #3218 into canary will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           canary    #3218   +/-   ##
=======================================
  Coverage   13.53%   13.53%           
=======================================
  Files         268      268           
  Lines       10341    10341           
  Branches     1217     1217           
=======================================
  Hits         1400     1400           
  Misses       8879     8879           
  Partials       62       62

Continue to review full report at Codecov.

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

leo pushed a commit that referenced this pull request Nov 11, 2019
* [now-build-utils] Validate functions and allow them as config

* Apply suggestions from code review

Co-Authored-By: Steven <steven@ceriously.com>

* Change memory check

* Adjust test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants