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

2166 Коммитов

Автор SHA1 Сообщение Дата
Sanjana Kapur 4c464e80ba Add type safety to shared libraries localization (#2777)
* Add type safety to shared libraries localization

* Fix localization unit test

* Switch folder order of generated and localization
2023-11-09 12:53:06 -05:00
Rena Chen 578da2fdd5 Update luxon from 2.3.2 to 2.5.2 2023-11-09 12:53:06 -05:00
CSIGS@microsoft.com aebad784de Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb56a_20230811161131939. (#2780) 2023-11-09 12:53:06 -05:00
Sanjana Kapur 8699c96186 Add Indonesian translations and fix locale code (#2776) 2023-11-09 12:53:06 -05:00
Sanjana Kapur 32c052628b Remove clean resources task so translations stay (#2775) 2023-11-09 12:53:06 -05:00
CSIGS@microsoft.com 3b2bd9f5f7 Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb56a_20230804160843759. (#2774)
Co-authored-by: Shiran Pasternak <shiran.pasternak@microsoft.com>
2023-11-09 12:53:06 -05:00
David Watrous 3421d48dc9 Added support for updating node communication mode (#2772)
This is currently disabled except in dev mode until the API version
which Batch Explorer uses is updated to support node comms mode.
2023-11-09 12:53:06 -05:00
David Watrous 70cd8e2475 Include the resources directory in the app (#2773)
This fixes a broken build
2023-11-09 12:53:06 -05:00
David Watrous fd8b6a5505 Removed RegisterDependencies pipeline (CG is already auto-injected) (#2769) 2023-11-09 12:53:06 -05:00
CSIGS@microsoft.com c351a3b302 Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb56a_20230803131607860. (#2771) 2023-11-09 12:53:06 -05:00
David Watrous 9424fa8c13 Bump MacOS dist pipeline timeout to 2 hour (#2770)
Notarization and code signing are making the MacOS distribution
come extremely close (or over) the 60 minute default timeout.
2023-11-09 12:53:06 -05:00
Sanjana Kapur 782b0f9fde Integrate localized strings into web and desktop app (#2730)
* Added fake localizer

* Switch desktop app to use new translations

* Add script to combine translated files by language

* Add global build-translations command

* Update comments and docs accordingly with changes

* Run merge-translations script on Azure DevOps path

* Add localization for Batch Explorer web version

* Generate translations for Create Account buttons

* Add basic i18n support for web package

* Rename StandardLocalizer to BrowserLocalizer

* Add merge translations script for web and desktop

* Remove powershell merge translations script

* Add localization support for desktop app

* Copy translations to web too and not just desktop

* Add translations for playground buttons

* Gitignore generated localization files

* Update localization docs with setup instructions

* Add package translations to mergeTranslations

* Optimize package file creation and fix unit test

* Update Electron app localization unit tests

* Address all feedback on PR

* Fix desktop localizer, translation function, tests

* Fix Prettier issue with account yml file

* Update client translations unit test accordingly

* Add http-localizer unit test and minor fixes

* Remove CustomGlobal and simplify navigator object

* Add getLocale function to each localizer

---------

Co-authored-by: David Watrous <509299+dpwatrous@users.noreply.github.com>
2023-11-09 12:53:06 -05:00
David Watrous 0c99872d82 Updated to CredScan 3 (#2768) 2023-11-09 12:53:06 -05:00
David Watrous 2f0fab8a18 Revert certificate detail component (#2765) 2023-11-09 12:53:06 -05:00
dependabot[bot] 1ea0456d5b Bump tough-cookie from 4.0.0 to 4.1.3 in /util/common-config
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 12:53:06 -05:00
Shiran Pasternak a9a102a902 Bumps Batch Explorer development to version 2.19.0 2023-11-09 12:53:06 -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 505ad9986f
Merge pull request #2831 from Azure/renojeda/fix/cert-ref-title
Fix wrong title when editing pool certificate references
2023-11-08 09:54:42 -08: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
Haopeng Wang 21e761406a
add validation details and string-list control (#2825)
add validation details and string-list control


---------

Co-authored-by: hoppe <hoppewang@microsoft.com>
2023-11-07 04:49:32 +00:00
David Watrous 1b4b4e6082
Disable code coverage for most of playground/web (#2829)
These are non-production and their code coverage scores
shouldn't be aggregated with production packages.
2023-11-02 16:13:47 -04:00
David Watrous 7ea11e2192
Add TabSelector form control (#2827) 2023-11-02 15:41:45 -04:00
Shiran Pasternak f6ad839248
Merge pull request #2824 from Azure/shpaster/storage-blob-fix
Fixes to gallery and to storage functionality
2023-11-01 17:54:45 -04: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
Shiran Pasternak c6efb9cfe9 Better typing for storage-related modules 2023-10-31 11:25:57 -04:00
Shiran Pasternak 7299f41527 Sets proper name on record type for identification
Also supports a custom name on the `@Model()` decorator.
2023-10-31 11:25:57 -04:00
Rena 8de3de2e93
Accessibility fixes for windows high contrast buttons (#2826)
* AB#1060 general fix for disabled buttons in windows high contrast mode

* AB#1051 narrator will read aloud favorites dropdown options now

---------

Co-authored-by: Rena Chen <rechen@microsoft.com>
2023-10-30 16:53:45 -07:00
Haopeng Wang e4c00c1895
add form onEvaluate callback (#2797)
Co-authored-by: hoppe <hoppewang@microsoft.com>
2023-10-27 09:26:25 +00:00
Shiran Pasternak 5063477bc3
Fixes AB#1150: Updates @babel/traverse (#2821) 2023-10-25 17:57:03 +00:00
Haopeng Wang d364364c64
fix certificate display list issue (#2815)
* fix cert list display

* update model-list-view

---------

Co-authored-by: hoppe <hoppewang@microsoft.com>
2023-10-25 03:56:45 +00:00
Haopeng Wang 54a9e5eeae
parent form should trigger subform validate event (#2820)
Co-authored-by: hoppe <hoppewang@microsoft.com>
2023-10-24 02:06:04 +00:00
David Watrous f98e158ef0
Merge pull request #2818 from Azure/dpwatrous/contrast-fixes
Accessibility fixes for color contrast, link colors
2023-10-19 13:33:01 -04:00
David Watrous 749248834c Make subscription/resource group links use link color
Fixes AB#1142
2023-10-19 10:41:02 -04:00
David Watrous 0b520d73b1 Improve favorite star focus outline contrast
Fixes AB#1097
2023-10-19 10:40:58 -04:00
David Watrous c05cfc77f6 Improve color contrast for calendar days of the week
Fixes AB#1078
2023-10-19 09:57:30 -04:00
David Watrous 08663a2472 Fix toast button focus outline contrast ratio
Fixes AB#1137
2023-10-19 09:47:13 -04:00
CSIGS@microsoft.com e423edcb46
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb56a_20231019120623801. (#2817) 2023-10-19 09:23:01 -04:00
CSIGS@microsoft.com 6743ae33ed
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb56a_20231018120841290. (#2816) 2023-10-18 15:50:47 -04:00
CSIGS@microsoft.com 9919a9437f
Juno: check in to users/loc/juno/hb_b5190a78-9093-45f2-826d-2cc1e04cb56a_20231018000733472. (#2814) 2023-10-18 00:58:41 -07:00
dependabot[bot] fe2b44cd4c
Bump @babel/traverse from 7.22.11 to 7.23.2 in /util/bux (#2812)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 15:41:55 +00:00
dependabot[bot] 58d9b55a58
Bump @babel/traverse from 7.22.11 to 7.23.2 in /util/common-config (#2813)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 11:12:15 -04:00
Haopeng Wang c947affe20
DataGrid: load more and virtual scrolling (#2799) 2023-10-16 20:37:01 -04:00
David Watrous edd7a357a0
Enable node communication mode editing (#2810)
This was only enabled in dev mode before. Now that we've updated to the latest API version, we can enable it in production.
2023-10-16 20:47:38 +00:00
David Watrous cbd42c1f1b
Update ts-jest configuration to fix deprecation warning (#2809) 2023-10-16 09:58:12 -07:00
David Watrous 51ce84a94e
Add reneov-msft to CODEOWNERS (#2811) 2023-10-16 11:54:41 -04:00
Rena e259c01d65
Dataplane update (#2803)
* WIP updating models to include new properties after data plane version update

* Finish adding properties for dataplane api update

* Small fix

* Update VMExtension model and add in type definition for JSON
2023-10-13 16:29:42 -07:00
David Watrous e04d7a69ee
Fix error opening context menus (#2808)
Fixes AB#25223318
2023-10-02 20:36:05 +00:00
David Watrous 637891aa68
Fail CI on ESLint warnings (#2807) 2023-09-27 10:20:19 +08:00