Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fe11d39
Merge branch 'stable' into main
gingi Dec 6, 2024
da1f911
Bumps Batch Explorer development to version 2.23.0
gingi Dec 6, 2024
8ec08f8
Merge pull request #2961 from Azure/release/merge-stable
gingi Dec 9, 2024
1dbbfa1
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb…
csigs Dec 7, 2024
f094d4e
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb…
csigs Dec 7, 2024
6e2bf56
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb…
csigs Dec 8, 2024
990ae18
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb…
csigs Dec 9, 2024
10bac1b
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb…
csigs Dec 9, 2024
7d3fe75
Merge pull request #2967 from Azure/shpaster/lego-rollup
gingi Dec 9, 2024
084d1cb
Only copy final desktop artifacts when gathering build results (#2968)
dpwatrous Dec 10, 2024
5bfae02
Include manifest files in build results (#2969)
dpwatrous Dec 10, 2024
fad86f7
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb…
csigs Feb 10, 2025
e050878
Export model files from batch internal JS SDK in the service pacakge …
wanghoppe Mar 28, 2025
c65fddb
include NetworkSecurityPerimeter.json swagger file in the internal ar…
wanghoppe Apr 17, 2025
8bc19f4
Implement patch functionality for batch accounts in AccountService an…
wanghoppe May 6, 2025
6d0baef
Add network security perimeter configuration methods to AccountServic…
wanghoppe May 15, 2025
3364286
Updates tar-fs 2.1.1 -> 2.1.2
gingi Jul 14, 2025
ec8b214
Bump tar-fs to 2.1.3 (#2985)
dpwatrous Aug 15, 2025
ccf3a6e
Removed commented-out e2e testing CI step (#2991)
dpwatrous Nov 6, 2025
d048540
Lock node comms form to old API version (#2992)
dpwatrous Nov 11, 2025
b6e9790
Update Batch Service api version to 2025-06-01 (#2990)
zfengms Nov 11, 2025
46ad83c
Updates @azure/msal-node 2.7.0 -> 2.15.0
gingi Oct 31, 2025
c439b8c
OneBranch-based build version
gingi Nov 19, 2025
aac83a6
Replaces Keytar with safeStorage API
gingi Dec 2, 2025
8dc60d9
Removes keytar dependency and updates third party notices
gingi Dec 2, 2025
0aaaddd
Warning when secure local storage is unavailable
gingi Dec 2, 2025
fc5ee10
Updates NPM dependencies
gingi Dec 15, 2025
42f11d9
Removes unused pipeline files (#2999)
gingi Jan 12, 2026
41fbaec
Addresses CodeQL issues (#3000)
gingi Jan 15, 2026
61cc4eb
Updates changelog for release (#3006)
gingi Jan 15, 2026
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
39 changes: 0 additions & 39 deletions .vsts/common/build-vars.ps1

This file was deleted.

4 changes: 2 additions & 2 deletions .vsts/node-setup.yml → .vsts/common/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
versionSpec: '18.x.x'
displayName: Set NodeJS version

- script: cp .vsts/pipelines.npmrc $(Agent.TempDirectory)/.npmrc
- script: cp .vsts/common/pipelines.npmrc $(Agent.TempDirectory)/.npmrc
displayName: Stage .npmrc file

- task: npmAuthenticate@0
Expand All @@ -13,7 +13,7 @@ steps:
workingFile: $(Agent.TempDirectory)/.npmrc

# Using the 'script' task as-written below doesn't work properly on Windows.
# It seem to be adding an extra quote character somehow. Using a separate
# It seems to be adding an extra quote character somehow. Using a separate
# powershell task for Windows gets around this issue.
- script: |
echo "##vso[task.setvariable variable=npm_config_userconfig]$(Agent.TempDirectory)/.npmrc"
Expand Down
8 changes: 0 additions & 8 deletions .vsts/common/download-i18n-artifacts.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .vsts/common/generate-sbom.yml

This file was deleted.

File renamed without changes.
33 changes: 0 additions & 33 deletions .vsts/common/publish-packages.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .vsts/common/set-dist-vars.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .vsts/darwin/darwin-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- template: ../dependencies.yml
- template: ../common/dependencies.yml
- script: |
set -e
echo "Node.js version $(node --version)"
Expand Down
74 changes: 0 additions & 74 deletions .vsts/darwin/distribution.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .vsts/darwin/notarize.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .vsts/darwin/sign.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .vsts/dependencies.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .vsts/distribution.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .vsts/linux/distribution.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .vsts/linux/linux-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- template: ../dependencies.yml
- template: ../common/dependencies.yml
- script: |
set -e
echo "Node.js version $(node --version)"
Expand Down
10 changes: 0 additions & 10 deletions .vsts/linux/publish-npm-package.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .vsts/win/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ steps:
npm run build:package
displayName: Build and package

# Disabling end-to-end tests in CI pipeline
# - pwsh: |
# . ../.vsts/win/exec.ps1
# $ErrorActionPreference = "Stop"
# $env:BE_TEST_AAD_USER_EMAIL = "$(uiTestingAccountEmail)"
# $env:BE_TEST_AAD_USER_PASSWORD = "$(uiTestingAccountPassword)"
# npm run test-e2e
# workingDirectory: desktop
# displayName: End to end tests

- template: ./security-analysis.yml

- template: ../common/publish-artifacts.yml
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .vsts/win/credscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ steps:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@3
displayName: "Run CredScan"
inputs:
suppressionsFile: .vsts/cred-scan-exclude.json
suppressionsFile: .vsts/win/cred-scan-exclude.json
debugMode: false

Loading
Loading