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

[Backport 1.7.latest] Update parser to support conversion metrics #9173 #9255

Merged
merged 8 commits into from
Dec 11, 2023

Commits on Dec 7, 2023

  1. Move minimum DSI version to 0.4.2

    We're backporting a feature "conversion metrics" to 1.7. Conversion
    metrics don't exist in DSI < 0.4.2 which is problematic if we allow
    for those versions. This ensures that those who are on a version of
    1.7 that supports conversion metrics will also have the requisit version
    of DSI.
    QMalcolm committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    da506c7 View commit details
    Browse the repository at this point in the history
  2. added ConversionTypeParams classes

    WilliamDee authored and QMalcolm committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    760bf7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    816f997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90258f5 View commit details
    Browse the repository at this point in the history
  5. added tests

    WilliamDee authored and QMalcolm committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    005fcb1 View commit details
    Browse the repository at this point in the history
  6. added changelog

    WilliamDee authored and QMalcolm committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c5e9b68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0cc16e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a12308 View commit details
    Browse the repository at this point in the history