-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Dashboard]: add send telemetry to admin settings #7732
Conversation
Codecov Report
@@ Coverage Diff @@
## main #7732 +/- ##
=========================================
+ Coverage 8.63% 10.20% +1.57%
=========================================
Files 33 18 -15
Lines 2339 1009 -1330
=========================================
- Hits 202 103 -99
+ Misses 2133 905 -1228
+ Partials 4 1 -3
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
/werft run 👍 started the job as gitpod-build-sje-installation-admin-dashboard.3 |
7620919
to
38221c8
Compare
/werft run 👍 started the job as gitpod-build-sje-installation-admin-dashboard.7 |
0146564
to
4ffc7dd
Compare
ca8094d
to
fa64af9
Compare
009d6a8
to
0951ced
Compare
/assign @gitpod-io/engineering-webapp |
12fbca4
to
24aea53
Compare
Request changes made |
components/server/src/installation-admin/installation-admin-controller.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @mrsimonemms 🚀
I left two more nits, but feel free to ignore to proceed here!
LGTM label has been added. Git tree hash: bbd9a19ca4bec142f1ed26d44a299b1131e68f82
|
24aea53
to
9e9672f
Compare
@geropl nits fixed |
/lgtm |
LGTM label has been added. Git tree hash: 6271ab208f8968504a76720a3a148d9360d078f9
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: geropl, gtsiolis Associated issue: #7591 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Description
This adds the "send telemetry" checkbox to the Admin dashboard and sets the default option to
true
- the front-end for #7591It also moves the
guardAdminAccess
method from the EEgitpod-server-impl.ts
to the one insrc
. This is because we're going to open up more dashboard administrative options to users regardless of whether they have an enterprise license or not - clearly, the option to disable telemetry should be available to all users.Related Issue(s)
Fixes #7573
How to test
Go to the Dashboard -> Settings and click the "send telemetry" checkbox
Release Notes
Documentation