From 32cfa7118a908f35c2d76b5d495cc9172fdc7dfa Mon Sep 17 00:00:00 2001 From: Elinor Date: Tue, 16 Feb 2021 17:32:16 +0300 Subject: [PATCH 01/37] chore(release): 4.3.0 (#852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix: support different content types (#814) * Feature: Add Adaptive cards JSON Schema code (#828) * Feature: samples testing (#833) * Feature: Adds 'Report an Issue' menu option (#834) * Feature: clickable links on message bar (#835) * fix: intermittent create page error (#837) * Fix: Add 'Maximize sidebar' aria-label (#842) * Task: upgrade technologies (#844) * Fix: expand maxWidth allow more humanName chars (#764) * Fix: autocomplete options not displaying (#847) * fix: adaptive cards destroy (#848) * Fix: Graph Explorer link colors (#846) * Fix: Adaptive cards instrumentation (#849) * Fix: adjust column width (#850) * Task: prevent storing access token (#851) Co-authored-by: jobala Co-authored-by: Charles Wahome Co-authored-by: OfficeGlobal <47977325+OfficeGlobal@users.noreply.github.com> Co-authored-by: OfficeGlobal Co-authored-by: Azure Static Web Apps Co-authored-by: Millicent Achieng Co-authored-by: Sébastien Levert Co-authored-by: Ezrqn Kemboi Co-authored-by: Vincent Biret Co-authored-by: Joseph Ngugi Co-authored-by: Maggie Kimani --- config/webpack.config.js | 2 +- package-lock.json | 29429 ++-------------- package.json | 35 +- .../services/actions/auth-action-creators.ts | 10 +- .../actions/autocomplete-action-creators.ts | 4 +- .../actions/devxApi-action-creators.ts | 3 +- .../actions/permissions-action-creator.ts | 9 +- .../actions/query-action-creator-util.ts | 13 +- .../actions/samples-action-creators.ts | 4 +- src/app/services/graph-client/msal-service.ts | 43 +- src/app/services/reducers/devxApi-reducers.ts | 7 +- src/app/utils/status-message.ts | 24 + src/app/utils/token-helpers.ts | 1 + src/app/views/App.tsx | 2 +- src/app/views/app-sections/AppTitle.tsx | 10 +- src/app/views/app-sections/StatusMessages.tsx | 97 +- .../views/app-sections/TermsOfUseMessage.tsx | 6 +- .../views/authentication/profile/Profile.tsx | 1 + src/app/views/classnames.ts | 1 + .../adaptive-cards/AdaptiveCard.tsx | 129 +- .../graph-toolkit/GraphToolkit.tsx | 17 +- .../query-response/queryResponse.styles.ts | 11 +- .../query-response/response/Response.tsx | 9 +- src/app/views/query-runner/QueryRunner.tsx | 35 +- .../views/query-runner/request/auth/Auth.tsx | 31 +- src/app/views/settings/Settings.tsx | 17 +- src/app/views/sidebar/Sidebar.tsx | 24 +- .../sidebar/sample-queries/SampleQueries.tsx | 17 +- src/index.tsx | 16 +- src/messages/GE.json | 9 +- src/messages/GE_de-DE.json | 17 +- src/messages/GE_es-ES.json | 17 +- src/messages/GE_fr-FR.json | 17 +- src/messages/GE_ja-JP.json | 17 +- src/messages/GE_pt-BR.json | 19 +- src/messages/GE_ru-RU.json | 17 +- src/messages/GE_zh-CN.json | 17 +- src/telemetry/component-names.ts | 4 +- src/telemetry/telemetry.ts | 18 +- src/tests/utils/url-to-html.spec.ts | 25 + src/themes/dark.ts | 2 +- src/themes/high-contrast.ts | 2 +- src/types/devx-api.ts | 4 + src/types/enums.ts | 4 +- 44 files changed, 4250 insertions(+), 25946 deletions(-) create mode 100644 src/app/utils/status-message.ts create mode 100644 src/tests/utils/url-to-html.spec.ts create mode 100644 src/types/devx-api.ts diff --git a/config/webpack.config.js b/config/webpack.config.js index 397ba771f8..3e9adadccd 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -397,7 +397,7 @@ module.exports = function (webpackEnv) { maxChunks: 1, }), new MonacoWebpackPlugin({ - languages: ['json', 'javascript', 'java', 'objective-c', 'csharp'] + languages: ['json', 'javascript', 'java', 'objective-c', 'csharp', 'html'] }), // Generates an `index.html` file with the