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-46599: Deprecate old query system behavior #1096

Merged
merged 19 commits into from
Oct 16, 2024
Merged

DM-46599: Deprecate old query system behavior #1096

merged 19 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    85c43ba View commit details
    Browse the repository at this point in the history
  2. Deprecate materialize

    dhirving committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7236022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dafcd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbc366a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01328f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2460a2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebb2a81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42cd790 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49cdab9 View commit details
    Browse the repository at this point in the history
  10. Fix spurious warnings about regex

    This was also flagging globs when it shouldn't have been
    dhirving committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    950985e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    41334ed View commit details
    Browse the repository at this point in the history
  12. Deprecate htm/healpix data IDs

    In the new query system, this functionality can be expressed more clearly using region overlaps.
    dhirving committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7a64701 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7c532b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bdd2355 View commit details
    Browse the repository at this point in the history
  15. Handle deprecation in query-datasets test

    Collections and dataset type arguments are becoming mandatory, so add them to tests that were using the default 'all' values.
    dhirving committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    06da447 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c094e69 View commit details
    Browse the repository at this point in the history
  17. Tweak deprecation messages

    dhirving committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    25be264 View commit details
    Browse the repository at this point in the history
  18. Add towncrier

    dhirving committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2ab58b0 View commit details
    Browse the repository at this point in the history
  19. Add exception for query-dimension-records offset

    The --offset parameter to query-dimension-records was changed to be silently ignored in DM-45556.  It can't be brought back without going back to the old query system.
    
    We are removing this entirely soon, and it's better to flag the problem to the user than silently ignore what they asked for.
    
    Also added a little more information to a similar information that was being thrown from query-data-ids.
    dhirving committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    84cf62c View commit details
    Browse the repository at this point in the history