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

Add nodejs:10 to default set of runtimes for ansible/vagrant #4124

Merged
merged 4 commits into from
Nov 20, 2018

Conversation

csantanapr
Copy link
Member

@csantanapr csantanapr commented Nov 19, 2018

Description

Add nodejs:10 to default set of runtimes

Related issue and scope

My changes affect the following components

  • API
  • Tests
  • Deployment
  • Documentation

Types of changes

  • Enhancement or new feature (adds new functionality).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I updated tests to cover my changes.
  • I updated the documentation where necessary.

Copy link
Member

@dgrove-oss dgrove-oss left a comment

Choose a reason for hiding this comment

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

Looks good except for the one typo noted above.

@@ -43,7 +43,7 @@ and demonstrate how to bundle multiple JavaScript files and third party dependen

The CLI automatically infers the type of the action by using the source file extension.
For `.js` source files, the action runs by using a Node.js runtime. You may specify
the Node.js runtime to use by explicitly specifying the parameter `--kind nodejs:6` or `--kind nodejs:8`.
the Node.js runtime to use by explicitly specifying the parameter `--kind nodejs:10`, `--kind nodejs:8`, or `--kind nodejs:10`
Copy link
Member

Choose a reason for hiding this comment

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

typo? has :10 twice, but missing :6.

Copy link
Member Author

Choose a reason for hiding this comment

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

is fixed now @dgrove-oss

@csantanapr csantanapr changed the title Add nodejs:10 to default set of runtimes Add nodejs:10 to default set of runtimes for ansible/vagrant Nov 19, 2018
@codecov-io
Copy link

Codecov Report

Merging #4124 into master will decrease coverage by 4.87%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4124      +/-   ##
==========================================
- Coverage   86.16%   81.28%   -4.88%     
==========================================
  Files         151      151              
  Lines        7263     7263              
  Branches      466      466              
==========================================
- Hits         6258     5904     -354     
- Misses       1005     1359     +354
Impacted Files Coverage Δ
...core/database/cosmosdb/RxObservableImplicits.scala 0% <0%> (-100%) ⬇️
...core/database/cosmosdb/CosmosDBArtifactStore.scala 0% <0%> (-95.54%) ⬇️
...sk/core/database/cosmosdb/CosmosDBViewMapper.scala 0% <0%> (-92.6%) ⬇️
...whisk/core/database/cosmosdb/CosmosDBSupport.scala 0% <0%> (-83.34%) ⬇️
...abase/cosmosdb/CosmosDBArtifactStoreProvider.scala 0% <0%> (-62.5%) ⬇️
...penwhisk/core/database/cosmosdb/CosmosDBUtil.scala 92% <0%> (-4%) ⬇️
...rg/apache/openwhisk/common/ForcibleSemaphore.scala 88.46% <0%> (-3.85%) ⬇️

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 d38a00e...470f384. Read the comment docs.

@csantanapr csantanapr merged commit f35e23a into apache:master Nov 20, 2018
BillZong pushed a commit to BillZong/openwhisk that referenced this pull request Nov 18, 2019
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