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

Initial implementation of StatusStream #917

Merged
merged 25 commits into from
Jul 13, 2016

Commits on Jul 8, 2016

  1. Configuration menu
    Copy the full SHA
    f3afbd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489b3dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d001a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d1bb50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c054ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0013cf View commit details
    Browse the repository at this point in the history
  7. Move transaction logic within the deployerService

    This allows us to subscribe to the StatusStream without blocking
    concurrent deploys.
    mwildehahn committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    e6afeea View commit details
    Browse the repository at this point in the history
  8. Warn instead of panicing

    mwildehahn committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1b13ea2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    039659a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. Configuration menu
    Copy the full SHA
    16de76a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c35af63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9843828 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Configuration menu
    Copy the full SHA
    5ef2290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6441b7 View commit details
    Browse the repository at this point in the history
  3. Add -s flag to deploy command

    This will enable the status stream for the command.
    mwildehahn committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    1bfd746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b00ba3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d983d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Ignore errors if we fail to publish

    We'll log these as warnings but we don't want it to disrupt a deploy
    mwildehahn committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    93c8d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c31b7e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a99374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2101c9b View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    mwildehahn committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    dca56bb View commit details
    Browse the repository at this point in the history
  6. Update tests

    mwildehahn committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    6ca0536 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e348ea View commit details
    Browse the repository at this point in the history
  8. Update tests

    mwildehahn committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    b7a854b View commit details
    Browse the repository at this point in the history