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

refactor(task): remove explicit org from run/log lookup #11958

Merged
merged 1 commit into from
Feb 16, 2019

Commits on Feb 16, 2019

  1. refactor(task): remove explicit org from run/log lookup

    Task ID is now a required value on run and log filters. It was
    effectively required by all implementations before anyway, so now those
    types reflect that requirement.
    
    Organization ID was removed from those same fields. The TaskService
    looks up the organization ID via the task in cases where we need it at a
    lower layer.
    mark-rushakoff committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    ac612c0 View commit details
    Browse the repository at this point in the history