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(middleware): Return a promise that resolves when middleware stack done #1339

Closed
wants to merge 11 commits into from

Commits on May 22, 2017

  1. feat(middleware): Return a promise that resolves when middleware stac…

    …k done
    timkinnane committed May 22, 2017
    Configuration menu
    Copy the full SHA
    29fba0f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. fix(middleware): Add es6-promise to polyfill node promise support

    Builds in node 0.10.x were failing due to lack of promise support
    
    1339
    timkinnane committed May 23, 2017
    Configuration menu
    Copy the full SHA
    a0cc04e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2806278 View commit details
    Browse the repository at this point in the history
  3. docs(middleware): Update with promise return info

    timkinnane committed May 23, 2017
    Configuration menu
    Copy the full SHA
    12bdbfa View commit details
    Browse the repository at this point in the history
  4. fix(middleware): Wrap all execute logic in promise

    Allows rejecting if middleware throws
    
    related hubotio#1339
    timkinnane committed May 23, 2017
    Configuration menu
    Copy the full SHA
    944f292 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Merge branch 'master' into middleware-promises

    timkinnane committed May 30, 2017
    Configuration menu
    Copy the full SHA
    622becd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. fix(middleware): Allow middleware to resolve early

    timkinnane committed May 31, 2017
    Configuration menu
    Copy the full SHA
    d92385e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Merge branch 'master' into middleware-promises

    # Conflicts:
    #	src/middleware.coffee
    #	src/response.coffee
    #	src/robot.coffee
    #	test/middleware_test.coffee
    
    Migrated promise features from removed coffee into js
    timkinnane committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    59a74b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. build(standardjs): Exclude mocha globals from standardjs definition c…

    …heck
    timkinnane committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    903615f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d3de5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into middleware-promises

    timkinnane committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    76b0d61 View commit details
    Browse the repository at this point in the history