Permalink
Commits on Oct 14, 2017
  1. Merge pull request #1396 from jaythomas/editorconfig

    mose committed Oct 14, 2017
    chore(*) add editorconfig
Commits on Oct 13, 2017
  1. chore(*) add editorconfig

    jaythomas committed Oct 13, 2017
Commits on Oct 11, 2017
  1. Merge pull request #1395 from Eliada/patch-1

    mose committed Oct 11, 2017
    Update mocha call to prevent deprecation warning
Commits on Oct 6, 2017
  1. Update mocha call to prevent deprecation warning

    Eliada committed Oct 6, 2017
    the --compilers flag is deprecated and will be removed in a future version of Mocha
    https://github.com/mochajs/mocha/wiki/compilers-deprecation
    
    Using the --require flag instead
Commits on Sep 16, 2017
  1. Merge pull request #1390 from slawekzachcial/robot-helpers-delegation

    mose committed Sep 16, 2017
    Fix robot helpers delegation to adapter and events
  2. Merge branch 'master' into robot-helpers-delegation

    mose committed Sep 16, 2017
  3. Merge pull request #1391 from rodrigoaguilera/patch-1

    mose committed Sep 16, 2017
    Add Note about the free redis plans of heroku
  4. Add Note about the free redis plans of heroku

    rodrigoaguilera committed Sep 16, 2017
Commits on Sep 9, 2017
  1. Fix robot helpers delegation to adapter and events

    slawekzachcial committed Sep 9, 2017
    Robot 'send', 'reply', 'messageRoom' methods delegate invocations to
    adapter but using as 'this' the robot instead of the adapter.
    Robot 'on', 'emit' methods delegate invocations to events but using as
    'this' the robot instead of the events.
Commits on Aug 5, 2017
  1. Merge pull request #1381 from coryallegory/master

    mose committed Aug 5, 2017
    Update azure brain instructions and add package-lock tip
  2. Merge branch 'master' into master

    mose committed Aug 5, 2017
  3. Merge pull request #1372 from lornajane/bluemix-docs

    mose committed Aug 5, 2017
    Updating docs for deploying to Bluemix
Commits on Aug 4, 2017
  1. docs(azure): Update azure brain instructions and include package-lock…

    coryallegory committed Aug 4, 2017
    … troubleshooting tip
Commits on Jul 19, 2017
  1. Linking all deployment instructions from main page

    lornajane committed Jul 19, 2017
Commits on Jun 29, 2017
  1. fix: engines syntax fix for npm@2 (beb8dca)

    gr2m committed Jun 29, 2017
  2. Merge pull request #1364 from hubotio/1363/engines-fix

    gr2m committed Jun 29, 2017
    package.json: engines syntax fix for npm@2
  3. chore(package): engines syntax fix for npm@2

    gr2m committed Jun 29, 2017
Commits on Jun 28, 2017
  1. Merge pull request #1361 from hubotio/evolution/6/semantic-release

    gr2m committed Jun 28, 2017
    semantic-release setup
  2. feat: `require(hubot/es2015)` exports native ECMAScript 2015 classes

    gr2m committed Jun 28, 2017
    BREAKING CHANGE: node@0.10 and node@0.12 are no longer supported
    BREAKING CHANGE: Deep requires like `require(hubot/src/adapter)` are no longer supported, use `require(hubot).Adapter` instead.
    BREAKING CHANGE: `Middleware.ticker()` has been removed. Use `process.nextTick()` instead.
  3. test(2e2): increase timeout from 10s to 30s

    gr2m committed Jun 28, 2017
  4. chore(package): publish with @next dist-tag

    gr2m committed Jun 26, 2017
Commits on Jun 27, 2017
  1. refactor(es2015): simplify testability of `loadBot()`

    gr2m committed Jun 25, 2017
  2. test: `require('hubot/es2015')`

    gr2m committed Jun 25, 2017
Commits on Jun 26, 2017
  1. Merge pull request #1358 from hubotio/package-engines-update

    gr2m committed Jun 26, 2017
    update node/npm versions to LTS in "engines"
  2. chore(package): update node/npm versions to LTS in `"engines"`

    gr2m committed Jun 25, 2017
  3. Merge pull request #1360 from hubotio/evolution/4/e2e-test

    gr2m committed Jun 26, 2017
    end-to-end test for "yo hubot"
  4. chore(travis): run e2e test in after_script

    gr2m committed Jun 25, 2017
  5. test: end-to-end hubot app

    gr2m committed Jun 25, 2017