Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: December 2021 #1308

Merged
merged 270 commits into from
Dec 9, 2021
Merged

Release: December 2021 #1308

merged 270 commits into from
Dec 9, 2021

Conversation

Onokaev
Copy link
Contributor

@Onokaev Onokaev commented Dec 9, 2021

12-2021 Release

thewahome and others added 30 commits September 14, 2020 11:27
* show history items younger than 30 days, remove the rest

* change terminology to expiry

* flip expiry check
* create function to provide fallback texts for placeholder texts

* display object value

* add fallback text translator to pivot items
Task: Add tooltip to 'admin consent required' header
* create drop files and version number variable

* remove publish code coverage results

* remove conditions when publishing artifacts

* temporarily pause reporting pipeline failure

* change to ubuntu-latest

* display sources directory

* Change to default working directory

* reset to build sources directory

* pause deployment

* vs2017-win2016

* remove set version number

* temporarily pause the notification task

* change vmImage

* fix merge conflicts

* add build id

* remove name from pipeline

* comment deployment steps

* remove name from build

* add test coverage back to pipeline

* remove build folder from source code

* add build folder to .gitignore

* skip tag creation, change version script

* remove condition so that there is always a build folder

* disable unwanted steps

* adds triggers and filters to the steps

* split pipeline to two jobs

* add display name

* rename job id

* add job dependency on previous task

* move publishing tasks to publishing job

* run npm install before publish

* add date to run name

* remove source branch from name

* publish code coverage results

* remove publish code coverage task

* change position of setversion number;
add condition

* update version to latest

* remove disabled tasks
* remove excess padding

* remove styling

* remove break
* Release: july 2020 2 (#650)

* chore(release): 4.1.5

* add version 4.1.5 build files

* Release: august 2020 (#662)

* chore(release): 4.1.4

* add 4.1.4 build files

* chore(release): 4.1.5

* add version 4.1.5 build files

* fix copy paste failure when query bar is empty

* HB of localized GE.jsons (#660)

Co-authored-by: OfficeGlobal <[email protected]>

* chore(release): 4.1.6

* create 4.1.6 build files

Co-authored-by: OfficeGlobal <[email protected]>
Co-authored-by: OfficeGlobal <[email protected]>

* chore(release): 4.1.7

Co-authored-by: OfficeGlobal <[email protected]>
Co-authored-by: OfficeGlobal <[email protected]>
* remove excess padding

* remove styling

* remove break

* Change adaptive card message

* format localized string

* add label styles

* refactor code

* capitalize words

* add query status check

* rename labelStyles property
* Capture telemetry data for actions on History tab

* Capture telemetry data for actions on Sample Queries tab

* Capture telemetry data for theme change actions

* Capture telemetry data for office dev program link click

* Capture telemetry data for Graph API version change event

* Capture telemetry data for Adaptive Cards tab click

* Capture telemetry data for Code Snippets click and copy events

* Update .gitignore file

* Remove QueryUrl from history item telemetry data

* Capture old version and new version telemetry data on version change

* Update query version comparison to strict equality comparison

* Capture telemetry data for clicking history tab on header click

* Capture telemetry data for Permissions and Auth tab click events

* Fix imports ordering

* Add telemetry for tabs in query response section

* Rename RUN_QUERY_EVENT

* Update how we send telemetry data for custom events

* Add property to telemetry data to report if a user was authenitcated or not during an event

* Update method for collecting telemetry data for request tabs

* Update azure-pipelines to use a different AppInsights instrumentation key for staging

* Track component usage for permissions, auth, snippets and history tabs

* Provide name of component for AppInsights React component tracking

* Use interface as type instead of any when tracking documentation link click event

* Enable telemetry

* Rename telemetry custom property from QueryUrl to QuerySignature

* Disable telemetry if AppInsights instrumentation key does not exist
* HB of localized GE.jsons

Co-authored-by: Charles Wahome <[email protected]>
Co-authored-by: OfficeGlobal <[email protected]>
* display the page content in the request body

* fix linting errors

* add appropriate content type header

* remove filter for content-type header

* refine comment for clarity

* upgrade to the latest javascript sdk

* remove content type header checks

* simplify json content check

* refactor code to be concise
* update adaptive card templating library

* fix breaking change

* fix linting error

* fix formatting
Co-authored-by: OfficeGlobal <[email protected]>
* chore(release): 4.1.9 (#716)

* Feature: History items ttl (#677)

* Fix: add fallback texts to placeholder text (#690)

* Task: Reduce padding/spacing on request header  (#696)

* Task: removes depracated setConsent method (#703)

* chore(release): 4.1.9

Co-authored-by: OfficeGlobal <[email protected]>
Co-authored-by: OfficeGlobal <[email protected]>
Co-authored-by: Azure Static Web Apps <[email protected]>
Co-authored-by: Elinor <[email protected]>

* chore(release): 4.1.10

Co-authored-by: OfficeGlobal <[email protected]>
Co-authored-by: OfficeGlobal <[email protected]>
Co-authored-by: Azure Static Web Apps <[email protected]>
Co-authored-by: Elinor <[email protected]>
* Update aria-label

* localize aria labels
Onokaev and others added 15 commits November 30, 2021 09:33
* adds sonar cloud workflow

* renamed sonarcloud yaml file

* Update sonarcloud.yml

* Update sonarcloud.yml

* Update sonarcloud.yml

* Update sonarcloud.yml

* Update sonarcloud.yml

* Update sonarcloud.yml

* Update sonarcloud.yml

* Update sonar-project.properties

* add secret checks

* fixed conditional

* added version number to sonar properties

* add code coverage

* run tests in sonar job

* install node and run coverage test

* fix packagelock json file

* fix coverage arguments

* remove exclusions

* added base dir

* remove coverage from gitignore

* added local coverage files to gitignore

* added report path file

* refactor test command

* removed empty step

* refactor test command

* refactor testing step

* store coverage in dir

* change dir name

* add recursive copy

* configure jest output

* configure jest output

* specify augloop file

* fix coverage file path

* fix lcov path

* enable analysis only on pull requests

* added testexecution path

* test on push

* remove args

* change test report path

* fix test execution report path

* add test for changing theme

* clean up workflow

* added tsx files as part of test coverage

* fix lcov file

* fix path

* run analysis on PRs

* refactor sonar cloud analysis to linter workflow

* limit fetch depth

* shallow clone repo

* trigger workflow on pull requests
* Chore(deps): Bump jest-watch-typeahead from 0.2.1 to 0.5.0 (#1199)

* Chore(deps): Bump @axe-core/webdriverjs from 4.2.2 to 4.3.1 (#1192)

* Chore(deps-dev): Bump react-test-renderer from 16.8.3 to 16.13.0 (#1195)

* Chore(deps): Bump eslint-plugin-flowtype from 2.50.1 to 2.50.3 (#1198)

* Chore(deps): Bump re-resizable from 6.9.0 to 6.9.1 (#1197)

* Chore(deps): Bump terser-webpack-plugin from 3.1.0 to 4.2.3 (#1196)

* Chore(deps): Bump file-loader from 2.0.0 to 6.2.0 (#1194)

* Chore(deps-dev): Bump @types/react from 16.8.3 to 17.0.35 (#1219)

* Chore(deps): Bump react from 16.8.2 to 16.14.0 (#1193)

* Chore(deps-dev): Bump enzyme-adapter-react-16 from 1.9.1 to 1.15.6 (#1223)

* Chore(deps-dev): Bump enzyme-adapter-react-16 from 1.9.1 to 1.15.6

* Chore(deps-dev): Bump @types/enzyme from 3.9.0 to 3.10.10 (#1225)

* Chore(deps-dev): Bump ws from 8.0.0 to 8.2.3 (#1226)

* Chore(deps): Bump webpack from 4.28.3 to 4.46.0 (#1227)

* Chore(deps): Bump @azure/msal-browser from 2.12.0 to 2.19.0  (#1253)

* Chore(deps): Bump @microsoft/applicationinsights-web from 2.3.1 to 2.7.1 (#1230)

* Chore(deps-dev): Bump serialize-javascript from 3.1.0 to 6.0.0 (#1231)

* Chore(deps-dev): Bump @typescript-eslint/eslint-plugin-tslint from 4.15.0 to 4.33.0 (#1232)

* Chore(deps-dev): Bump axios from 0.21.4 to 0.24.0 (#1240)

* Chore(deps): Bump postcss-preset-env from 6.5.0 to 6.7.0 (#1228)

* Chore(deps-dev): Bump @typescript-eslint/parser from 4.15.0 to 4.33.0 (#1243)

* Chore(deps-dev): Bump standard-version from 8.0.2 to 9.3.2 (#1245)

* Chore(deps-dev): Bump react-test-renderer from 16.13.0 to 16.14.0 (#1265)

* Chore(deps-dev): Bump @types/react-redux from 7.1.0 to 7.1.20 (#1264)

* Chore(deps-dev): Bump @types/selenium-webdriver from 4.0.6 to 4.0.16 (#1263)

* Chore(deps-dev): Bump @types/react-dom from 16.8.2 to 17.0.11 (#1262)

* Chore(deps): Bump html-webpack-plugin from 4.0.0-alpha.2 to 4.5.2 (#1261)

* Chore(deps): Bump postcss-preset-env from 6.5.0 to 6.7.0 (#1260)

* Chore(deps): Bump @fluentui/react from 8.28.0 to 8.43.0 (#1258)

* Chore(deps-dev): Bump node-notifier from 8.0.1 to 10.0.0 (#1255)

* Chore(deps): Bump jest from 23.6.0 to 27.3.1 (#1244)

* fix breaking changes
* remove role property

* remove disabled rule
First iteration that allows view operations
* add status message based on status code

* rename status text map variable

* rename responseStatusTextMap to httpStatusMessage
Co-authored-by: content-assistant <67429574+content-assistant[bot]@users.noreply.github.com>
* add copy checkmark icon

* add copied state

* add copied state

* add checkmark to copy button on Adaptive cards

* add missing whitespace

* extract function

* add timers

* add aria and title

* add Copy Button component

* remove unused interface

* Add CopyButton component

* extract nested condition

* Add boolean check to differentiate buttons

* Update src/app/views/query-response/adaptive-cards/AdaptiveCard.tsx

Co-authored-by: Charles Wahome <[email protected]>

* fix linting error

Co-authored-by: Evans Aboge <[email protected]>
Co-authored-by: Charles Wahome <[email protected]>
* trim spaces

* undo trim

* add whitespace validation
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 9, 2021

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

30.8% 30.8% Coverage
0.0% 0.0% Duplication

@Onokaev Onokaev changed the title Release:12-2021 Release:December 2021 Dec 9, 2021
@Onokaev Onokaev changed the title Release:December 2021 Release: December 2021 Dec 9, 2021
@Onokaev Onokaev merged commit 932a672 into master Dec 9, 2021
@ElinorW ElinorW deleted the release/12-2021 branch June 17, 2022 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.