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

Add support for exec "service-context" #957

Merged
merged 11 commits into from
Jul 17, 2023
Merged

Commits on Jun 26, 2023

  1. Add support for exec "context"

    This is Pebble PR canonical/pebble#246
    
    Also add working_dir field to pebble.Service and flesh out types for
    HttpDict, TcpDict, and ExecDict.
    benhoyt committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0294f7d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    8f68a98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31926c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 10, 2023

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

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    273330e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1545ee View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Error if exec used with service_context on Juju that doesn't support it

    It will be supported on Juju 3.1.6+ and 3.2.1+ and 3.3+
    benhoyt committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    15831c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3432745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d024ce8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Simplify per John's feedback

    benhoyt committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    001b16a View commit details
    Browse the repository at this point in the history