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

Fix: make dry run optional for patch task instance #34568

Merged
merged 5 commits into from
Sep 30, 2023

Commits on Sep 22, 2023

  1. fix: Make dry_run optional per docs

    This fixes an issue where dry_run is not actually and optional parameter
    in the patch task_instance api.
    Calder-Ty committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    616f131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926cbd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix: Make changes for api docs

    This updates the docs and the code so that they are in alignment while
    also being consistent with all other endpoints. All other Endpoints have
    dry run set to be True by default.
    Calder-Ty committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d0b66a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    54c25eb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. fix: Remove dump_default

    Calder-Ty committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    895efde View commit details
    Browse the repository at this point in the history