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

DM-39902: add support for deprecating connections and connection templates #351

Merged
merged 4 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    320e89a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484ee8c View commit details
    Browse the repository at this point in the history
  3. Add support for deprecating connection templates.

    This intentionally just deprecates the corresponding config entry,
    keeping those config fields from being written.  The expectation is
    that deprecated templates may be used in also-deprecated connections
    without emitting another warning, and then both can be removed
    together.
    TallJimbo committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    dd9a000 View commit details
    Browse the repository at this point in the history
  4. Remove unused 'type: ignore' directives.

    Quantum's attributes have flopped about a bit lately between 'list' and
    'tuple' before settling on 'Sequence'.
    TallJimbo committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    24550ee View commit details
    Browse the repository at this point in the history