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

[ABTT Tasks] Migrate to new task-lib version without mockery usage part 1. #18982

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
62e2775
[AndroidSigning] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
263fecf
[ANTV1] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
0cc4c13
[ArchiveFilesV2] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
6cf9e96
[BashV3] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
5b339e4
[CMakeV1] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
4e6cb2b
[CmdLineV2] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
2b769d4
[CocoaPodsV0] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
aece442
[CopyFilesV2] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
2fa28e9
[CopyFilesOverSSHV0] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
69c9eea
[CUrlUploaderV2] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
02b84a0
[DecryptFileV1] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
f35eebb
[DeleteFilesV1] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
05d9c4e
[DownloadSecureFileV1] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
236ac16
[ExtractFilesV1] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
06dd322
[FtpUpload] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
a169654
[GradleV2] Update task-lib to a new version in ABTT tasks
DmitriiBobreshev Sep 18, 2023
eea256b
[ABTT Tasks] Migrate to new task-lib version without mockery usage
DmitriiBobreshev Sep 18, 2023
12a88f8
Merge branch 'master' into users/dmitriibobreshev/remove-mockery-from…
DmitriiBobreshev Sep 18, 2023
d00dccc
Merge branch 'master' into users/dmitriibobreshev/remove-mockery-from…
DmitriiBobreshev Sep 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Tasks/ANTV1/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"items": [
"node_modules/azure-pipelines-tasks-java-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-codecoverage-tools/node_modules/azure-pipelines-task-lib"
"node_modules/azure-pipelines-tasks-codecoverage-tools/node_modules/azure-pipelines-task-lib",
"node_modules/mockery"
],
"options": "-Rf"
}
Expand Down
7 changes: 3 additions & 4 deletions Tasks/ANTV1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/ANTV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/Microsoft/vso-agent-tasks/issues"
},
"dependencies": {
"azure-pipelines-task-lib": "^4.0.0-preview",
"azure-pipelines-task-lib": "^5.0.0-preview.0",
"azure-pipelines-tasks-java-common": "2.198.1",
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
"xml2js": "^0.4.16",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ANTV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 212,
"Minor": 229,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ANTV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 212,
"Minor": 229,
"Patch": 0
},
"demands": [
Expand Down
3 changes: 2 additions & 1 deletion Tasks/AndroidSigningV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"items": [
"node_modules/azure-pipelines-tasks-securefiles-common/node_modules/vsts-task-lib",
"node_modules/azure-pipelines-tasks-securefiles-common/node_modules/azure-pipelines-task-lib"
"node_modules/azure-pipelines-tasks-securefiles-common/node_modules/azure-pipelines-task-lib",
"node_modules/mockery"
],
"options": "-Rf"
}
Expand Down
7 changes: 3 additions & 4 deletions Tasks/AndroidSigningV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/node": "^16.11.39",
"@types/mocha": "^5.2.7",
"azure-pipelines-task-lib": "^4.4.0",
"azure-pipelines-task-lib": "^5.0.0-preview.0",
"azure-pipelines-tasks-securefiles-common": "2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 227,
"Minor": 229,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 227,
"Minor": 229,
"Patch": 0
},
"demands": [
Expand Down
3 changes: 2 additions & 1 deletion Tasks/AndroidSigningV3/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"items": [
"node_modules/azure-pipelines-tasks-securefiles-common/node_modules/vsts-task-lib",
"node_modules/azure-pipelines-tasks-securefiles-common/node_modules/azure-pipelines-task-lib"
"node_modules/azure-pipelines-tasks-securefiles-common/node_modules/azure-pipelines-task-lib",
"node_modules/mockery"
],
"options": "-Rf"
}
Expand Down
7 changes: 3 additions & 4 deletions Tasks/AndroidSigningV3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/node": "^16.11.39",
"@types/mocha": "^5.2.7",
"azure-pipelines-task-lib": "^4.4.0",
"azure-pipelines-task-lib": "^5.0.0-preview.0",
"azure-pipelines-tasks-securefiles-common": "2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 227,
"Minor": 229,
"Patch": 0
},
"releaseNotes": "This version of the task uses apksigner instead of jarsigner to sign APKs.",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 227,
"Minor": 229,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
68 changes: 34 additions & 34 deletions Tasks/ArchiveFilesV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/ArchiveFilesV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@types/node": "^16.11.39",
"@types/mocha": "^9.1.1",
"azure-pipelines-task-lib": "^4.0.1-preview"
"azure-pipelines-task-lib": "^5.0.0-preview.0"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ArchiveFilesV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 2,
"Minor": 215,
"Minor": 229,
"Patch": 0
},
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ArchiveFilesV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 2,
"Minor": 215,
"Minor": 229,
"Patch": 0
},
"groups": [
Expand Down
4 changes: 3 additions & 1 deletion Tasks/BashV3/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"rm": [
{
"items": [
"node_modules/azure-pipelines-tool-lib/node_modules/azure-pipelines-task-lib"
"node_modules/azure-pipelines-tool-lib/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-utility-common/node_modules/azure-pipelines-task-lib",
"node_modules/mockery"
],
"options": "-Rf"
}
Expand Down
Loading