Commit Graph

159 Commits

Author SHA1 Message Date
ITOH
03996c5f58 refactor: revert "feat: base plugin lib idea (#2308)" (#2336)
* Revert "feat: base plugin lib idea (#2308)"

This reverts commit ffe7cdbc6f.

* fmt
2022-07-02 14:24:43 +01:00
Skillz4Killz
ffe7cdbc6f feat: base plugin lib idea (#2308)
* feat: base plugin lib idea

* fix: stuff

* fmt

* fix: imports and exports

* fix: errors & tests

* fix: remove logs
2022-06-18 18:46:37 -04:00
Skillz4Killz
0ab109fc43 fix(tests): rename testss to tests folder 2022-05-31 14:22:12 +00:00
Skillz4Killz
0e6e5d8649 fix(tests): remove old tests folder 2022-05-31 14:21:51 +00:00
Skillz4Killz
35920b56cf fix(tests): remaining channel unit tests 2022-05-31 13:15:52 +00:00
Skillz4Killz
87cab15100 fix(tests): migrate misc tests 2022-05-31 12:48:08 +00:00
Skillz4Killz
e886ee2718 fix(tests): migrate role unit tests 2022-05-31 03:37:09 +00:00
Skillz4Killz
6c464ce5c0 fix(tests): cleanup some tests old code 2022-05-30 22:18:57 +00:00
Skillz4Killz
e34a265ba4 fix(test): migrate message related unit tests 2022-05-29 17:56:41 +00:00
Skillz4Killz
23377aecab fix(tests): add first message unit test 2022-05-29 15:29:00 +00:00
Skillz4Killz
d6a8f757ae fix: cleanup bad tests code 2022-05-29 14:53:51 +00:00
ITOH
d7883855ec refactor(.github,README,gateway,plugins/fileloader,tests,types)!: make intent calculation manual
This changes the calculation of intents to be manual to the dev.
This is to improve overall consistency of our code base, also it is not a big drawback for users since intents are usually done once and then never (seldom) touched again.
2022-05-24 23:16:01 +02:00
Skillz4Killz
d6f0f42461 fix: 92 unit tests passing 2022-03-20 10:02:55 +00:00
Skillz4Killz
5c2ed9573c fix: collection and array support in optionalize 2022-03-19 15:06:07 +00:00
Skillz4Killz
c9ccbfa984 fix: latest optionalize 2022-03-18 14:42:25 +00:00
Skillz4Killz
cf13780765 fix: fmt 2022-03-18 04:20:14 +00:00
Skillz4Killz
80d251b6a7 fix: yuzu improvement 2022-03-16 08:54:56 +00:00
Skillz4Killz
ef5b25b319 test: fix unit tests related to code bugs (#2001)
* fix: get tests runnable

* fix: tests are now passing

* fix: 32 passing tests

* fix: deno fmt u dumb dumb work automatically for once in your life

* fix: 54 tests passing now

* fix: 94 passing, itoh was wrong he guess wrong hehe

* fix: remove debug logs

* fix: remove broken webhook test for now

Co-authored-by: ITOH <to@itoh.at>
2022-02-06 15:56:56 +00:00
ITOH
c2b7a6ec03 test: remove configs.ts (#1995)
* refactortests): remove config.ts

* Update mod.ts

* Update mod.ts

* .env file
2022-02-04 10:06:55 -05:00
ITOH
81f8e0377c style: move to deno fmt (#1992)
* Create deno.json

* run format

* run format

* ci: only check formatting

* f

* Update settings.json

* Update settings.json
2022-02-04 15:00:04 +01:00
Skillz4Killz
001afae921 fix: test bugs 2021-12-23 19:39:13 +00:00
Skillz4Killz
74710c27c7 fix: move channelOverwriteHasPermission to perm plugin 2021-12-03 16:27:39 +00:00
Skillz4Killz
7c171faf3c fix: remove cloneChannel helper 2021-12-03 14:11:43 +00:00
Skillz4Killz
69230ae78e fix: tests with latest cache 2021-12-02 16:24:41 +00:00
Skillz4Killz
0b3f149e90 fix: bot type and tests bot.cache.x 2021-12-01 22:24:01 +00:00
Skillz4Killz
5907e4b4bc fix: add presence intent 2021-11-29 14:19:36 +00:00
lts20050703
85057395cd Update mod.ts 2021-11-28 00:58:03 +00:00
lts20050703
b6294d7835 UNIT TEST editBotNickname 2021-11-26 15:29:11 +07:00
Hugo Chretien
cf21e5963a getMember test 2021-11-24 19:05:27 +01:00
Skillz4Killz
ed9b8b1368 feat: thread related unit tests 2021-11-24 15:46:03 +00:00
Skillz4Killz
c27570f723 feat: more unit tests. Closes #1265 #1267 #1300 2021-11-24 03:05:33 +00:00
Skillz4Killz
d7dbdb66df Feat: stage instance tests 2021-11-23 18:15:19 +00:00
Skillz4Killz
ef6befc2b5 fix: odd why was this needed? 2021-11-23 17:22:52 +00:00
Skillz4Killz
6db43fadeb fix: token check 2021-11-23 17:21:01 +00:00
Skillz4Killz
d0a3f6b1d0 Closes #1296 2021-11-23 17:18:58 +00:00
Skillz4Killz
d1dd7cc7dd feat: emoji url test 2021-11-23 10:05:15 +00:00
Skillz4Killz
81c157f175 fix: remove setupBot 2021-11-22 18:43:25 +00:00
Skillz4Killz
4ca3f23828 feat: add webhook unit tests 2021-11-22 18:31:14 +00:00
Skillz4Killz
479b5d35a8 feat: add voice connect and disconnect tests 2021-11-22 17:22:39 +00:00
Skillz4Killz
1f8bc1e596 fix: use env token 2021-11-22 16:53:26 +00:00
Skillz4Killz
d23ff868c7 fix: improve unit tests style 2021-11-22 16:34:30 +00:00
Skillz4Killz
70e9ef29ac fix: use env token 2021-11-19 04:24:03 +00:00
Skillz4Killz
b51d341524 fix: stabilize tests 2021-11-19 04:23:30 +00:00
Skillz4Killz
c32d588c60 fix: token prop 2021-11-19 02:38:26 +00:00
Skillz4Killz
583550731e fix: switch to github token 2021-11-19 02:37:49 +00:00
Skillz4Killz
9390446620 fix: remaining tests 2021-11-19 02:36:01 +00:00
Skillz4Killz
0b3df90da7 fix: disable reaction tests 2021-11-17 04:05:44 +00:00
Skillz4Killz
5926814435 fix: remove configs import 2021-11-17 04:02:32 +00:00
Skillz4Killz
bf06a97fd5 fix: unit tests in github need env token 2021-11-17 04:01:10 +00:00
Skillz4Killz
f08edcd5fc feat: add scheduled events unit tests 2021-11-17 03:21:53 +00:00