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 logs command to stream task logs #1444

Merged
merged 16 commits into from
Jul 25, 2016
Merged

Nomad logs command to stream task logs #1444

merged 16 commits into from
Jul 25, 2016

Commits on Jul 25, 2016

  1. initial log api impl

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    cc0fec5 View commit details
    Browse the repository at this point in the history
  2. initial api and command

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    2530f7b View commit details
    Browse the repository at this point in the history
  3. tests

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    065cf09 View commit details
    Browse the repository at this point in the history
  4. Fix buffer reuse

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    53f1989 View commit details
    Browse the repository at this point in the history
  5. Read from correct offset

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    4cf65d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac1cfd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cb4f76 View commit details
    Browse the repository at this point in the history
  8. fix indents

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    efc4700 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fff91cf View commit details
    Browse the repository at this point in the history
  10. Support non-following logs

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    b65fd26 View commit details
    Browse the repository at this point in the history
  11. log tests

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    f22e228 View commit details
    Browse the repository at this point in the history
  12. Handle skipping indexes

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    f3a71e0 View commit details
    Browse the repository at this point in the history
  13. Add logs command test

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    2a32e83 View commit details
    Browse the repository at this point in the history
  14. small fixes

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    cbcb320 View commit details
    Browse the repository at this point in the history
  15. control-c works

    dadgar committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    67fe934 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0b9449f View commit details
    Browse the repository at this point in the history