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

Code Refactor #133

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0743f1b
working
silverbp Feb 27, 2017
0fca33b
working
silverbp Feb 27, 2017
606d89f
working
silverbp Feb 27, 2017
8e42794
main refactor
silverbp Feb 28, 2017
0b269cb
fixing import typo
silverbp Feb 28, 2017
6a47bd4
finished refactor and fixing some bugs
silverbp Mar 1, 2017
8aaa99c
updating to support weburl for acknowlegement messages
silverbp Mar 1, 2017
5f51dff
Revert "updating to support weburl for acknowlegement messages"
silverbp Mar 1, 2017
08d8caf
moving hipchat logic to messaging handler
silverbp Mar 4, 2017
2afb8ae
updates to support hubot-middleware-auth-ext
silverbp Mar 5, 2017
4280b5b
fixing the auth by putting quotes around true
silverbp Mar 5, 2017
5ea29cc
testing brain storage
silverbp Mar 6, 2017
710388f
tring hubot brain test again
silverbp Mar 6, 2017
81475c2
removing log entries
silverbp Mar 6, 2017
b0928a9
adding mongodb brain
silverbp Mar 6, 2017
bb21df5
adding the hubot alias as a requirement to execute command
silverbp Mar 20, 2017
68bafaa
fixing bug
silverbp Mar 20, 2017
f633ff1
creating a separate package
silverbp Mar 20, 2017
4947ee2
disabling the mongobrain, will use redis instead
silverbp Mar 20, 2017
faacf13
removing mongdb brain since no longer using it
silverbp Mar 20, 2017
b3121c8
updating with env auth
silverbp Mar 28, 2017
64f80bf
updating version
silverbp Mar 28, 2017
6746649
fixing to support the new hubot-slack plugin
silverbp Apr 2, 2017
4a2ba19
Revert "fixing to support the new hubot-slack plugin"
silverbp Apr 2, 2017
7472481
removing mongo
silverbp Apr 2, 2017
96d6d3b
fixing representation but where format representations weren't workin…
silverbp Apr 3, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
var fs = require('fs');
var path = require('path');

var SCRIPTS_PATH = path.resolve(__dirname, 'scripts');
var SCRIPTS_PATH = path.resolve(__dirname, 'src');


module.exports = function(robot, scripts) {
Expand Down
129 changes: 0 additions & 129 deletions lib/command_factory.js

This file was deleted.

39 changes: 0 additions & 39 deletions lib/format_command.js

This file was deleted.

126 changes: 0 additions & 126 deletions lib/format_data.js

This file was deleted.

Loading