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

write-host now sends output to hipchat in real-time #12

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Dec 13, 2011

  1. Updated AutoBotHost and PowerShellRunner so that write-host displays …

    …output in hipchat during script execution so it can update processing status.
    mikeclayton committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    99f1524 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2013

  1. Configuration menu
    Copy the full SHA
    60842f1 View commit details
    Browse the repository at this point in the history
  2. Cleanup of HipChatSession - moved into separate namespace and made lo…

    …gger part of constructor
    mikeclayton committed Mar 2, 2013
    Configuration menu
    Copy the full SHA
    b6e12e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d71dae View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2013

  1. started to unpick the deep coupling between script engine and chat cl…

    …ient, added IChat* interfaces
    mikeclayton committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    1cdb123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81bd820 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4763095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d980d66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e835b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2013

  1. Configuration menu
    Copy the full SHA
    891783e View commit details
    Browse the repository at this point in the history
  2. redistributed code so PowerShellRunner contains all execution logic, …

    …and BotEngine can just deal with threading.
    mikeclayton committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    11d34dc View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2013

  1. decoupled PowerShell 'agent' code into separate project, and added a …

    …new Calculator 'agent' as an example.
    mikeclayton committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    3380ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b9dd33 View commit details
    Browse the repository at this point in the history
  3. general tidy up

    mikeclayton committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    5132f1c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2013

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

Commits on Jul 26, 2014

  1. Cleanup with resharper

    mikeclayton committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    a4bbd3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f3595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd2d928 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db803a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07af904 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2014

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

Commits on Aug 21, 2014

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