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

chore(env-checker): add os-info to env-checker telemetry in extension #1259

Merged
merged 1 commit into from
Jun 1, 2021

Conversation

a1exwang
Copy link
Contributor

@a1exwang a1exwang commented Jun 1, 2021

  • Add os.arch and os.release to telemetry properties.
  • To detect some platforms:
    • os.arch == "arm64" for M1 macOS.
    • os.release contains "WSL" from Windows Subsystem for Linux. From an official source. Example: 5.4.72-microsoft-standard-WSL2

https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_queries/query/2ef235af-bf64-4e1e-a595-f548ae6371d8/

@a1exwang a1exwang merged commit 97058c8 into dev Jun 1, 2021
@a1exwang a1exwang deleted the aochengwang/chore/os-info-telemetry branch June 7, 2021 02:58
1yefuwang1 added a commit that referenced this pull request Jun 7, 2021
* test(solution): add test for provision

* fix(solution): add ut for provision and clean up unused code

* test(solution): add test for provision

* fix(solution): add ut for provision

* fix(vsc): update content in quick start (#1222)

* fix(vsc): update content in quick start

* fix(core): update subscription list ui

* fix(vsc): don't show output when load project (#1226)

* fix(vsc): don't show output when load project

* fix(vsc): refine active event

* feat: implement UI in CLI (#1223)

* feat: implement UI in CLI

* fix: convert id/cliName to label in UI

* fix: one VSC bug

* chore: use postinstall instead of prepare

* chore: prepack instead of prepublishOnly

Co-authored-by: Zhiyu You <zhiyou@microsoft.com>

* feat: add action to publish vscode extension to market (#1133)

* fix: update status when play video (#1229)

* Feat/remove repeated code (#1221)

* feat: remove login repeated code

* feat: remove extension memory cache

* fix: filter login log (#1211)

* fix: filter login log

* feat: fix pr comment

* feat: remove login sync (#1209)

* feat: remove login sync

* fix: login test cases

* fix: login test cases

* feat: remove setStatusChange callback (#1206)

* feat: remove setStatusChange callback

* feat: add getStatus

* fix: deploy not find the right parameters (#1230)

Co-authored-by: Zhiyu You <zhiyou@microsoft.com>

* test(simpleauth): wait for url to jump to authentication url with code (#1224)

* test(simpleauth): wait for url to jump to authentication url with code

* test(simpleauth): retriew the headless

* test(simpleauth): fix code

* test(simpleauth): fix ci error

* test(simpleauth): fix ci error

* feat(local-debug): imporve the timing to switch active terminal (#1228)

* test(env-checker): add backend extension install nuget test cases (#1187)

* chore(bot): add checkpoint between app studio call and azure call (#1220)

Co-authored-by: Ivan He <ruhe@microsoft.com>

* chore(bot): constrain HTTP Get for public folder (#1225)

Co-authored-by: Ivan He <ruhe@microsoft.com>

* fix: escape script dir for dotnet install (#1232)

* fix: escape script dir for dotnet install

* test(env-checker): add validation after installing .NET SDK for testing (#1233)

* fix: fix telemetry data loss (#1234)

* chore(doc): add instructions for deleting Free App Service Plan (#1231)

Co-authored-by: Ivan He <ruhe@microsoft.com>

* test(env-checker): add a test case for special characters in dotnet-install script path (#1235)

* test(env-checker): add a test case for special characters in dotnet-install script path

* style: format code

* chore: fix comments

* fix: update e2e test to expose error message (#1239)

* fix(vsc): undefined stack in tooling log (#1240)

* fix(vsc): refine user error output

* fix(vsc): undefine stack log in vsc

* fix: vscodeignore (#1243)

* fix: vscodeignore

* refine

* fix: stdout/stderr TTY (#1241)

* fix: stdout/stderr TTY

* fix: debug log

* fix: use logprovider instead of console in the login part

* fix: npm run watch not copy the index.html

* fix: use white instead of yellow when show login info

* fix: remove `await` in the front of logprovider

Co-authored-by: Zhiyu You <zhiyou@microsoft.com>

* fix(sdk): security issue in "ws" and upgrade to 7.4.6 (#1245)

* fix(sdk): security issue in "ws" and upgrade to 7.4.6

* chore(sdk): add puppeteer

* fix: update telemetry for app studio plugin (#1244)

* fix: add telemetry success message

* chore: add appid for telemetry data

* chore(bot): add desc for bot configs (#1249)

* chore(bot): add desc for bot configs

* chore(bot): add more details for skuName

* chore: config doc

* chore(bot): add bot config into central config.md

Co-authored-by: Ivan He <ruhe@microsoft.com>
Co-authored-by: huajiezhang <huajiezhang@microsoft.com>

* Update the CLI NPM link (#1248)

* test(env-checker): fix skip condition for existing .NET SDK test case (#1254)

* feat: cli login url (#1256)

* feat: cli login url

* fix: pr comment

* fix(apim): increase retry time interval (#1252)

* chore(doc): config file document (#1257)

* chore(doc): config file document

* fix: remove out of date configs for frontend hosting

* chore: word

* chore: doc

* chore: doc

* Update config.md

* fix: add local debug configs

Co-authored-by: zhijie <zhihuan@microsoft.com>
Co-authored-by: Kuojian Lu <kuojianlu@gmail.com>

* fix(bot-template): click "Show profile" in bot app didn't response sometimes (#1255)

* fix(bot-template): click "Show profile" in bot app didn't response sometimes

* fix: add comment and simplify if condition

* fix: also update bot-msgext

Co-authored-by: turenlong <rentu@microsoft.com>

* feat: add telemetry impl for envchecker in func (#1258)

* chore(env-checker): add os info telemetry properties (#1259)

* fix: preset answers will ignore undefined answers (#1260)

Co-authored-by: Zhiyu You <zhiyou@microsoft.com>

* fix: apim need undefined of some questions (#1264)

Co-authored-by: Zhiyu You <zhiyou@microsoft.com>

* fix(local-debug): set skipNgrok, trustDevCert to default value if undefined (#1263)

* fix(solution): add ut for provision azure project

* test(solution): happy path for azure projects

* test(solution): fix overlooked conflict

Co-authored-by: Zihong <zihch@outlook.com>
Co-authored-by: Alive-Fish <15262146+Alive-Fish@users.noreply.github.com>
Co-authored-by: Zhiyu You <zhiyou@microsoft.com>
Co-authored-by: Long Hao <71317774+LongOddCode@users.noreply.github.com>
Co-authored-by: Ning Liu <71362691+nliu-ms@users.noreply.github.com>
Co-authored-by: Tian Yuan <tianyuan@microsoft.com>
Co-authored-by: wenyt <75360946+wenytang-ms@users.noreply.github.com>
Co-authored-by: qinezh <qinezh@users.noreply.github.com>
Co-authored-by: Alex Wang <a1exwang@users.noreply.github.com>
Co-authored-by: Ivan Jobs <ivan1377@163.com>
Co-authored-by: Ivan He <ruhe@microsoft.com>
Co-authored-by: Meifans Zhao <pengfeizhao@microsoft.com>
Co-authored-by: chagong <chagon@microsoft.com>
Co-authored-by: Huajie Zhang <zhjay23@qq.com>
Co-authored-by: Ning Tang <nintan@microsoft.com>
Co-authored-by: huajiezhang <huajiezhang@microsoft.com>
Co-authored-by: Junjie Li <jj.muyang@gmail.com>
Co-authored-by: Xiaofu Huang <xiaofhua@microsoft.com>
Co-authored-by: zhijie <zhihuan@microsoft.com>
Co-authored-by: Kuojian Lu <kuojianlu@gmail.com>
Co-authored-by: rentu <5545529+SLdragon@users.noreply.github.com>
Co-authored-by: turenlong <rentu@microsoft.com>
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.

3 participants