-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(templates): Remove templates #19300
Conversation
ec9fd3b
to
ccb2c94
Compare
274acaf
to
75ad7ef
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.
Looks good to me!
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, very thorough. are those js files at the top of the file list generated? the spacing in them is odd
// } | ||
|
||
async getCreateDashboardItem(item){ | ||
async getCreateDashboardItem(item){ | ||
return await this.driver.findElement(By.css(`[data-testid^=add-resource-dropdown--][id='${item}']`)); | ||
} | ||
|
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.
what's up with the spacing in this file?
dae9342
to
6c988a8
Compare
6c988a8
to
5d0d041
Compare
…ce new templates page behind feature flag
5d0d041
to
1f0f91e
Compare
1f0f91e
to
59746f0
Compare
This reverts commit 543bbd1.
Closes #7609
Removed places in the UI where we enable imports and exports from 'old' templates.
Kept code for creating dashboards and variables from 'old' templates, because the UI still uses 'old' templates to create dashboards for telegraf configs and for demodata.
kept the
@influxdb/influxdb-templates
dependency because the UI still uses them to create dashboards for telegraf configs.