Skip to content

Commit c1722ac

Browse files
authored
Merge pull request #2644 from Azure/master
Merge master into stable for release 2.16.0
2 parents 358eb7d + dd62807 commit c1722ac

File tree

333 files changed

+5137
-4673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

333 files changed

+5137
-4673
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# they will be requested for review when someone opens a
44
# pull request.
55

6-
* @cRui861 @dpwatrous @gingi @zfengms @paterasMSFT @seth-barshay @wiboris @skapur12
6+
* @cRui861 @dpwatrous @gingi @zfengms @paterasMSFT @seth-barshay @wiboris @skapur12 @NickKouds

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"request": "attach",
4444
"port": 9222,
4545
"sourceMaps": true,
46-
"webRoot": "${workspaceRoot}/build",
46+
"webRoot": "${workspaceRoot}",
4747
"timeout": 30000,
4848
"presentation": {
4949
"hidden": false,

.vsts/common/set-dist-vars.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
steps:
2+
3+
- powershell: $(Build.SourcesDirectory)/scripts/azpipelines/build-type.ps1 "$(Build.SourceBranch)" "$(Build.BuildNumber)"
4+
displayName: Resolve build type
5+
6+
- powershell: $(Build.SourcesDirectory)/scripts/azpipelines/update-build-name.ps1
7+
displayName: Resolve version

.vsts/darwin/distribution.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
steps:
2+
- template: ../common/set-dist-vars.yml
23
- template: ./darwin-dependencies.yml
34
- script: |
45
set -e

.vsts/dependencies.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
steps:
2-
- powershell: ./scripts/azpipelines/build-type.ps1 "$(Build.SourceBranch)" "$(Build.BuildNumber)"
3-
displayName: Resolve build type
4-
52
- template: ./node-setup.yml
63
- template: ./python-setup.yml

.vsts/linux/distribution.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
steps:
2+
- template: ../common/set-dist-vars.yml
23
- template: ./linux-dependencies.yml
34
- script: |
45
set -e

.vsts/win/distribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
steps:
2+
- template: ../common/set-dist-vars.yml
23
- template: ./credscan.yml
34
- template: ./win-dependencies.yml
4-
- powershell: ./scripts/azpipelines/update-build-name.ps1
5-
displayName: Resolve version
5+
66
- powershell: |
77
. .vsts/win/exec.ps1
88
$ErrorActionPreference = "Stop"

.vsts/win/sign.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ parameters:
55
pattern: ''
66

77
steps:
8+
- task: UseDotNet@2
9+
displayName: 'Use .NET Core sdk'
10+
inputs:
11+
packageType: sdk
12+
version: 2.1.x
13+
814
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
915
displayName: ${{ parameters.name }}
1016
inputs:

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2.16.0
2+
3+
[All items](https://github.com/Azure/BatchExplorer/milestone/50?closed=1)
4+
5+
### Features
6+
7+
* Usability and accessibility improvements [\#2634](https://github.com/Azure/BatchExplorer/issues/2634)
8+
* Link to Italy Accessibility Declarations [\#2638](https://github.com/Azure/BatchExplorer/issues/2638)
9+
* Deprecation warnings for certain images [\#2635](https://github.com/Azure/BatchExplorer/issues/2635)
10+
* Migrates to new Azure Storage SDK [\#2637](https://github.com/Azure/BatchExplorer/issues/2637)
11+
* Security updates [\#2639](https://github.com/Azure/BatchExplorer/issues/2639)
12+
13+
### Bugs
14+
15+
* Storage container Create button in the data menu was broken [\#2636](https://github.com/Azure/BatchExplorer/issues/2636)
16+
117
# 2.15.0
218

319
[All items](https://github.com/Azure/BatchExplorer/milestone/49?closed=1)

ThirdPartyNotices.txt

Lines changed: 358 additions & 261 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)