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

Nomad Constructor Jobs and Dispatch #2128

Merged
merged 27 commits into from
Jan 5, 2017
Merged

Nomad Constructor Jobs and Dispatch #2128

merged 27 commits into from
Jan 5, 2017

Commits on Nov 23, 2016

  1. Dispatch structs

    dadgar committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    22d494f View commit details
    Browse the repository at this point in the history
  2. Parse

    dadgar committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    35d274d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. dispatch beginning

    dadgar committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    14de95f View commit details
    Browse the repository at this point in the history
  2. Snappy + Dispatch name change

    Change the generated name to timestamp + 8 characters of UUID
    Add Snappy compression to the input
    dadgar committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    4d3af38 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Decompress

    dadgar committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    d978c00 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Remove paused

    dadgar committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    b05b729 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. agent tests

    dadgar committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    9dc2f63 View commit details
    Browse the repository at this point in the history
  2. Dispatch tests

    dadgar committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    990f3f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. start of the cli command

    dadgar committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    2868a77 View commit details
    Browse the repository at this point in the history
  2. Dispatch command

    dadgar committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    ef778d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Add structs

    dadgar committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    a38ade9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Children summary

    dadgar committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    50d953c View commit details
    Browse the repository at this point in the history
  2. Handle the delete case

    dadgar committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    a6cd59d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

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

Commits on Dec 14, 2016

  1. summary tests

    dadgar committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    967d6a6 View commit details
    Browse the repository at this point in the history
  2. Rename structs

    dadgar committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    e495eec View commit details
    Browse the repository at this point in the history
  3. dispatch help

    dadgar committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    2ba26fc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Children fixes + nomad status outputs summaries

    Children object is always initialized instead of lazily.
    `nomad status` outputs children summaries and has specialized view for
    constructor jobs.
    dadgar committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    bf9355a View commit details
    Browse the repository at this point in the history
  2. JobDiff

    dadgar committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    69b1adc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    e80cecf View commit details
    Browse the repository at this point in the history
  2. fix tests

    dadgar committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    497ff61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb10b27 View commit details
    Browse the repository at this point in the history
  4. Client writes payload to disk

    dadgar committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    d1ecd38 View commit details
    Browse the repository at this point in the history
  5. Require batch

    dadgar committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    c308ef7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. ensure file doesn't escape

    dadgar committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    732cce5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    c2cb2cc View commit details
    Browse the repository at this point in the history
  2. Fix test

    dadgar committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    6f2e752 View commit details
    Browse the repository at this point in the history