Jeramy Soucy
Jeramy Soucy
Hi @najmiehsa. I think you are on the right track with the screenshot comparison tests. Your expected difference will be the maximum allowable difference, e.g. 25% would be 0.25. You...
@najmiehsa To build Kibana you can bootstrap with yarn by executing `yarn kbn bootstrap`, and then run this node script: `node scripts/build_kibana_platform_plugins`. If you see an error when bootstrapping, you...
Please add missing "xpack.reporting.encryptionKey" setting to "Security settings in Kibana" doc page
> do we still need this issue? @tsullivan Not sure. @legrego closed a PR back in Sept, but I don't have full context/reason for not moving forward. Joe had a...
> Indeed, the upgrade is not needed in this PR. I put it on this PR to avoid manually testing the connectors again when we upgrade the libraries. Any concerns...
> I do, however, see a use case in the CI stats performance metrics APM client. > [kibana/packages/kbn-ci-stats-performance-metrics/src/apm_client.ts](https://github.com/elastic/kibana/blob/ed2e59fea95b39dcc853f948ce122544515370f0/packages/kbn-ci-stats-performance-metrics/src/apm_client.ts#L53) > But I don't think this would be subject to a redirect....
> It looks like the only axios use case in Fleet does not use the auth property. Also, confirmed this with Fleet. > "we don't use Axios except for that...
@cnasikas What is the risk/effort to backport this to 8.14 and 7.17? I assume 8.14 wouldn't be too bad, but 7.17 could be considerably more risky.
> PR for 8.14 https://github.com/elastic/kibana/pull/184091. I tried for 7.17 but the conflicts are too many. We would have to do it manually again. Is it something you would like us...
Would it makes sense to perform the manual testing portion of this work after the `axios` version upgrade? Or make all the changes, including the `axios` upgrade, in a single...