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

Cleanup ctxgroup goprocess #1385

Merged
merged 6 commits into from
Jul 5, 2015
Merged

Commits on Jul 4, 2015

  1. Remove ctxcloser

    License: MIT
    Signed-off-by: rht <rhtbot@gmail.com>
    rht committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    5bfd694 View commit details
    Browse the repository at this point in the history
  2. Replace ctxgroup.ContextGroup -> goprocess.Process

    License: MIT
    Signed-off-by: rht <rhtbot@gmail.com>
    rht committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    330b213 View commit details
    Browse the repository at this point in the history
  3. Change Process interface into object variable

    License: MIT
    Signed-off-by: rht <rhtbot@gmail.com>
    rht committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    007a12e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2015

  1. Update goprocess godep

    License: MIT
    Signed-off-by: rht <rhtbot@gmail.com>
    rht committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    bcae839 View commit details
    Browse the repository at this point in the history
  2. Use WithContextAndTeardown whenever possible

    License: MIT
    Signed-off-by: rht <rhtbot@gmail.com>
    rht committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    0ceac5d View commit details
    Browse the repository at this point in the history
  3. Make sure process context is set last

    License: MIT
    Signed-off-by: rht <rhtbot@gmail.com>
    rht committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    3daf749 View commit details
    Browse the repository at this point in the history