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

Fixes #37062 - Rename pulpcore::telemetry to pulpcore::analytics #326

Merged

Commits on Jan 18, 2024

  1. Fixes #37062 - Rename pulpcore::telemetry to pulpcore::analytics

    Pulp changed the setting name to ANALYTICS. The original name
    TELEMETRY is deprecated and could be removed in the future.
    wbclark committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2adae52 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Also move default analytics setting test to unit tests

    A separate test is necessary for the default, because we don't omit
    the setting but rather comment it for discoverability. But we don't
    really need to test if any behaviors change by including a commented
    line (the file already includes many comments) so a unit test should
    suffice for that case.
    wbclark committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bcd01e1 View commit details
    Browse the repository at this point in the history