Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

[WIP] Task Driver Plugin Support for Nomad 0.9.x+ #17

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    9483488 View commit details
    Browse the repository at this point in the history
  2. fmt: container.go

    justenwalker committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    2891c69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60ae414 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    fda3149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db37d35 View commit details
    Browse the repository at this point in the history
  3. metrics: keep track of performance counters

    - Keep track of all the performance counters so they can be queried
    later by other packages such as the Nomad Task Driver plugin
    justenwalker committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    cc517a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. container/process: refactor container api

    - Wait semantics are more managable
    - Containers are started by RunContained returning a running container
    - Can send shutdown signal to container explicitly via function call
    with timeout/delay before hard kill
    - Can wait for a container to be done and return results
    justenwalker committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    7701215 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    ea95a86 View commit details
    Browse the repository at this point in the history
  2. plugin: wip

    justenwalker committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    596ac5e View commit details
    Browse the repository at this point in the history