mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Epic link: https://github.com/elastic/kibana-team/issues/720 ## Summary This PR solves a problem in Reporting code, in that most functional tests and API integration tests that cover PDF functionality were referencing the deprecated `printable_pdf` export type. As of this PR, the tests now use the `printable_pdf_v2` export type. List of clean up changes: * Fully remove PNGV1 (leftovers from #162517) * Update tests and documentation to use PDFV2 * Allow users to see removed types in the listing and download reports for removed types. This makes it possible to see `csv` and `png` job types in the current version, even though it's not possible to create new jobs of those types. Context: the reporting plugin has two deprecated export types which are still active in the code: * `printable_pdf` - this is actively replaced with `printable_pdf_v2' * `csv_searchsource` - this is replaced with `csv_v2' for certain applications such as ES|QL export. For general CSV export, `csv_v2' is currently only offered as an API`. ### Checklist Delete any items that are not applicable to this PR. - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
api | ||
canvas | ||
concepts | ||
dev-tools | ||
developer | ||
development/plugins/expressions/public | ||
discover | ||
fleet | ||
getting-started | ||
management | ||
maps | ||
migration | ||
observability | ||
osquery | ||
playground | ||
settings | ||
setup | ||
siem | ||
spaces | ||
user | ||
accessibility.asciidoc | ||
action-type-template.asciidoc | ||
CHANGELOG.asciidoc | ||
gs-index.asciidoc | ||
index.asciidoc | ||
index.x.asciidoc | ||
landing-page.asciidoc | ||
limitations.asciidoc | ||
migration.asciidoc | ||
redirects.asciidoc | ||
rule-type-template.asciidoc | ||
template.asciidoc |