-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Node execution upgrade to Node10 #14014
Merged
Merged
Changes from 7 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
00f5885
AzureKeyVaultV1
thesattiraju 3bb48da
ContainerBuildV0
thesattiraju 4459a18
DuffleInstallerV0
thesattiraju 12a022b
Execution: Node10 AzureKeyVault and ContainerBuild
thesattiraju 48c0eae
GitHubReleaseV0
thesattiraju 6710dfb
GitHubReleaseV1
thesattiraju 5c6cb6f
KubernetesManifestV0
thesattiraju 0cc5b2d
Merge branch 'master' of github.com:microsoft/azure-pipelines-tasks i…
thesattiraju 51cba90
Updating common modules to preview
thesattiraju 592c4a6
DockerComposeV0
thesattiraju 6225ca4
DockerInstallerV0
thesattiraju a0f3517
MochaDone to Mocha.Done
thesattiraju 0fb2e4c
Merge branch 'master' into users/desattir/node-upgrade
thesattiraju File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
{ | ||
"dependencies": { | ||
"@types/node": "^10.17.0", | ||
"@types/mocha": "^5.2.7", | ||
"@types/uuid": "^8.3.0", | ||
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.3", | ||
"azure-pipelines-task-lib": "2.8.0", | ||
"azure-pipelines-tasks-docker-common-v2": "1.0.0", | ||
"azure-pipelines-tool-lib": "0.11.0", | ||
"consistent-hashing": "0.3.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
{ | ||
"dependencies": { | ||
"@types/node": "^6.0.101", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^10.17.0", | ||
"@types/q": "^1.5.0", | ||
"@types/uuid": "^8.3.0", | ||
"azure-pipelines-task-lib": "2.8.0", | ||
"azure-pipelines-tool-lib": "0.11.0", | ||
"utility-common-v2": "file:../../_build/Tasks/Common/utility-common-v2-2.0.0.tgz" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required as part of Node 10 upgrade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup. In Node6 chmod was synchronous by default