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

Support multiple commands #290

Merged
merged 52 commits into from
Mar 23, 2017
Merged

Commits on Mar 7, 2017

  1. Initial implementation of EventBus for multiprocess support

    Supporting more than one "main" application and their various preStart
    behaviors implies they can depend on each other. Rather than making us
    responsible for creating a graph of these dependencies, all components
    will publish and subscribe to events on a top-level EventBus.
    tgross committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    8e75d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a7877f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6199cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d10b42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40ad7fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2405ec8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb93243 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3e115b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Configuration menu
    Copy the full SHA
    6701020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010c4b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    4d7694b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe4d1ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e68f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Configuration menu
    Copy the full SHA
    d5d633f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14eda5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73da49d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8348c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebb1124 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed0ef0e View commit details
    Browse the repository at this point in the history
  7. make the linter a bit happier

    tgross committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    e33a708 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    72cf04b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5266d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54a0dbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22b03e0 View commit details
    Browse the repository at this point in the history
  5. remove unused Pollable code

    tgross committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    f1a5d4d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    9ee9140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa460e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c4d8e3 View commit details
    Browse the repository at this point in the history
  4. fix broken signal test

    tgross committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    2f395cb View commit details
    Browse the repository at this point in the history
  5. make golint happy

    tgross committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    132d1a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

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

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    83b539a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31787de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63672fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    687c568 View commit details
    Browse the repository at this point in the history
  5. testing infrastructure cleanup

    tgross committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    67fdf6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    155af3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bcd063 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3009ad8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    330253a View commit details
    Browse the repository at this point in the history
  10. move ref to log WriteCloser into Command so it's not dropped after ex…

    …ec ends
    
    includes a lot of integration test cleanup around logging
    tgross committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    3338d0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a3cc9d7 View commit details
    Browse the repository at this point in the history
  12. minor logging cleanups

    tgross committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    0ed0c82 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ac2f8c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    81730a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    28ff642 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a917678 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7d5ff2c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e5fe99b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    98496ed View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fd05aad View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    182057e View commit details
    Browse the repository at this point in the history