-
Notifications
You must be signed in to change notification settings - Fork 37
Analytics V2 Release #1709
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
base: master
Are you sure you want to change the base?
Analytics V2 Release #1709
Conversation
f8511e0 to
b0a4e67
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1709 +/- ##
==========================================
+ Coverage 87.11% 87.13% +0.01%
==========================================
Files 780 781 +1
Lines 17767 17794 +27
Branches 3716 3640 -76
==========================================
+ Hits 15477 15504 +27
- Misses 2215 2226 +11
+ Partials 75 64 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f74d090 to
fc56c9b
Compare
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.
Great work!
| )} | ||
|
|
||
| {enableAnalyticsPage && enterpriseAppPage === ROUTE_NAMES.analytics && ( | ||
| {enableAnalyticsPage && enterpriseAppPage === ROUTE_NAMES.analytics_v1 && features.ADMIN_V1 && ( |
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.
I think we no longer need the analytics-v1 route. It can be removed. The only required route now is analytics.
| }); | ||
|
|
||
| it('renders AnalyticsV2Page when ANALYTICS_SUPPORTED is true', () => { | ||
| it('renders AnalyticsV2Page when ANALYTICS_SUPPORTED and ADMIN_V1 is true', () => { |
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.
Similarly, this test will no longer be required once we remove the ADMIN_V1 feature flag check.
| export const ROUTE_NAMES = { | ||
| analytics: 'analytics', | ||
| analytics_v2: 'analytics-v2', | ||
| analytics_v1: 'analytics-v1', |
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.
This can be removed as well since we no loner need analytics-v1 route
feat: analytics v2 onboarding flow feat: analytics v2 new feature notification
fc56c9b to
a59d4c7
Compare
Description: Enable analytics v2, add onboarding flow and new feature notification.
JIRA:
For all changes
Only if submitting a visual change