Dragory
5772e27cda
refactor: convert /backend to ESM
2024-04-09 20:57:18 +03:00
Dragory
31d74c05aa
chore: remove husky/lint-staged
2024-04-09 16:59:41 +00:00
Dragory
4c21884016
fix: dashboard build errors about API_URL/.env
2024-04-06 09:53:28 +00:00
Dragory
f3fcede7f5
feat: switch to mysql2 package; fix typeorm cli path
2024-03-30 15:46:53 +00:00
Dragory
c89c5ea430
feat: update knub; update public interfaces for new knub
2024-03-30 13:31:30 +00:00
Dragory
c2ae6d53d8
feat: update knub; use base Knub types for plugins
2024-03-30 12:35:22 +00:00
Dragory
509d96ce83
refactor: new dev/prod containers
...
- Use a single Dockerfile for all Zeppelin services
- Add a Dockerfile in project root that can be used by
app hosting services
- Provide a standalone and lightweight prod setup
- Standalone is the same as the old setup, with mysql+nginx
- Lightweight only runs bot+backend+dash, no mysql/nginx
- Remove mounted mysql data folders for dev and prod
- This resolves permission issues caused by the mount
- The mysql service uses a regular named volume now
- Simplify .env options and clearly separate different prod setups
- Remove update.sh
- Different setups require different update procedures, so a common
update.sh no longer works
2024-03-17 18:49:31 +02:00
Dragory
730b8c1d6b
feat: update to Knub v32.0.0-next.18
2024-03-09 14:10:01 +00:00
Dragory
7cd56303fc
refactor: use npm workspaces and ts project references
2024-03-02 09:24:07 +00:00
Dragory
28692962bc
refactor: replace io-ts with zod
2024-01-14 14:25:42 +00:00
Dragory
392d6a427d
chore: update dependencies; recreate package locks
2023-06-24 08:28:24 +00:00
Dragory
9b3d6f5d68
chore: switch from tslint to eslint
2023-05-08 21:53:09 +03:00
Dragory
111295361e
fix: only lint/format src; update base packages; use Node 18 in gh workflow
2023-05-08 21:32:33 +03:00
Dragory
fd60a09947
feat: update to TypeScript 5; reorganize deps
2023-04-29 21:07:18 +03:00
Dragory
c21aa7fbbf
chore: update dependencies
2023-04-01 20:31:44 +03:00
Tiago R
06877e90cc
Update djs & knub ( #395 )
...
* update pkgs
Signed-off-by: GitHub <noreply@github.com>
* new knub typings
Signed-off-by: GitHub <noreply@github.com>
* more pkg updates
Signed-off-by: GitHub <noreply@github.com>
* more fixes
Signed-off-by: GitHub <noreply@github.com>
* channel typings
Signed-off-by: GitHub <noreply@github.com>
* more message utils typings fixes
Signed-off-by: GitHub <noreply@github.com>
* migrate permissions
Signed-off-by: GitHub <noreply@github.com>
* fix: InternalPoster webhookables
Signed-off-by: GitHub <noreply@github.com>
* djs typings: Attachment & Util
Signed-off-by: GitHub <noreply@github.com>
* more typings
Signed-off-by: GitHub <noreply@github.com>
* fix: rename permissionNames
Signed-off-by: GitHub <noreply@github.com>
* more fixes
Signed-off-by: GitHub <noreply@github.com>
* half the number of errors
* knub commands => messageCommands
Signed-off-by: GitHub <noreply@github.com>
* configPreprocessor => configParser
Signed-off-by: GitHub <noreply@github.com>
* fix channel.messages
Signed-off-by: GitHub <noreply@github.com>
* revert automod any typing
Signed-off-by: GitHub <noreply@github.com>
* more configParser typings
Signed-off-by: GitHub <noreply@github.com>
* revert
Signed-off-by: GitHub <noreply@github.com>
* remove knub type params
Signed-off-by: GitHub <noreply@github.com>
* fix more MessageEmbed / MessageOptions
Signed-off-by: GitHub <noreply@github.com>
* dumb commit for @almeidx to see why this is stupid
Signed-off-by: GitHub <noreply@github.com>
* temp disable custom_events
Signed-off-by: GitHub <noreply@github.com>
* more minor typings fixes - 23 err left
Signed-off-by: GitHub <noreply@github.com>
* update djs dep
* +debug build method (revert this)
Signed-off-by: GitHub <noreply@github.com>
* Revert "+debug build method (revert this)"
This reverts commit a80af1e729
.
* Redo +debug build (Revert this)
Signed-off-by: GitHub <noreply@github.com>
* uniform before/after Load shorthands
Signed-off-by: GitHub <noreply@github.com>
* remove unused imports & add prettier plugin
Signed-off-by: GitHub <noreply@github.com>
* env fixes for web platform hosting
Signed-off-by: GitHub <noreply@github.com>
* feat: knub v32-next; related fixes
* fix: allow legacy keys in change_perms action
* fix: request Message Content intent
* fix: use Knub's config validation logic in API
* fix(dashboard): fix error when there are no message and/or slash commands in a plugin
* fix(automod): start_thread action thread options
* fix(CustomEvents): message command types
* chore: remove unneeded type annotation
* feat: add forum channel icon; use thread icon for news threads
* chore: make tslint happy
* chore: fix formatting
---------
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: almeidx <almeidx@pm.me>
Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 14:58:17 +03:00
Dragory
339eff79a8
feat: update to Typescript 4.4
2021-10-31 14:28:13 +02:00
Dragory
9d9f1d02de
Upgrade to Prettier v2
2021-09-11 19:01:55 +03:00
Dragory
ed5df73ebc
Upgrade Knub to v30.0.0-beta.39
2021-08-14 14:37:49 +03:00
Dark
1ad70ffe1a
Change DiscordRESTError to DiscordAPIError
2021-06-30 23:06:02 +02:00
Dark
0822fc15e5
Type fixes for djs
2021-06-30 04:56:56 +02:00
Dragory
4dfc7ccfa9
Update to TS 4.1, use same TS package in all sub-packages
2020-12-13 15:26:33 +02:00
Dragory
1bf5a7fa28
Update to Knub v30.0.0-beta.8, TypeScript v3.9; update Node typings to v14
2020-07-05 04:59:53 +03:00
Dragory
f3af836020
Update prettier to 1.19.1 for optional chaining/nullish coalescing support
2019-11-27 22:02:37 +02:00
Dragory
ba4ddfcc32
Update Typescript to 3.7
2019-11-07 22:52:40 +02:00
Dragory
5880489039
Update husky and lint-staged
2019-11-02 22:16:43 +02:00
Dragory
16111bbe84
Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests.
2019-11-02 22:11:26 +02:00
Dragory
be41b3716f
Update knub-command-manager to 6.1.0
2019-10-26 02:11:50 +03:00
Dragory
cde2a8ebcb
Update Eris to 0.11.0. Update Knub to 26.0.2.
2019-10-26 01:17:03 +03:00
Dragory
bfe224925b
Update to Knub 26.0.0
2019-10-25 20:25:07 +03:00
Dragory
7afa1aab48
Update Knub to 25.0.1
2019-10-13 22:16:21 +03:00
Dragory
4ab96c11b4
Update to Knub 25.0.0
2019-10-13 22:05:56 +03:00
Dragory
f921548024
Fix 2 knub-command-manager dependencies with different TypeConversionError classes
2019-10-11 04:46:09 +03:00
Dragory
8a9112c99d
Update to Knub 24.1.2
2019-10-11 04:07:15 +03:00
Dragory
a7efc99b7b
Update Knub to 24.1.1
2019-10-11 02:54:10 +03:00
Dragory
1cf09ea997
Update Knub to 24.1.0 to restore support for async type conversion fns
2019-09-28 19:35:51 +03:00
Dragory
4d7ab10fcf
Update to Knub 24. Update Node typings to fix error with [util.inspect.custom] property.
2019-09-22 17:06:22 +03:00
Dragory
357687654a
Move vuex dependency from root package.json to dashboard folder
2019-08-21 22:06:31 +03:00
Dragory
a05fcd7c06
Update Knub to v22.0.0
2019-08-21 22:05:27 +03:00
Dragory
6b46346a80
Update Knub to 21.0.0
2019-08-10 00:11:02 +03:00
Dragory
72729fdc14
Update Knub to 20.3.2
2019-08-04 17:13:49 +03:00
Dragory
68380c5ac3
Add support for safe regex type checking; make sure regexes passed to Censor are safe
2019-08-04 13:41:35 +03:00
Dragory
00e34b322d
Fix unknown property validation; fix override validation; be clear about which property is unknown
2019-07-22 13:09:05 +03:00
Dragory
688249cbb8
Update Knub to 20.3.1
2019-07-22 00:10:03 +03:00
Dragory
d460bed4a9
Update dependencies
2019-07-21 21:16:11 +03:00
Dragory
2f3dfa96db
Update emoji-regex to 8.0.0
2019-07-21 14:40:50 +03:00
Dragory
f58c4c2ace
Update knub to 20.2.1
2019-07-11 12:48:26 +03:00
Dragory
b66a091799
Update Knub to 20.2.0
2019-07-11 12:42:00 +03:00
Dragory
c6e8ee954a
Merge branch 'master' of github.com:Dragory/ZeppelinBot
2019-07-11 12:24:05 +03:00
Dragory
da114c0e60
Switch from ajv to io-ts for config validation; validate configs on save in the API/dashboard; start work on creating io-ts schemas for all plugins
2019-07-11 12:23:57 +03:00