Skip to content

Commit

Permalink
Release 2.17.0 (#2721)
Browse files Browse the repository at this point in the history
* Bumps Batch Explorer to version 2.17.0

* Restores build version string for release packaging

* Fixes AB#1031: Updates vulnerable http-cache-semantics dependency

Also replaced the vulnerable download module with node-downloader-helper.

* Non-home tenants are inactive by default

Users may opt in to authenticate specific tenants by activating them in the authentication settings page.

* Merges release 2.16.1 into master (#2661)

* Restores build version string for release packaging

* Fixes #2659: Removes test code

* Prepare for hotfix release 2.16.1

* Remove custom themes (#2663)

* Fixes #2662: Restores Python backend

Updated Batch CLI extensions (v9.0.0) require `azure-multiapi-storage` as explicit requirement.

* Update python dependencies (#2682)

* Theme colors will only show in dev mode (#2697)

* Add Developer menu item and add theme colors under it
- running into issue with surfacing isDev

* Only show Developer menu item during developer mode
* typo fix

* Switch  hardcoded color values to use theme colors

* Fix unit tests

* Remove fdescribe

* Cloud Service Deprecation Warning on Pool Details (#2702)

* Add banner in pools for cloud service pool deprecation
* small typo fix

* Fix wording

* Update wording

* focus first element after activating ‘Job preparation task’

* focus first interactive control in Storage accounts pane

* focus first element in complex-form afterViewInit

* update form-field prefix and suffix styles

* update monitorChart colors

* update monitor chart tooltip config

* update mat-tab-group labels

* fix @azure/storage-blob usage (#2709)

* Add jasmine-axe for Batch Explorer unit tests (#2587)

* Initial setup for jasmine axe

* Add axe for accessibility testing
* Add accessibility tests for a few UI components

* Update package lock

* Testing to see if pipeline completely passes

* wip

* Update package-lock

* Remove console log statement

* Remove failing test (fix and re-add them later)

* Remove cross-env

* delete metadata row

* Fixes AB#950: Focus not visible for radio buttons

* Fixes AB#865: Focus not visible for multiple controls

* Fixes AB#990: Focus moves to background when pop-up is open

* Fixes AB#702: Focus ring not visible

...when tab order reaches table for the first time without interacting with the table using the arrow keys

* Fixes AB#671: When closing select dropdown with esc key the whole dialog is closed

* Fixes AB#290 removing pointer events on canvas

* Fixes AB#462 - Changing input boxes to bordered boxes.

* Updated changelog and version. (#2719)

---------

Co-authored-by: Rena <[email protected]>
Co-authored-by: David Watrous <[email protected]>
Co-authored-by: Waseem Dahman <[email protected]>
Co-authored-by: Waseem <[email protected]>
Co-authored-by: Haopeng Wang <[email protected]>
Co-authored-by: “aibiber” <“[email protected]”>
Co-authored-by: Robert Taft <[email protected]>
Co-authored-by: robtaft-ms <[email protected]>
  • Loading branch information
9 people authored Apr 28, 2023
1 parent 15b8c7d commit 3412c74
Show file tree
Hide file tree
Showing 54 changed files with 1,193 additions and 1,497 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.17.0

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

### Features

* Adds cloud service deprecation warning on pool details page [\#2716](https://github.com/Azure/BatchExplorer/issues/2716)
* Removes custom themes [\#2715](https://github.com/Azure/BatchExplorer/issues/2715)
* Adds developer menu item for Profiles [\#2714](https://github.com/Azure/BatchExplorer/issues/2714)
* Accessibility improvements [\#2713](https://github.com/Azure/BatchExplorer/issues/2713)

### Bugs

* User was unable to upload package zip from batch explorer 2.16.1-stable.713 [\#2690](https://github.com/Azure/BatchExplorer/issues/2690)

# 2.16.1

* Test data caused storage account to show as "classic" [\#2659](https://github.com/Azure/BatchExplorer/issues/2659)
Expand Down Expand Up @@ -618,7 +633,7 @@
* Task progress not exposing validity of task count api [\#1475](https://github.com/Azure/BatchExplorer/issues/1475)
* Ability to override the BatchLabs-data branch that we pull templates from [\#1474](https://github.com/Azure/BatchExplorer/issues/1474)
* Use select query for task list to improve performance [\#1468](https://github.com/Azure/BatchExplorer/issues/1468)
* Batch Account URI should have https:// prefix [\#1435](https://github.com/Azure/BatchExplorer/issues/1435)
* Batch Account URI should have <https://> prefix [\#1435](https://github.com/Azure/BatchExplorer/issues/1435)
* Task table column layout a little funky [\#1422](https://github.com/Azure/BatchExplorer/issues/1422)
* BatchLabs: App splited in features that are can be enabled and disabled [\#1449](https://github.com/Azure/BatchExplorer/issues/1449)
* BatchLabs one click node connect [\#1452](https://github.com/Azure/BatchExplorer/issues/1452)
Expand Down
163 changes: 110 additions & 53 deletions ThirdPartyNotices.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ exports.defineEnv = function(env) {
"NODE_ENV": JSON.stringify(env),
"RENDERER": JSON.stringify(true),
"HOT": helpers.hasProcessFlag("hot"),
"BE_ENABLE_A11Y_TESTING": process.env.BE_ENABLE_A11Y_TESTING,
},
});
};
Expand Down
24 changes: 12 additions & 12 deletions data/themes/classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "standard",
"primary": "#2F71C4",
"primary-contrast": "#ffffff",
"danger": "#aa3939",
"danger": "#bc2f34",
"danger-contrast": "#ffffff",
"warn": "#a46026",
"warn-contrast": "#ffffff",
Expand All @@ -18,7 +18,7 @@
"border": "#919191",
"editor": "vs",
"text": {
"primary": "#333333",
"primary": "#323130",
"secondary": "#666666"
},
"breadcrumb": {
Expand Down Expand Up @@ -53,16 +53,16 @@
"disabled-bg": "#ededed"
},
"monitorChart": {
"core-count": "#1c3f95",
"core-count": "#004e8c",
"low-priority-core-count": "#a36a00",
"task-start-event": "#a36a00",
"task-complete-event": "#428000",
"task-fail-event": "#aa3939",
"starting-node-count": "#1c3f95",
"idle-node-count": "#be93d9",
"running-node-count": "#428000",
"start-task-failed-node-count": "#aa3939",
"rebooting-node-count": "#ff755c"
"task-start-event": "#6d5700",
"task-complete-event": "#0f700f",
"task-fail-event": "#bc2f34",
"starting-node-count": "#004e8c",
"idle-node-count": "#8764b8",
"running-node-count": "#0f700f",
"start-task-failed-node-count": "#bc2f34",
"rebooting-node-count": "#d93c20"
},
"input": {
"border": "#919191",
Expand All @@ -74,5 +74,5 @@
"disabled-text": "var(--color-text-primary)",
"disabled-background": "#e5e5e5"
},
"chart-colors": ["#003f5c", "#aa3939", "#4caf50", "#ffa600"]
"chart-colors": ["#003f5c", "#bc2f34", "#4caf50", "#ffa600"]
}
12 changes: 12 additions & 0 deletions data/themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@
"primary": "#cccccc",
"secondary": "#a7a8a9"
},
"monitorChart": {
"core-count": "#0a95ff",
"low-priority-core-count": "#ae8c00",
"task-start-event": "#ae8c00",
"task-complete-event": "#0a95ff",
"task-fail-event": "#f26363",
"starting-node-count": "#0a95ff",
"idle-node-count": "#c674d2",
"running-node-count": "#44a744",
"start-task-failed-node-count": "#f26363",
"rebooting-node-count": "#db7843"
},
"breadcrumb": {
"text": "white",
"background": "#5b5b5b",
Expand Down
2 changes: 1 addition & 1 deletion definitions/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
declare type Environment = "production" | "development" | "test";
declare const ELECTRON_ENV: "renderer" | "main";

// Gloval variables set by webpack
// Global variables set by webpack
declare const ENV: Environment;


Expand Down
Loading

0 comments on commit 3412c74

Please sign in to comment.