-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Commits on May 22, 2017
-
feat(middleware): Return a promise that resolves when middleware stac…
…k done
timkinnane committedMay 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 29fba0f - Browse repository at this point
Copy the full SHA 29fba0fView commit details
Commits on May 23, 2017
-
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 committedMay 23, 2017 Configuration menu - View commit details
-
Copy full SHA for a0cc04e - Browse repository at this point
Copy the full SHA a0cc04eView commit details -
refactor(middleware): Use recommended es6-promise polyfill method
timkinnane committedMay 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 2806278 - Browse repository at this point
Copy the full SHA 2806278View commit details -
docs(middleware): Update with promise return info
timkinnane committedMay 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 12bdbfa - Browse repository at this point
Copy the full SHA 12bdbfaView commit details -
fix(middleware): Wrap all execute logic in promise
Allows rejecting if middleware throws related hubotio#1339
timkinnane committedMay 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 944f292 - Browse repository at this point
Copy the full SHA 944f292View commit details
Commits on May 30, 2017
-
Merge branch 'master' into middleware-promises
timkinnane committedMay 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 622becd - Browse repository at this point
Copy the full SHA 622becdView commit details
Commits on May 31, 2017
-
fix(middleware): Allow middleware to resolve early
timkinnane committedMay 31, 2017 Configuration menu - View commit details
-
Copy full SHA for d92385e - Browse repository at this point
Copy the full SHA d92385eView commit details
Commits on Jun 29, 2017
-
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 committedJun 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 59a74b5 - Browse repository at this point
Copy the full SHA 59a74b5View commit details
Commits on Jul 14, 2017
-
build(standardjs): Exclude mocha globals from standardjs definition c…
…heck
timkinnane committedJul 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 903615f - Browse repository at this point
Copy the full SHA 903615fView commit details -
test(response): Add unit tests for response method promise features
timkinnane committedJul 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 58d3de5 - Browse repository at this point
Copy the full SHA 58d3de5View commit details -
Merge branch 'master' into middleware-promises
timkinnane committedJul 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 76b0d61 - Browse repository at this point
Copy the full SHA 76b0d61View commit details