Commit Graph

985 Commits

Author SHA1 Message Date
Isaac
6844828d33
fix(docker): add tty and stdin_open 2023-02-24 00:32:48 +00:00
Isaac
db26553724
fix(docker): use the same port 2023-02-24 00:19:11 +00:00
Isaac
4d8495df77
chore: update dependencies 2023-02-24 00:18:51 +00:00
Isaac
f97a7ab61c
fix: default to production 2023-02-24 00:18:38 +00:00
Isaac
adab3831fa
feat: add PUBLISH_COMMANDS environment variable 2023-02-23 22:40:14 +00:00
Isaac
ff626d2871
fix: image name in docker-compose.yml 2023-02-23 22:37:48 +00:00
Isaac
ea3413d8cb
feat: validate environment variables at startup 2023-02-23 21:53:18 +00:00
Isaac
55985e95f0
chore: update dependencies 2023-02-23 20:25:29 +00:00
Isaac
3b18b3bef1
docs: update README [skip ci] 2023-02-22 22:39:44 +00:00
Dowík Botík
7cc75b8f35
feat(i18n): update Czech translations [skip ci]
Currently translated at 42.6% (104 of 244 strings)

Co-authored-by: Dowík Botík <thelegenddowy1@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/cs/
Translation: Discord Tickets/Bot
2023-02-22 02:47:40 +01:00
Gdany
f87d7e38bc
feat(i18n): update Czech translations [skip ci]
Currently translated at 42.2% (103 of 244 strings)

Co-authored-by: Gdany <gdanyxor@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/cs/
Translation: Discord Tickets/Bot
2023-02-21 20:31:35 +01:00
Dowík Botík
61571f8007
feat(i18n): update Czech translations [skip ci]
Currently translated at 42.2% (103 of 244 strings)

Co-authored-by: Dowík Botík <thelegenddowy1@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/cs/
Translation: Discord Tickets/Bot
2023-02-21 20:31:34 +01:00
Isaac
c76c6fd62d
chore: bump version 2023-02-18 20:48:54 +00:00
Isaac
bd1bc19548
fix: delete tickets when their category is deleted (closes #384) 2023-02-18 20:48:42 +00:00
Isaac
a43801edf1
chore: update default env 2023-02-18 20:08:14 +00:00
Isaac
2ba5415705
docs: update README 2023-02-18 20:08:04 +00:00
Isaac
b228229b74
docs: update README 2023-02-18 02:51:42 +00:00
Isaac
62ab89ad5c
docs: improve README 2023-02-18 02:46:51 +00:00
Isaac
3122633695
docs: improve README 2023-02-18 02:42:00 +00:00
Isaac
239e9e9f81
docs: improve README 2023-02-18 02:38:54 +00:00
Isaac
4049202ab2
docs: write an awesome README 2023-02-18 02:32:09 +00:00
G R
68765e530b
feat(i18n): update Italian translations [skip ci]
Currently translated at 10.6% (26 of 244 strings)

Co-authored-by: G R <gradaellig@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/it/
Translation: Discord Tickets/Bot
2023-02-17 22:38:41 +01:00
Phil
259a033752
feat(i18n): update Italian translations [skip ci]
Currently translated at 10.6% (26 of 244 strings)

Co-authored-by: Phil <me@criobits.me>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/it/
Translation: Discord Tickets/Bot
2023-02-17 22:38:41 +01:00
Isaac
7e3ab21325
Merge remote-tracking branch 'origin/v4' into v4 2023-02-17 15:01:05 +00:00
Isaac
67f674ed17
chore: add .nvmrc 2023-02-17 15:00:58 +00:00
Isaac
7b632ec54b
refactor: remove pad dependency
because it can be done in vanilla JS just as easily
2023-02-17 14:23:51 +00:00
Alessio Aquilano
46225f215d
feat(i18n): update Italian translations [skip ci]
Currently translated at 4.0% (10 of 244 strings)

Co-authored-by: Alessio Aquilano <srmalossi@hotmail.it>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/it/
Translation: Discord Tickets/Bot
2023-02-17 04:39:06 +01:00
Phil
ab470f948b
feat(i18n): update Italian translations [skip ci]
Currently translated at 4.0% (10 of 244 strings)

Co-authored-by: Phil <me@criobits.me>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/it/
Translation: Discord Tickets/Bot
2023-02-17 04:39:06 +01:00
Isaac
725fdf5ac5
chore: update dependencies 2023-02-16 21:36:40 +00:00
Isaac
65eb2a3e86
feat: use long format for category time stats 2023-02-16 21:12:37 +00:00
Isaac
c59343168c
chore: update npm config 2023-02-16 16:43:10 +00:00
Isaac
7d4a44c776
chore: update dependencies 2023-02-16 16:42:50 +00:00
Uzurka
cb4e253dda
feat(docker): add docker-compose.yml (#387)
* Add Docker-compose

* refactor(docker): improve compose file

---------

Co-authored-by: Isaac <git@eartharoid.me>
2023-02-15 21:04:43 +00:00
Isaac
64da241a76
perf(docker): reorder commands to improve caching (maybe?) 2023-02-15 01:22:09 +00:00
Isaac
ec8589393b
fix(docker): rename 2023-02-15 01:17:17 +00:00
Isaac
699b612e67
feat(docker): rename build stages 2023-02-15 01:16:04 +00:00
Isaac
f5eec3b469
style: fix weird space 2023-02-15 01:13:35 +00:00
Isaac
b2de472329
ci: add docker workflow 2023-02-15 01:07:29 +00:00
Isaac
d79701ea2c
perf(docker): decrease image size by 35%
by using multi-stage builds
2023-02-14 23:22:52 +00:00
Isaac
e6bce8b331
feat(docker): add new Dockerfile
Co-authored-by: Uzurka <101745008+Uzurka@users.noreply.github.com>
2023-02-14 23:21:36 +00:00
Isaac
6f97e4adc8
feat(i18n): add Dutch translations [skip ci]
Co-authored-by: Isaac <git@eartharoid.me>
2023-02-14 23:36:20 +01:00
sgtJohnny
ecf95100c0
feat(i18n): update German translations [skip ci]
Currently translated at 98.7% (241 of 244 strings)

Co-authored-by: sgtJohnny <info@swissnixie.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/de/
Translation: Discord Tickets/Bot
2023-02-14 03:41:06 +01:00
Isaac
9fe300dc07
chore: add changelog generator 2023-02-13 16:42:35 +00:00
Isaac
50f3102ec9
chore: remove husky from npm prepare 2023-02-13 16:41:56 +00:00
Isaac
1daab7fda9
chore: lint before commit 2023-02-13 15:07:35 +00:00
Isaac
c3d6d70316
style: lint 2023-02-13 15:07:05 +00:00
Isaac
b8dd1900e9
fix: lint command 2023-02-13 14:36:15 +00:00
Isaac
f428fac4e5
ci: add commitlint, update eslint 2023-02-13 14:33:27 +00:00
Isaac
380a84617a
chore: add commitlint 2023-02-13 14:29:01 +00:00
Isaac
63c3cc729a
chore: update scripts 2023-02-13 13:14:51 +00:00