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

Persist shell adapter history between invocations of hubot #800

Merged
merged 26 commits into from
Dec 5, 2014

Commits on Oct 21, 2014

  1. Configuration menu
    Copy the full SHA
    1f12647 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. Add history command

    technicalpickles committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    d49b131 View commit details
    Browse the repository at this point in the history
  2. Make history size configurable, and default to 1024, for reasons. Als…

    …o, don't use maxDiskLength because it's not settable for readline-history
    technicalpickles committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    5e0c98e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d447398 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. Configuration menu
    Copy the full SHA
    c10de79 View commit details
    Browse the repository at this point in the history
  2. Fix bug where @pingIntervalId is not being held

    setupExpress() assigns @pingIntervalId but then it is being reset to null
    right after.
    rantrix authored and technicalpickles committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    ac51e29 View commit details
    Browse the repository at this point in the history
  3. Allow preceding whitespace for robot.respond

    Sometimes when copying and pasting hubot commands, one might unintentionally
    introduce whitespace before the Hubot's name. This commit allows the robot
    to respond even if the name is prefixed by an arbitrary amount of whitespace.
    ahayworth authored and technicalpickles committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    f82e3d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7540fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f47af3 View commit details
    Browse the repository at this point in the history
  6. Fix package.json

    technicalpickles committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    55b949d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdf6229 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45d6698 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d04f02c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    785d826 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3868a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a582cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cbbaed7 View commit details
    Browse the repository at this point in the history
  14. minor spelling fix

    Ben Odom authored and technicalpickles committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    febd023 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ae5369e View commit details
    Browse the repository at this point in the history
  16. Update README.md

    converted lingering reference to bender to myhubot
    joe authored and technicalpickles committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    16c9c65 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a4ed69d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    08579ba View commit details
    Browse the repository at this point in the history
  19. Support shell user name and id from the env

    Also changes the type of the user.id property, this should be an integer to match campfire.
    Keith Duncan authored and technicalpickles committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    b96067a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    51d5ca8 View commit details
    Browse the repository at this point in the history
  21. Merge master

    technicalpickles committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    37651c9 View commit details
    Browse the repository at this point in the history
  22. Fix ENV to env

    technicalpickles committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    c1faced View commit details
    Browse the repository at this point in the history