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

[Reporting] remove legacy pdf shim #121369

Merged
merged 6 commits into from
Dec 21, 2021

Conversation

tsullivan
Copy link
Member

@tsullivan tsullivan commented Dec 16, 2021

Summary

Closes #120192

Checklist

Delete any items that are not applicable to this PR.

For maintainers

Release note:

Breaking change: POST URLs generated for PDF reports in Kibana 6.2 will no longer work. Please regenerate the POST URLs that you need for automating reports.

@tsullivan tsullivan requested review from a team as code owners December 16, 2021 00:42
@tsullivan tsullivan added Breaking Change release_note:breaking (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead Team:AppServicesUx technical debt Improvement of the software architecture and operational architecture labels Dec 16, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServicesUx)

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-reporting-services (Team:Reporting Services)

objects: relativeUrls.map((u) => ({ relativeUrl: u })),
// return the payload
return {
...jobParams,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed this should have isDeprecated: true since we have a V2 type for this. I'm leaving that as a separate issue: #121365

@@ -110,7 +110,7 @@ describe('Handle request to generate', () => {
"kibana_name": undefined,
"max_attempts": undefined,
"meta": Object {
"isDeprecated": false,
"isDeprecated": undefined,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not exactly correct (should be true since there is a V2 type), but is related to #121365

import { ReportingUsageStats } from '../services/usage';

// These all have the domain name portion stripped out. The api infrastructure assumes it when we post to it anyhow.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review note: Now that the shim is removed, this URLs are only used in this file, so I removed the entire GenerationUrls service to inline the URLs in this file.

Copy link
Contributor

@vadimkibana vadimkibana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Core review only, LGTM.

@tsullivan
Copy link
Member Author

@elasticmachine merge upstream

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@tsullivan tsullivan merged commit d6fe658 into elastic:main Dec 21, 2021
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Dec 21, 2021
@tsullivan tsullivan deleted the reporting/pdf-shim-removal branch December 21, 2021 18:29
gbamparop pushed a commit to gbamparop/kibana that referenced this pull request Jan 12, 2022
* [Reporting] remove legacy pdf shim

* remove supporting files for deprecated type

* cleanup generation URLs that are only used for usage

* fix ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting Breaking Change (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead release_note:breaking technical debt Improvement of the software architecture and operational architecture v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Reporting] Compatibility shim for generating PDF reports using 6.2 URLs can be removed.
5 participants