Commit Graph

39 Commits

Author SHA1 Message Date
Riley Housden b4b09c92d3 Merge branch 'test' 2022-08-22 16:34:22 -04:00
Riley Housden d1a2d57e42 update regex link 2022-08-22 15:10:17 -04:00
Riley Housden 4ebfa44950 fix regex 2022-08-22 15:08:59 -04:00
Riley Housden 1004769e80 change get_image_string to include check processes 2022-08-22 15:00:25 -04:00
Riley Housden 54bb479e39 omaigod 2022-08-22 14:56:46 -04:00
Riley Housden dfd2b0195e dangit my linter is not being helpful right now 2022-08-22 14:55:10 -04:00
Riley Housden 1daacbc18c lol forgot an await 2022-08-22 14:44:29 -04:00
Riley Housden 64c0977eb0 fix issue with book_error_handler 2022-08-22 14:42:51 -04:00
Riley Housden b16ff88a79 Added reporting for a failed OCR match 2022-08-22 14:35:13 -04:00
Riley Housden cf73726614
bots can't have custom statuses, sad. :( 2022-08-22 00:35:08 -04:00
Riley Housden 3c8a9add74
fix type for text option on /status command 2022-08-21 18:37:02 -04:00
Riley Housden 8fa30420ef
add /status command 2022-08-21 18:34:13 -04:00
Riley Housden 18f8234735
Add Profile Plugin
add /avatar command to set bot's avatar.
2022-08-21 18:02:53 -04:00
InValidFire 602c2423cc Add /branch command (#1)
This PR adds a /branch command with the following spec:

`/branch switch <name>` - switch to the specified branch, only if it exists.
`/branch get` - get the name of the current branch.

With the addition of these two commands, it will greatly speed up the development and testing process.

Other Changes:
- Removed git_dev status
- /book now displays the uploaded image on all prompts
- added a private option to /book to keep confirmation emails from being shared if desired
- now runs `git fetch` before gathering git info when running /info

Reviewed-on: #1
2022-08-20 16:07:54 +00:00
Riley Housden 6f3ebbd45d
pass private Option from /book command to View 2022-08-20 01:28:51 -04:00
Riley Housden 05acd6e4b0
add git fetch before info is gathered 2022-08-20 01:22:42 -04:00
Riley Housden 1bd6e3709c
add image to LibCal confirmation dialog 2022-08-20 01:20:01 -04:00
Riley Housden abd583401e
fix branch_switch 2022-08-20 01:13:28 -04:00
Riley Housden ebd9092788
fix get_git_remote with multiple branches 2022-08-20 01:09:56 -04:00
Riley Housden ca58660376
remove git dev 2022-08-20 01:06:48 -04:00
Riley Housden f8a064565a
remove git_dev checks 2022-08-20 01:04:19 -04:00
Riley Housden 33a1103f94
make branch commands ephemeral 2022-08-20 01:00:11 -04:00
Riley Housden 05424d7949
fix subcommand 2022-08-20 00:57:18 -04:00
Riley Housden e31f066fd2
fix branch subgroup 2022-08-20 00:51:31 -04:00
Riley Housden 7307aafaff
Add branch command 2022-08-20 00:41:06 -04:00
Riley Housden a2f179ae35
Add private option to /book 2022-08-20 00:21:26 -04:00
Riley Housden d6d61e7cc9
change python exec in service to be ambiguous 2022-08-19 23:41:08 -04:00
Riley Housden a367a73a65
fix git_get_remote 2022-08-19 23:33:30 -04:00
Riley Housden fc86622c1f
add a debug message 2022-08-19 23:15:30 -04:00
Riley Housden 21f64c0f76
fix requirements 2022-08-19 22:54:06 -04:00
Riley Housden f9347c7172
add requirements file 2022-08-19 22:50:25 -04:00
Riley Housden b6e5d2a2ec
fix install script 2022-08-19 22:46:45 -04:00
Riley Housden 54c601d7ca
update install script 2022-08-19 22:43:49 -04:00
Riley Housden a8169108b8
Add systemd service and update capability 2022-08-19 22:35:30 -04:00
Riley Housden a5b5189e52
add LibCal functionality 2022-08-19 22:22:48 -04:00
Riley Housden bae52e7d7e
simplify dev environment checks 2022-08-19 22:21:34 -04:00
Riley Housden 9049b5e637
remove hard-coded git-url & minor restructuring 2022-08-19 02:45:51 -04:00
Riley Housden d6519d5133
add dev-env detection 2022-08-19 02:29:57 -04:00
Riley Housden cfc1a0b08c
initial commit 2022-08-19 02:17:34 -04:00