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

1776 Коммитов

Автор SHA1 Сообщение Дата
Alex Hsu 7b36d765bc
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb56a_20230308003519575. (#2677) 2023-03-07 17:14:25 -08:00
Sanjana Kapur 94385db256
Add reusable loc translations from loc team (#2672) 2023-03-06 10:18:30 -08:00
Alex Hsu 91bc2b795f
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb56a_20230302180405395. (#2671) 2023-03-02 11:20:37 -08:00
Haopeng Wang ac14cf7b90
Add source-map-loader to load packages source maps with webpack (#2669)
Co-authored-by: hoppe <hoppewang@microsoft.com>
2023-03-02 16:12:29 +00:00
Haopeng Wang aefbdb0e14
fix monaco editor impl bug (#2668)
There are inconsistent editor contents when switching actions.
Cause by the debounceOnChange function holds the reference of onChange props from previous renders.
2023-03-01 08:10:08 -05:00
Sanjana Kapur 37a80c332a
Check that there are no resjson changes in Git (#2665)
* Add Localization and Build steps to Dist pipeline

* Add script to check no resjson changes are in Git

* Remove old update-en-loc pipeline

* Renamed i18n-updated to i18n
2023-02-27 10:39:58 -08:00
Sanjana Kapur 835041017d
Update desktop localization script folder names for accuracy (#2658)
* Rename original i18n folder to i18n-deprecated

* Change original script to point to i18n-deprecated

* Change new loc. folder from i18n-updated to i18n

* Fix i18n unit test errors in desktop

* Update gitignore to remove english json from git
2023-02-21 11:17:09 -08:00
David Watrous 9084823102
Add publish step for @batch/arm-batch-rest (#2656) 2023-02-10 23:11:59 +00:00
David Watrous 5689198750
Add shared fakes for testing (#2655) 2023-02-10 21:54:53 +00:00
Shiran Pasternak 878e499e98 Adjusts build scripts for main branch 2023-02-09 12:48:01 -05:00
David Watrous e3b66f0804
Added `bux status` command (#2652) 2023-02-09 16:40:33 +00:00
Sanjana Kapur 901008ad75
Merge pull request #2633 from Azure/vnext-feature/localization
Add localization build script, unit tests, and pipeline
2023-02-08 16:06:46 -08:00
Sanjana Kapur da672b2a41 Add the localization pipeline 2023-02-08 13:48:16 -08:00
Sanjana Kapur bed806479a Add the localization script 2023-02-08 13:48:16 -08:00
Shiran Pasternak 543f9378fa Fixes dist pipeline 2023-02-08 12:06:48 -05:00
David Watrous 7cb61fffd8
Added `initialized` property to environments (#2647)
This is useful when used in the portal, to prevent blade env initialization
from happening more than once.
2023-02-08 16:28:49 +00:00
David Watrous ea36060906
Consistently reset/restore Jest mocks after tests (#2648) 2023-02-08 10:52:30 -05:00
Shiran Pasternak cd602ccb1b Merge branch 'master' into vnext 2023-02-07 14:19:09 -05:00
NickKouds 9880496a00
Added Management plane rest level client sdk for communication layer #2623 2023-02-06 00:12:42 +00:00
Rena dd628073d4
Prepare for release 2.16.0 (#2643)
* Updated changelog and version.

* Fixes 3rd party notices script

---------

Co-authored-by: rechen <rechen@microsoft.com>
Co-authored-by: Shiran Pasternak <shiran.pasternak@microsoft.com>
2023-02-02 11:37:22 -08:00
Shiran Pasternak aa6ea78ee7 Gets BatchExplorer version directly through NPM 2023-01-31 12:11:04 -05:00
Rena d09626630d
Update readme (#2627)
Add bux installation instructions and minor fix
2023-01-30 10:24:17 -08:00
Rena d7b7b820ff
Merge pull request #2631 from Azure/rechen/jan-a11y-fixes
Accessibility bug fixes
2023-01-30 10:23:35 -08:00
rechen c95cdae145 AB#480 Screen reader should read no files and errors for file tree views 2023-01-30 07:55:49 -05:00
rechen 04e4469cc8 AB#490 Add select/unselect state for prep and release task toggle 2023-01-30 07:55:49 -05:00
rechen 4d69b51874 AB#705 Fix luminosity contrast by applying double border
- Remove fixed height
2023-01-30 07:55:49 -05:00
hoppe wang 098f128e4b fix AB#498 AB#499 part2 2023-01-28 12:35:56 +08:00
hoppe wang 0c537c1848 fix AB#500 2023-01-28 12:35:56 +08:00
hoppe wang db72ae495b fix AB#499 2023-01-28 12:35:56 +08:00
hoppe wang 77adce9f5f fix AB#498 2023-01-28 12:35:56 +08:00
hoppe wang a4dacc3b98 fix: AB#497 2023-01-28 12:35:56 +08:00
Shiran Pasternak 4cc837e639
Merge pull request #2629 from Azure/shpaster/a11y-bugs
Accessibility bug fixes
2023-01-27 13:20:29 -05:00
Shiran Pasternak 87c2a3444e Fixes AB#535: tooltip on storage picker keyboard navigation 2023-01-27 12:49:41 -05:00
Shiran Pasternak c4e03bbcd3 Localization of storage account picker 2023-01-27 12:49:41 -05:00
Shiran Pasternak d226b5c504 Fixes AB#537: server error button ARIA expanded
Also adds localization.
2023-01-27 12:49:41 -05:00
Shiran Pasternak cef8010c20 Theme danger color for warning icons 2023-01-27 12:49:41 -05:00
Shiran Pasternak 97978400e6 Fixes AB#552: Dropdown button title
Adds localization to dropdowns and bookmarks menu
2023-01-27 12:49:41 -05:00
Shiran Pasternak 07a4b1d392 Improved required fields
Ensures required field inputs show an asterisk and have correct ARIA markup. Also removes custom CSS from specific components.

Fixes AB#553, AB#602, AB#607, AB#777, AB#875, AB#916, AB#986
2023-01-27 12:49:41 -05:00
Shiran Pasternak aa42afe3a8 Fixes AB#555: Transparent background for icon buttons 2023-01-27 12:49:40 -05:00
Shiran Pasternak 05a78244e7 Localization of programming sample 2023-01-27 12:49:40 -05:00
Shiran Pasternak 9adfb33594 Corrects spelling of "programatic" and "programing" 2023-01-27 12:49:40 -05:00
dependabot[bot] ee1f66dbbe Bump ua-parser-js from 0.7.31 to 0.7.33
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-26 17:50:58 -05:00
Shiran Pasternak db944ebe84 Component governance updates
* Fixes AB#1016, AB#1017: Bumps d3-color
    * Requires upgrade of d3 to v7.x.x
* Fixes AB#1028: Bumps Luxon
* Fixes AB#1015: Bumps minimatch
    * Requires upgrade of electron-builder to v23.x.x
2023-01-24 14:53:39 -05:00
David Watrous 70a9ea44ad
Make form values read-only (#2624)
Values should now be set through setValues() and updateValue()
which will properly trigger change events
2023-01-23 14:22:34 -05:00
Shiran Pasternak bb92a1b2ec
Merge pull request #2620 from Azure/shpaster/a11y-bugs
Accessibility bug fixes
2023-01-20 11:28:09 -05:00
Shiran Pasternak 727f1cae36 Fixes AB#610: Form field errors are announced 2023-01-20 11:00:51 -05:00
Shiran Pasternak 97325799e0 Fixes AB#565: Ensures notifications are announced 2023-01-20 11:00:51 -05:00
Shiran Pasternak 8611dcc73c Tweak: rename error message 2023-01-20 11:00:51 -05:00
Shiran Pasternak 63203d2ab2 Fixes AB#558: Accessible button tooltips
Custom tooltips replaced with user-agent tooltips (title attribute)
2023-01-20 11:00:51 -05:00
Shiran Pasternak 1aa4a7417c Ensures that warning messages are read
Adds aria-live attribute to certain elements that convey warning status.

Removes outdated warning (2019)

Fixes AB#525, AB#566
2023-01-20 11:00:25 -05:00