143 Commits

Author SHA1 Message Date
Dustin Pianalto
6a33cceebb Reorg and add services 2020-10-09 21:34:47 -08:00
Dustin Pianalto
5cd626a5a4 Merge branch 'development' of github.com:dustinpianalto/Goff into development 2020-09-23 12:05:05 -08:00
Dustin Pianalto
e2f25eaab4 Remove unnecessary rpn package
the rpn parser was moved to it's own repo and already imported in go.mod
2020-09-23 12:04:52 -08:00
Dusty.P
ea058baff5
Create README.md 2020-09-23 11:43:54 -08:00
Dustin Pianalto
d9e1efbaf0 Repo Reorg 2020-09-18 18:39:51 -08:00
Dustin Pianalto
af506f828d Change db variable name 2020-09-14 12:42:25 -08:00
Dustin Pianalto
5c42616a3a Adjust Connection Pool 2020-09-14 12:36:14 -08:00
Dustin Pianalto
6cc5e042d5 Start Restructure of project 2020-09-14 00:10:24 -08:00
Dustin Pianalto
4db28f5c0b Add sar and ping role when posting puzzle
Some checks are pending
CI / build (push) Waiting to run
v0.0.7
2020-09-02 01:49:29 -08:00
Dustin Pianalto
fb4d7977aa Fix addtag removing newlines 2020-09-01 21:36:14 -08:00
Dustin Pianalto
30394b35e5 Merge branch 'master' into development
Some checks are pending
CI / build (push) Waiting to run
v0.0.5
2020-08-30 21:53:25 -08:00
Dustin Pianalto
87961c5081 Remove branch check and also push latest tag 2020-08-30 17:57:19 -08:00
Dustin Pianalto
562ec6acaf Test github.ref to get branch name
Some checks are pending
CI / build (push) Waiting to run
v0.0.4-dev
2020-08-30 17:09:13 -08:00
Dustin Pianalto
3169953f3f Test github.ref to get branch name
Some checks are pending
CI / build (push) Waiting to run
v0.0.3-dev
2020-08-30 17:07:37 -08:00
Dustin Pianalto
d119425236 revert to previous method of getting branch name
Some checks are pending
CI / build (push) Waiting to run
v0.0.2-dev
2020-08-30 16:51:00 -08:00
Dustin Pianalto
ce1bbbc445 Check branch name 2020-08-30 16:46:05 -08:00
Dustin Pianalto
f4ec8a7a49 Fix globs
Some checks are pending
CI / build (push) Waiting to run
v0.0.1-dev
2020-08-30 16:19:35 -08:00
Dustin Pianalto
bec52ad5a5 Fix globs 2020-08-30 16:03:44 -08:00
Dustin Pianalto
5411730a96 Fix globs 2020-08-30 16:03:01 -08:00
Dustin Pianalto
187f9816ca Fix globs 2020-08-30 16:00:59 -08:00
Dustin Pianalto
feab8e661c Fix globs 2020-08-30 15:45:28 -08:00
Dustin Pianalto
96b63a4e83 Add action to build and push to ECR 2020-08-30 15:43:45 -08:00
Dustin Pianalto
fcddca2226 Delete old organization 2020-08-30 00:10:11 -08:00
Dustin Pianalto
28d78bdb8c Reorganize and update Dockerfile 2020-08-30 00:08:40 -08:00
Dusty.P
35882993c2
Update init.go 2020-08-29 18:42:38 -08:00
Dusty.P
85bcb31d56
Merge pull request #1 from dustinpianalto/development
Add Puzzle parser
2020-08-29 18:37:59 -08:00
Dusty.P
23c0434ed3
Merge branch 'master' into development 2020-08-29 18:27:47 -08:00
Dustin Pianalto
9355d3703b Add puzzle parser and config 2020-08-29 18:24:38 -08:00
Dustin Pianalto
f40cf00f7a Add basic email handler 2020-08-29 02:50:53 -08:00
Dustin Pianalto
2f6d45d4ef Created dev env and implement db lookup for prefixes 2020-08-28 01:12:41 -08:00
Dustin Pianalto
e9adc05536 Bump rpnparse version 2020-08-25 22:27:15 -08:00
Dustin Pianalto
b8ee6a1505 Move rpn logic to separate package 2020-08-25 22:22:39 -08:00
Dustin Pianalto
ac46753546 Add infix alias 2020-08-25 21:12:08 -08:00
Dustin Pianalto
d16521e5e3 Add prpn alias 2020-08-25 21:10:32 -08:00
Dustin Pianalto
4955f4bf88 Fix bug due to wrong quotes 2020-08-25 21:07:36 -08:00
Dustin Pianalto
c3d2073b2b Fix bug due to redefining Stack 2020-08-25 21:06:33 -08:00
Dustin Pianalto
1ddc4d4c36 Add rpn parser and infix solver 2020-08-25 21:03:50 -08:00
Dustin Pianalto
d66a25a525 Add rpn command 2020-08-25 17:23:28 -08:00
Dustin Pianalto
6c05518146 Add rpn command 2020-08-25 16:53:51 -08:00
Dustin Pianalto
dd0f9cba57 fix bug that causes bot to crash due to db error 2020-07-31 03:05:45 -08:00
Dustin Pianalto
ac395b3fbe fix bug due to not calling next 2020-07-31 02:49:25 -08:00
Dustin Pianalto
c4d4154175 Check if task is processing before processing it 2020-07-31 02:33:00 -08:00
Dustin Pianalto
91fdfc17b1 check tasks list before appending task 2020-07-31 02:19:22 -08:00
Dustin Pianalto
e3a4ea9a13 Update tasks to add processing column to hopefully prevent duplicate alerts 2020-07-31 02:02:28 -08:00
Dustin Pianalto
f48342eccd Update tasks to add processing column to hopefully prevent duplicate alerts 2020-07-31 00:11:08 -08:00
Dustin Pianalto
0912f49519 Fix bug in user command when user has no roles 2020-06-17 22:12:14 -08:00
Dustin Pianalto
7151f289b1 Use member's color for embed 2020-06-17 22:08:45 -08:00
Dustin Pianalto
97bb212683 Fix character encoding bug 2020-06-12 00:20:06 -08:00
Dustin Pianalto
bf10724777 Add encode and decode 2020-06-12 00:07:56 -08:00
Dusty Pianalto
b14d51f749 Bump disgoman version 2020-06-04 16:33:35 -08:00