Граф коммитов

146 Коммитов

Автор SHA1 Сообщение Дата
Shiran Pasternak 9169c30762 Updates @azure/storage-blob to 12.25.0
Addresses vulnerability in fast-xml-parser@4.4.0
2024-11-15 15:36:26 -05:00
Shiran Pasternak a5200f1186 Updates electron-updater to 6.3.9 2024-11-15 15:20:59 -05:00
Haopeng Wang d257049b12
update peerDependencies tslib and rm @fluentui/react-theme-provider dependency (#2940)
* update peerDependencies tslib requirement and rm @fluentui/react-theme-provider dependency

* fix package.json

---------

Co-authored-by: Hoppe Wang <hoppewang@microsoft.com>
2024-11-08 12:24:26 -08:00
Shiran Pasternak d63220029a
Fixes broken proxy config window (#2938)
* Fixes broken proxy config window

* Refactors proxy window class and adds unit tests
2024-11-07 10:04:10 -05:00
Haopeng Wang d43018f96d
Update desktop to Webpack v5 and Angular v12 (#2934)
---------

Co-authored-by: David Watrous <509299+dpwatrous@users.noreply.github.com>
Co-authored-by: Rena Chen <rechen@microsoft.com>
Co-authored-by: Hoppe Wang <hoppewang@microsoft.com>
2024-09-11 23:34:19 +00:00
Shiran Pasternak 4c4639de46 External browser auth prompts for account selection 2024-08-30 15:37:45 -04:00
Shiran Pasternak 13cddff133 Creates IPC listeners in app start()
Moved out of the constructor in the case when the windows are reloaded. Fixes an issue where a system error causes IPC messages to be ignored because they are not recreated.
2024-08-28 19:14:43 -04:00
Shiran Pasternak 9631a47219 Added unit tests to increase coverage 2024-08-28 19:14:43 -04:00
Shiran Pasternak 57c05bfdf0 Authentication Overlay
* Main app window now opens without prior authentication
* New welcome screen prompts user to sign in, while hiding side menu items and allowing the user to access settings
* An overlay prompts the user to authenticate against each tenant that requires interactive authentication, and includes a toggle for using the external (system) browser
* App settings now have ability to toggle external browser for auth
2024-08-28 19:14:42 -04:00
David Watrous 48b57a7353 Add support for using default browser for auth
Fixes #2446
2024-08-28 19:14:42 -04:00
Shiran Pasternak c92ae75d24 Upgrades Angular to 11.2.12
Needed for slide toggles.
2024-08-28 19:14:42 -04:00
Shiran Pasternak c2a348e06c DEV_TOOLS_MODE controls window placement 2024-08-28 19:14:42 -04:00
Haopeng Wang 8e438ff4e0
fix recover window failed to load in prod build (#2927)
Co-authored-by: Hoppe Wang <hoppewang@microsoft.com>
2024-08-28 16:10:42 -07:00
Sanjana Kapur 12a901880c
Remove unused localization code (#2924) 2024-08-16 19:18:59 -07:00
Haopeng Wang 6e52e2991b
Add AccountService and CacheManager (#2920)
* add LruCahe

* return undefined for get account when not found
2024-07-10 17:23:20 -07:00
David Watrous 225ef88fea
Add --no-sandbox flag to Electron when running tests (#2919)
This allows tests to run as root in the CI container
2024-06-27 13:52:04 -07:00
Haopeng Wang 3d97364918
Update Batch Dataplane RLC with latest TypeSpec (#2912)
* Update batch-rest with the latest TypeSpec & update API version

* update @azure packages

* upgrade BatchExplorer's TypeScript
2024-06-24 14:33:13 -07:00
David Watrous a10bb063c0
Switch from Windows Powershell to pwsh (#2906) 2024-05-22 11:52:14 -04:00
David Watrous a02a042332 Update playwright 2024-04-23 21:08:00 -04:00
David Watrous f72e8dfd36 Update MSAL.js 2024-04-23 19:25:03 -04:00
David Watrous 0a8de5e9ea Update Electron 2024-04-23 19:25:03 -04:00
David Watrous e1605c1fc1 Make CryptoService tests use a more obviously fake key for tests 2024-04-12 14:31:01 -04:00
David Watrous ce19ea7aa6 Update package-lock.json 2024-04-04 10:50:15 -04:00
Rena d248fff3eb
Rendering UI removal (#2891)
* Remove gallery applications leaving only the deprecation warning

* Remove rendering os and application license picker from create pool form

* Minor update

* Update test cases

* Update gallery deprecation message

* Update deprecation message

* Localize gallery deprecation warning

* Minor update

* Use formatDateTime for localization
2024-03-29 11:31:28 -07:00
David Watrous 70be245d3b
Prevent duplicate env initialization (#2888)
Fixes AB#26854084
2024-02-26 11:55:12 -05:00
Haopeng Wang 1fafbc66ab
Add Batch RLC to service package & Add node service (#2853) 2024-01-24 14:15:45 +08:00
Shiran Pasternak fa7b8a564b Bumps Batch Explorer development to version 2.21.0 2024-01-12 14:38:58 -05:00
Shiran Pasternak d358fabd2b
Updated changelog and version. (#2880) 2024-01-11 22:12:37 +00:00
Shiran Pasternak b841935912 Fixes AB#1055: Selected tab in high-contrast mode 2024-01-05 11:54:07 -05:00
Shiran Pasternak b8c9ba57cc Fixes AB#1130: Title on learn more certificate deprecation link 2024-01-05 11:21:50 -05:00
ReneOv-MSFT 9e1ae38004
S360/duraiton picker alerts (#2868)
* AB#1065 Add aria alerts to dynamic field errors
2024-01-05 00:39:43 +00:00
ReneOv-MSFT 0f5a7d8a04
S360/voiceover (#2866)
* S360 Expanded-collapsed menus voiceover

* S360 Read only tab titles on tab group navigation
2024-01-03 11:07:29 -08:00
Haopeng Wang 140c9581a7
Encode filename in downloadFromNode and downloadFromTask methods (#2862)
Co-authored-by: hoppe <hoppewang@microsoft.com>
2023-12-21 15:24:27 +00:00
Haopeng Wang f36d6a8c4d
Add requiredSlots disable logic for multi-instance tasks (#2860)
* Add requiredSlots disable logic for multi-instance tasks

* Remove required slots if multi-instance is enabled

* Add required slots validation message to add-task-form

---------

Co-authored-by: hoppe <hoppewang@microsoft.com>
2023-12-20 23:46:04 +08:00
dependabot[bot] 33844917c7 Bump pyinstaller from 5.9 to 5.13.1 in /desktop/python
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.9 to 5.13.1.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.9.0...v5.13.1)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 16:23:43 -05:00
Shiran Pasternak 456697e96e Updates various modules
Fixes AB#1109: json5@^2.23.2
Fixes AB#1108: ajv@^6.12.6
Fixes AB#1047: xmljs@^0.50.0
2023-12-14 09:45:52 -05:00
Shiran Pasternak e33d6d6fea Fixes AB#1090: Missing label in job spec form 2023-12-04 19:30:12 -05:00
Shiran Pasternak afa3377609 Fixes AB#1130: Deprecation link accessibility 2023-12-04 19:30:12 -05:00
Shiran Pasternak fe54e36943 Fixes AB#1133: Favorite items not read by SR
Related to AB#1051
2023-12-04 19:30:12 -05:00
Shiran Pasternak b4996454a6 Fixes errors not announced on duration picker
Fixes AB#1065
2023-12-04 19:30:12 -05:00
Shiran Pasternak a8e4a5591c
Fixes AB#1150: Updates @babel/traverse 7.22 -> 7.23 (#2850) 2023-12-01 15:32:01 -05:00
Haopeng Wang d43d0948f7
fix accessbility bugs: AB#1068, AB#1052 (#2848)
* fix: AB#1068

* fix: AB#1052

---------

Co-authored-by: hoppe <hoppewang@microsoft.com>
2023-11-28 07:51:54 +00:00
ReneOv-MSFT 31a30867a0
AB#25538845 Add Chromium to 3rd party notice file, update dependency
* AB#25538845 Add Chromium to 3rd party notice file, update dependency versions
2023-11-28 01:44:25 +00:00
ReneOv-MSFT c9ac291c2b
Fix contrast accessibility bugs (#2830)
* Service360 accessibility bugfixes
2023-11-27 16:55:24 -08:00
Shiran Pasternak dd8fb2938d Bumps Batch Explorer development to version 2.20.0 2023-11-09 13:27:59 -05:00
Rena a0f464a374
Prepare for release 2.19.0 (#2840)
* Updated changelog and version.

* Update changelog

* Add blank space
2023-11-08 20:39:06 +00:00
ReneOv-MSFT 07ee24db00
Merge branch 'main' into renojeda/fix/cert-ref-title 2023-11-08 09:18:07 -08:00
ReneOv-MSFT 8b0a709c69 AD#25208665 fix wrong title when editing pool certificate references 2023-11-07 15:20:27 -08:00
Shiran Pasternak 9b886cea0d Fixes inoperable file group controls
Bug introduced in #2745: No handler for a file group that has changed. Also restores the picker option labels.

Backfills container names on certain API calls because they are not returned, but are needed by various UI flows.
2023-11-01 15:21:31 -04:00
Shiran Pasternak f0e6615b39 Proper token wrapper for Python RPC ARM calls 2023-11-01 15:21:29 -04:00