-
Notifications
You must be signed in to change notification settings - Fork 3
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
add docker-compose + misc. irc bot changes (see commit msg) #1
base: master
Are you sure you want to change the base?
Conversation
For some odd reason, it didn't seem to work when I started the web container -- not sure why -- it started but I guess didn't get to the binding stage? not sure...in either case so long as the elasticsearch container is started prior to the web container, things work fine. |
b922f01
to
94dfc65
Compare
Ready for showtime |
41622fa
to
0f07ff6
Compare
I went ahead and updated the README as well. |
d6bf3ed
to
d2dbbcd
Compare
2105a0f
to
d813821
Compare
b34469b
to
4597655
Compare
@djazayeri, in addition to adding docker-compose, I refactored the bot a bit: It will only say it's on the channel, when it's on the channel, hooking into the event triggered when NAMES is received from the server. |
45148c2
to
cd318be
Compare
There is a vulnerability in moment.js -- also went ahead and updated that. |
aa15efd
to
b288d81
Compare
Okay -- I think I'm done :) |
9db0212
to
15fca4e
Compare
Final tally of changes:
|
2c53ac6
to
0587f76
Compare
@djazayeri, I cleaned this up -- made it so it waits for elasticsearch to come up before starting the node app; I also updated this to use version 2 of the docker-compose file format. Also resolved a merge conflict and rebased. |
0587f76
to
bcf70db
Compare
bcf70db
to
b90b0d7
Compare
b90b0d7
to
a023e59
Compare
- Update Node to Node 5.x - Add docker compose for easier provisioning - Add userName and realName for the bot - Wait until the bot is connected to log the channel it is on - Address a security vulnerability in moment.js - Add david-dm.org badge to track up to date packages and whether or not - they are vulnerable - Add travis-ci and add badge for travis-ci - Fix failing tests due to the upgrade to lodash 4 (pluck was removed)
a023e59
to
b6dd3c5
Compare
I felt this might be handy to have. I provided for the case of production vs. development.