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

feat(util:context) adds extended context interface #68

Closed
wants to merge 20 commits into from
Closed

Commits on Sep 14, 2014

  1. feat(util:ctx) add enhanced context

    * exposes LogError method
    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    96708e5 View commit details
    Browse the repository at this point in the history
  2. docs(util:ctx) interface

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    8a7fee7 View commit details
    Browse the repository at this point in the history
  3. fix(util:ctx) impl goctx.Background(), goctx.CancelFunc

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    8ab6511 View commit details
    Browse the repository at this point in the history
  4. style(util:ctx) inline

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    333770f View commit details
    Browse the repository at this point in the history
  5. style(util:ctx) share more code

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    4aa4df2 View commit details
    Browse the repository at this point in the history
  6. feat(util:ctx) impl WithErrorLog factory method

    errors are piped to parent when parent instantiates a context with:
    
        WithErrorLog
    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    c00b755 View commit details
    Browse the repository at this point in the history
  7. style(util:ctx) improve readability

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    de77e54 View commit details
    Browse the repository at this point in the history
  8. docs(util:ctx) explain ctx generator func

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    0a22cb2 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into ipfs-context

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    95ce6c2 View commit details
    Browse the repository at this point in the history
  10. docs(util:ctx) clarify

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    95fba28 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into ipfs-context

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    4cb841d View commit details
    Browse the repository at this point in the history
  12. tests(util:ctx) improve Timeout test

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    5f538e9 View commit details
    Browse the repository at this point in the history
  13. test(util:ctx) improve deadline test

    exercise inheritance through error logging context
    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    c05588c View commit details
    Browse the repository at this point in the history
  14. style(util:ctx:test) share code

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    bf3dbf3 View commit details
    Browse the repository at this point in the history
  15. tests(util:ctx) child gets values from parent

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    6c0a037 View commit details
    Browse the repository at this point in the history
  16. style(util:ctx) refine test

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    3d6dff0 View commit details
    Browse the repository at this point in the history
  17. style(util:ctx) move private helper func to bottom

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    c71bbcb View commit details
    Browse the repository at this point in the history
  18. style(util:ctx) rename for clarity

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    335539e View commit details
    Browse the repository at this point in the history
  19. test(util:ctx) demonstrate go.net.ctx interop

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    7a9db43 View commit details
    Browse the repository at this point in the history
  20. feat(util:ctx) add wrapper for go.net TODO ctx

    Brian Tiger Chow committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    d4c9bab View commit details
    Browse the repository at this point in the history