67 Commits

Author SHA1 Message Date
Luke Robles
997dcbc5c3 adding my 8ball code to dragon bot, see #13 2017-08-12 10:17:33 -07:00
Luke Robles
45371a49f4 formatting 2017-08-11 19:33:20 -07:00
Luke Robles
64d703c452 formatting 2017-08-11 19:29:35 -07:00
Tyler Hodapp
9691c667d2 Merged in define-finnaly (pull request #20)
added define module, fixes #3

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-12 02:26:07 +00:00
Tyler Hodapp
252cb45d4e dragon-bot.py edited online with Bitbucket 2017-08-12 02:21:34 +00:00
Tyler Hodapp
19bfe341a8 define_method.py edited online with Bitbucket 2017-08-12 02:18:07 +00:00
Tyler
d9892ac441 added define module, fixes #3 2017-08-11 20:13:03 -06:00
9ef67c528d Merged in debug_mode (pull request #18)
Adding debug mode
2017-08-10 22:59:01 +00:00
Luke Robles
091fcd971f cleaning up this block of code as well 2017-08-10 15:08:14 -07:00
Luke Robles
2c0c27d17f also making the environment varible more sensible 2017-08-10 14:46:22 -07:00
Luke Robles
47e9f99449 Adding debug mode 2017-08-10 14:44:13 -07:00
Luke Robles
a9a025484f fixing typo 2017-08-10 14:40:13 -07:00
Luke Robles
7ca622e252 Adding some more prints to the on_ready function 2017-08-10 14:38:43 -07:00
e3a0ecdfdc Merged in test_dragon_bot (pull request #17)
Finally a testing framework, fixes #9

Approved-by: Tyler Hodapp <nightfire929@gmail.com>
2017-08-10 21:01:53 +00:00
Luke Robles
4fe3a49ad3 Finally a testing framework, fixes #9 2017-08-10 13:53:32 -07:00
271841068c README.md edited online with Bitbucket 2017-08-09 21:09:45 +00:00
5b8d183db9 Merged in fix_define (pull request #14)
Fixing define method, fixes #5
2017-08-09 21:03:19 +00:00
2a1d69b708 Merged in help_module (pull request #16)
Condensing the help method into just two lines!, fixes #8
2017-08-09 21:02:39 +00:00
Luke Robles
40443cb91b removing unnessary else statement 2017-08-09 13:58:32 -07:00
Luke Robles
d30f883ec2 Condensing the help method into just two lines!, fixes #8 2017-08-09 13:56:11 -07:00
Kyler E Juresic
2bfe5ae819 Merged in purge_hotfix (pull request #15)
Hotfix for Purge

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-09 20:43:59 +00:00
Kyler Juresic
febd9f9f5b Hotfix for purge
misaligned indent, fixes issue #6
2017-08-09 15:32:23 -05:00
Kyler E Juresic
216e8d232f Merged in purgeargs (pull request #12)
Add arg to !purge, fixes #2

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-09 20:16:22 +00:00
Kyler Juresic
44caf1c635 Edited help to reflect changes to purge 2017-08-09 15:06:04 -05:00
Kyler Juresic
07801278f1 Purge argument numLines Revision1 2017-08-09 15:01:12 -05:00
Luke Robles
85cc6399e3 Fixing define method 2017-08-09 12:24:44 -07:00
Kyler Juresic
ff2629a930 Purge argument numLines
adds arg to modify num lines to purge, defaults to 20.
2017-08-08 19:44:43 -05:00
Kyler E Juresic
c8ce07d714 Merged in typofix (pull request #11)
Typo Fix for get_help_method
2017-08-09 00:16:24 +00:00
Kyler Juresic
3d64bd1660 Fix typo with !define
deine changed to define, fixes issue #1
2017-08-08 19:04:18 -05:00
7974e735f2 Merged in test_during_build (pull request #10)
Making the dockerfile test the python code during the build

Approved-by: Tyler Hodapp <nightfire929@gmail.com>
2017-08-08 23:59:16 +00:00
7951a52dd3 Dockerfile edited online with Bitbucket 2017-08-08 23:57:42 +00:00
Luke Robles
e52d6e9262 updating readme 2017-08-08 16:53:04 -07:00
Luke Robles
cda4372906 Making the dockerfile test the python code during the build 2017-08-08 16:51:21 -07:00
6c2fcb8a4c README.md edited online with Bitbucket 2017-08-08 23:26:28 +00:00
b810142809 README.md created online with Bitbucket 2017-08-08 23:25:30 +00:00
Tyler Hodapp
8b28bb930e Merged in get_help_method (pull request #7)
renaming method
2017-08-08 23:07:11 +00:00
Luke Robles
3fe233f264 Modifying the docker file to install docker on a separate step so we can cache that bit to speed up testing. also adding a script that will run some quick tests 2017-08-08 15:55:01 -07:00
Tyler
aa9ff6ecc2 renaming method 2017-08-08 16:40:25 -06:00
Luke Robles
d5eacb9d17 moving the source code into a folder called app and changing the docker file to launch it from there on startup 2017-08-08 15:08:20 -07:00
7a0a19a135 Merged in help_method (pull request #6)
creating a new funciton for help methods that we can call from anywhere in the bot
2017-08-08 22:02:20 +00:00
Luke Robles
1395cd7e7b creating a new funciton for help methods that we can call from anywhere in the bot 2017-08-08 14:53:48 -07:00
71783c6bbd Merged in feature/fixing-yml (pull request #4)
Fixing yaml file

Approved-by: Tyler Hodapp <nightfire929@gmail.com>
2017-08-08 19:40:44 +00:00
Luke Robles
dc097d5b66 Fixing the yaml file so it biulds the container when merging to master 2017-08-08 12:39:14 -07:00
3ce485d36f updating pull script to pull latest build of the container 2017-08-08 12:36:55 -07:00
20afd3af95 Merged in feature/test_script (pull request #3)
Feature/test script
2017-08-08 19:33:58 +00:00
Luke Robles
a15fa93c15 Adding definition function and doing some code cleanup 2017-08-08 12:29:32 -07:00
Luke Robles
62e5299dbf indent 2017-08-05 12:36:12 -07:00
Luke Robles
d2a0be888f Adding the export for image name back to the master section of the build 2017-08-05 12:35:01 -07:00
Luke Robles
7a295e1cfe testing if itll build on a branch 2017-08-05 12:33:55 -07:00
Luke Robles
c86b7c0625 testing a change to the pipeline 2017-08-05 12:28:40 -07:00