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

Embedding config into context #1481

Merged
merged 21 commits into from
Sep 11, 2019
Merged

Embedding config into context #1481

merged 21 commits into from
Sep 11, 2019

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    f214369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb2277a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70184b View commit details
    Browse the repository at this point in the history
  4. Ensure the context config key can be accessed with standard DotDict

    attribute access.
    
    I dunno add more as_nested_dict calls
    
    Explicitly create new context object yo
    
    Force convert everything to a dotdict all the way down
    
    All tests pass for the new config -> context embedding
    
    Add test for cloud flow runner initializing a cloud task runner
    
    Special case the config key when updating context
    cicdw committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    2e47d9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f19e873 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b18b99d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4fc7e9 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    cicdw committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    31f7c5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a31cae View commit details
    Browse the repository at this point in the history
  10. Preserve config only for the prefect base logger, otherwise use the *…

    …prefect* get_logger function
    cicdw committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f3b8663 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b3e2dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59b4fab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    19c0b0c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b4e05c7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    429cbcb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e6164f7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6d0b726 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f2d94a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    e0188dd View commit details
    Browse the repository at this point in the history
  2. Add similar remote machine configration test for the cloud runners ju…

    …st to be extra safe
    cicdw committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    c428df8 View commit details
    Browse the repository at this point in the history
  3. Update src/prefect/utilities/configuration.py

    Co-Authored-By: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
    cicdw and jlowin authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    1fc541d View commit details
    Browse the repository at this point in the history