102 Commits

Author SHA1 Message Date
Luke Robles
c044b7d055 Blocking pushes to master
Adding pipeline.yml file

Adding pipeline.yml file

Adding pipeline.yml file

only lint for python errors

Add all necessary python modules for linting

trying with docker in docker image

trying pipelines again

Updating docker password variable

updating build step tags

Try with build and deploy as one step

Fix paramenter

Fix runner tag

Delete bitbucket-pipelines.yml
2017-08-18 09:18:49 -07:00
Luke Robles
a2fd953e02 Cleaning up the test script 2017-08-17 12:22:15 -07:00
68e667f852 Merged in wolfram (pull request #30)
Adding in wolfram alpha functionality, see #21
2017-08-17 18:57:14 +00:00
Luke Robles
abff3e6313 Removing this unnecessary else 2017-08-17 10:23:12 -07:00
Luke Robles
f4911c7eaf Adding in wolfram alpha functionality 2017-08-17 10:21:29 -07:00
Luke Robles
c15036e413 removing unused imports 2017-08-17 00:28:58 -07:00
1dbffcc9cf Merged in lewds (pull request #29)
Moving lewds into its own module and alphabatizing all the if statements in dragon-bot.py
2017-08-17 07:28:16 +00:00
Luke Robles
e943c5e0d6 Also alphabatizing the imports 2017-08-17 00:27:34 -07:00
Luke Robles
077d4c6192 Moving lewds into its own module and alphabatizing all the if statements in dragon-bot.py 2017-08-17 00:26:58 -07:00
Kyler E Juresic
87593e45cf Merged in wallpaper_module (pull request #27)
wallpaper_module isolation

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-17 06:12:19 +00:00
Unknown
142486a80c small fixes
typo and help_method update
2017-08-17 01:07:10 -05:00
Unknown
3cb84b9d6a moar bugfix
correct indent for response, adds response for parse incorrect tag url
2017-08-17 01:02:21 -05:00
Luke Robles
4e59fb37c7 Adding a new line to the test docker file. It needs special shit to print in alpine 2017-08-16 22:59:33 -07:00
Unknown
6b727ea417 bugfix
remove unused variable.  import requests for correct image retrieval
2017-08-17 00:51:35 -05:00
Unknown
aefb1aadf2 Complete Rewrite
changed everything
2017-08-17 00:30:17 -05:00
Unknown
2d545b8608 Merge remote-tracking branch 'origin/wallpaper_module' into wallpaper_module 2017-08-16 22:27:07 -05:00
Unknown
b8626e5599 Cleanup Code
Removed tons of instances of x.replace
2017-08-16 22:23:47 -05:00
Unknown
3ecfe21fce Cleanup code
remove redundant return
2017-08-16 22:04:30 -05:00
Unknown
fc7c65a6d9 wallpaper moved to isolated module
also allows !wallpaper help
see issue #7 for details
2017-08-16 22:04:30 -05:00
e7608d7c46 Merged in fixes (pull request #28)
Fixing decide logic and shortening excuse logic
2017-08-17 02:57:50 +00:00
Luke Robles
44486b5ea7 Fixing decidee lgoic and shortening excuse logic 2017-08-16 19:55:16 -07:00
Unknown
1ba5e3d38e Cleanup code
remove redundant return
2017-08-16 21:46:48 -05:00
Tyler Hodapp
79abcc7988 Merged in decide (pull request #23)
moving decide into it s own module

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-17 02:26:25 +00:00
Unknown
79793dd6e8 wallpaper moved to isolated module
also allows !wallpaper help
see issue #7 for details
2017-08-16 21:00:32 -05:00
Jonathan Tan
bf23c4d861 Merged in memes (pull request #24)
Move !excuse into its own module

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-17 01:03:45 +00:00
Tyler
32a8e67dbc fixing the names of decide 2017-08-16 18:53:30 -06:00
Jonathan Tan
c4d24d1ad6 changed ordering 2017-08-16 17:02:55 -07:00
Jonathan Tan
d131af8d8e doin the thing 2017-08-16 17:00:43 -07:00
Tyler
bbb8a1556c moves decide into a module, fixes #11 2017-08-16 16:58:47 -06:00
cf13693f91 Merged in alpine (pull request #22)
Switching to alpine linux! Smaller footprints. Fixes #17

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-16 20:02:28 +00:00
Luke Robles
4f03ac709f Actually we dont even need curl anymore 2017-08-16 12:58:01 -07:00
Luke Robles
3c1b17dc6a Switching to alpine linux! Smaller footprints. Fixes #17 2017-08-16 12:56:41 -07:00
4fb9554575 Set dragon bot's status to show the help command 2017-08-15 13:24:55 -07:00
8e84fa3cd1 Merged in 8ball (pull request #21)
adding my 8ball code to dragon bot, see #13
2017-08-12 22:38:16 +00:00
Luke Robles
32549a97ef Removing the responses variable since im only using it once 2017-08-12 11:18:44 -07:00
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