1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 20:30:58 -05:00

Merge branch 'master' into sequelize-v7

This commit is contained in:
pomni32 2024-03-21 11:22:12 +11:00
commit c28fa6234f
7 changed files with 29 additions and 33 deletions

View File

@ -19,8 +19,6 @@ updates:
timezone: "Australia/NSW"
assignees:
- "toast-ts"
reviewers:
- "toast-ts"
labels:
- "dependencies"
open-pull-requests-limit: 8

View File

@ -1,6 +1,6 @@
services:
bot:
container_name: daggerbot-prod
container_name: daggerbot
build: .
restart: unless-stopped
volumes:

View File

@ -1,21 +1,19 @@
services:
cache:
container_name: redis-cache
image: redis/redis-stack-server:7.2.0-v6
container_name: daggerbot-redis
image: redis/redis-stack-server:7.2.0-v9
restart: unless-stopped
ports:
- 6379:6379/tcp
db:
container_name: postgres-master
container_name: daggerbot-postgres
image: postgres:16.2-alpine3.19
restart: unless-stopped
ports:
- 5432:5432/tcp
volumes:
- /var/lib/docker/volumes/daggerbot-db:/var/lib/postgresql/data:rw
- ./postgres-replica-stuff/configs/postgres-hba.conf:/var/lib/postgresql/data/pg_hba.conf:rw
- ./postgres-replica-stuff/configs/postgres.conf:/var/lib/postgresql/data/postgresql.conf:rw
environment:
POSTGRES_USER: ${POSTGRES_USER}
#POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: ${POSTGRES_DB}

View File

@ -43,14 +43,14 @@
"postgres-array": "3.0.2",
"redis": "4.6.13",
"simple-git": "3.23.0",
"systeminformation": "5.22.3",
"systeminformation": "5.22.5",
"undici": "6.9.0"
},
"devDependencies": {
"@types/ms": "0.7.34",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"@types/node-cron": "3.0.11",
"@types/pg": "8.11.2",
"@types/pg": "8.11.3",
"typescript": "5.4.2"
}
}

View File

@ -54,14 +54,14 @@ export default class Suggest {
.setRequired(true)))
.addSubcommand(x=>x
.setName('delete')
.setDescription('Delete a suggestion (Bot Tech only)')
.setDescription('Delete a suggestion (Bot devs only)')
.addIntegerOption(x=>x
.setName('id')
.setDescription('The ID of the suggestion')
.setRequired(true)))
.addSubcommand(x=>x
.setName('update')
.setDescription('Update a suggestion (Bot Tech only)')
.setDescription('Update a suggestion (Bot devs only)')
.addIntegerOption(x=>x
.setName('id')
.setDescription('The ID of the suggestion')

View File

@ -42,7 +42,7 @@ export default class Tag {
.setRequired(false)))
.addSubcommandGroup(x=>x
.setName('tools')
.setDescription('Management tools for the tags system (Discord mods & Bot Tech only)')
.setDescription('Management tools for the tags system (Discord mods & bot devs only)')
.addSubcommand(x=>x
.setName('create')
.setDescription('Create a new tag')

View File

@ -6,11 +6,11 @@ __metadata:
cacheKey: 10
"@babel/runtime@npm:^7.24.0":
version: 7.24.0
resolution: "@babel/runtime@npm:7.24.0"
version: 7.24.1
resolution: "@babel/runtime@npm:7.24.1"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10/8d32c7e116606ea322b89f9fde8ffae6be9503b549dc0d0abb38bd9dc26e87469b9fb7a66964cc089ee558fd0a97d304fb0a3cfec140694764fb0d71b6a6f5e4
checksum: 10/3a8d61400c636d1ce3a42895a106cd4dfb4e9b88832a8a754a724c68652f821d7a46dce394305d7623f9f0d3597bf0a98aeb5f9c150ef60e14bbbf66caab4654
languageName: node
linkType: hard
@ -530,23 +530,23 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:*, @types/node@npm:20.11.28":
version: 20.11.28
resolution: "@types/node@npm:20.11.28"
"@types/node@npm:*, @types/node@npm:20.11.30":
version: 20.11.30
resolution: "@types/node@npm:20.11.30"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/b03f69213ac6e7cd5f7efa86139f24e23ff70a12fed04adeac5413b62d6982343ce94906f74c401c5afefda48d36ae0efd6a575240996b15a5cf80b456ab4221
checksum: 10/78515bc768d2b878e2e06a1c20eb4f5840072b79b8d28ff3dd0a7feaaf48fd3a2ac03cfa5bc7564da82db5906b43e9ba0e5df9f43d870b7aae2942306e208815
languageName: node
linkType: hard
"@types/pg@npm:8.11.2":
version: 8.11.2
resolution: "@types/pg@npm:8.11.2"
"@types/pg@npm:8.11.3":
version: 8.11.3
resolution: "@types/pg@npm:8.11.3"
dependencies:
"@types/node": "npm:*"
pg-protocol: "npm:*"
pg-types: "npm:^4.0.1"
checksum: 10/7c05cf63beffc0f8d817d080cdd98d199a2bd732b779b9aadddcb8659f861f7aafb3bc071636b9eaa65b36cfe998ee66e21aa1485e583b190918fe2f856a6c53
checksum: 10/7042872d971bbb6bd0e23dc566d1a415921855e4e4fa616189872f86ea0a3edda1bf33a87452daa299fc214b2eff312e394de5f52833a0e62e79126590f1f7b4
languageName: node
linkType: hard
@ -642,9 +642,9 @@ __metadata:
"@sequelize/core": "npm:7.0.0-alpha.37"
"@toast/tokenservice-client": "npm:1.0.16"
"@types/ms": "npm:0.7.34"
"@types/node": "npm:20.11.28"
"@types/node": "npm:20.11.30"
"@types/node-cron": "npm:3.0.11"
"@types/pg": "npm:8.11.2"
"@types/pg": "npm:8.11.3"
ansi-colors: "npm:4.1.3"
dayjs: "npm:1.11.10"
discord.js: "npm:14.14.1"
@ -657,7 +657,7 @@ __metadata:
postgres-array: "npm:3.0.2"
redis: "npm:4.6.13"
simple-git: "npm:3.23.0"
systeminformation: "npm:5.22.3"
systeminformation: "npm:5.22.5"
typescript: "npm:5.4.2"
undici: "npm:6.9.0"
languageName: unknown
@ -1249,12 +1249,12 @@ __metadata:
languageName: node
linkType: hard
"systeminformation@npm:5.22.3":
version: 5.22.3
resolution: "systeminformation@npm:5.22.3"
"systeminformation@npm:5.22.5":
version: 5.22.5
resolution: "systeminformation@npm:5.22.5"
bin:
systeminformation: lib/cli.js
checksum: 10/a4b0bf49e5319424c828aff805a7cf158235ec79407039acfa13133e9dcfe2b6121aaafeffec94cae45dc85899dd91fd00583a4bc018ed507d38a4aea7ae6459
checksum: 10/65a5e0b90de67f7566a963f971737ecc6fcdac263590438a906dbca26b6e40c147ac1b59ede8b618dd86c492407740719bb9664c11eaf9fe8505332e8b78c3f5
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard