Commit graph

1337 commits

Author SHA1 Message Date
46cffe38bb
Update schema.prisma 2022-11-29 21:26:36 +01:00
666308bc72
Update Dockerfile 2022-11-08 10:42:16 +01:00
6dd904a2f6
ci: 💚 remove arm64 build (#497) (#498) (#499)
I had to remove arm64 platform from the images since prisma client do not seem to support arm64 yet
2022-11-04 17:50:00 +01:00
ac240343cc
fix: 📦 add missing package prisma 2022-11-04 16:16:06 +01:00
dd86639627
build: 🚑 add more missing deps 2022-11-04 15:38:26 +01:00
af7d9a5592
build: 🚑 missing dependencies from package-lock 2022-11-04 15:37:18 +01:00
2e0541b2a1
v1.0.0 (#496)
* Fix missing packages and make signing commits as default in VS Code (#491)

* Added missing package and improve user/dev experience (#486)

* fix: 📦 add date-fns

Added missing date-fns to dependency list

* style(git): 🧑‍💻 start using Conventional Commits

Started using a commit convention called Conventional Commits (conventionalcommits.org)

* chore(github): 🚸 Remove issue templates

Removed issue templates since they confuses people and makes less people go through and make an issue

* feat(git): 🧑‍💻 vs code git commit signing (#488)

Enable commit signing in VS Code by default

* 🚸 improve dev experience in vs code

* 📦 Removed unused and updated packages

* Added missing package and improve user/dev experience (#486)

* fix: 📦 add date-fns

Added missing date-fns to dependency list

* style(git): 🧑‍💻 start using Conventional Commits

Started using a commit convention called Conventional Commits (conventionalcommits.org)

* chore(github): 🚸 Remove issue templates

Removed issue templates since they confuses people and makes less people go through and make an issue

* feat(git): 🧑‍💻 vs code git commit signing (#488)

Enable commit signing in VS Code by default

* chore: ⚰️ remove config for unused github apps (#492)

Removed configuration files for licrc and renovate since they are not used anymore

* Updated CI workflows (#494)

* ci(github): 👷 add arm64 support and run workflow with cron and on push and pull request

Added support for linux/arm64 platform, I also added a cronjob and added pull_request as triggers to run the workflow

* ci: 🚸 add ghcr.io as registry too

Added ghcr.io as a registry aswell as keeping docker hub too

* ci: 👷 add release workflow (semantic release)

Added a new workflow for semantic releases

* ci: 💚 remove strategy

Removed strategy's since they were not used

* ci: 💚 change frmo master to main

Change from wrong branch (master) to main in workflow

* chore: ✏️ master should be main

Changed from master to main in releaserc

* Update .deepsource.toml (#487)

Co-authored-by: DeepSource Bot <bot@deepsource.io>

* Format code with prettier (#489)

This commit fixes the style issues introduced in 502f8b1 according to the output
from prettier.

Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/2d6f5e66-ae8b-4261-92a6-688077649213/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* Fix missing packages and make signing commits as default in VS Code (#491) (#493)

* Added missing package and improve user/dev experience (#486)

* fix: 📦 add date-fns

Added missing date-fns to dependency list

* style(git): 🧑‍💻 start using Conventional Commits

Started using a commit convention called Conventional Commits (conventionalcommits.org)

* chore(github): 🚸 Remove issue templates

Removed issue templates since they confuses people and makes less people go through and make an issue

* feat(git): 🧑‍💻 vs code git commit signing (#488)

Enable commit signing in VS Code by default

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: DeepSource Bot <bot@deepsource.io>
2022-11-04 15:35:01 +01:00
bb2b8650ae
Fix missing packages and make signing commits as default in VS Code (#491) (#493)
* Added missing package and improve user/dev experience (#486)

* fix: 📦 add date-fns

Added missing date-fns to dependency list

* style(git): 🧑‍💻 start using Conventional Commits

Started using a commit convention called Conventional Commits (conventionalcommits.org)

* chore(github): 🚸 Remove issue templates

Removed issue templates since they confuses people and makes less people go through and make an issue

* feat(git): 🧑‍💻 vs code git commit signing (#488)

Enable commit signing in VS Code by default
2022-11-04 14:13:44 +01:00
deepsource-autofix[bot]
070cedb451
Format code with prettier (#489)
This commit fixes the style issues introduced in 502f8b1 according to the output
from prettier.

Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/2d6f5e66-ae8b-4261-92a6-688077649213/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2022-11-04 13:53:39 +01:00
deepsource-autofix[bot]
502f8b1ade
Update .deepsource.toml (#487)
Co-authored-by: DeepSource Bot <bot@deepsource.io>
2022-11-04 00:59:52 +01:00
9b22333bf7
Merge pull request #485 from ZynerOrg/next
Merge pull request #483 from VermiumSifell/dev
2022-11-03 15:19:10 +01:00
16d94e82f9
Merge pull request #484 from VermiumSifell/dev
Improve user experience
2022-11-03 15:18:18 +01:00
59a105bad0 docs(README): improved user experience 2022-11-03 15:14:11 +01:00
cd47d11339
Merge pull request #483 from VermiumSifell/dev
Improve developer experience
2022-11-03 15:13:58 +01:00
62bbf17eab
Merge pull request #475 from VermiumSifell/dev
📦 Removed unused and updated packages
2022-11-01 18:55:31 +01:00
dbf4471ced 📦 Removed unused and updated packages 2022-11-01 18:54:16 +01:00
8b8adf676f
Merge pull request #474 from VermiumSifell/dev
Improve workflow and developer experience in VS code and when upserting guild members
2022-11-01 18:44:02 +01:00
2980c376b7 🚸 improve dev experience in vs code 2022-11-01 18:20:25 +01:00
8e2a0cca3a 👷 Change "on" in Docker workflow 2022-11-01 18:15:50 +01:00
ef76cf01f6
add helper to upsert a guild member 2022-10-31 14:51:48 +01:00
9af80e0c2f
Merge pull request #465 from ZynerOrg/dev
2022.11.03
2022-10-31 11:33:19 +01:00
52531fbecb
Merge pull request #469 from ZynerOrg/renovate/i18next-fs-backend-2.x
Update dependency i18next-fs-backend to v2
2022-10-31 11:30:15 +01:00
renovate[bot]
d090ee05ab
Update dependency i18next-fs-backend to v2 2022-10-31 10:29:28 +00:00
092ce8c909
Merge pull request #470 from ZynerOrg/renovate/i18next-http-backend-2.x
Update dependency i18next-http-backend to v2
2022-10-31 11:28:22 +01:00
renovate[bot]
241129bfff
Update dependency i18next-http-backend to v2 2022-10-26 10:01:07 +00:00
ff31022179
Merge pull request #466 from ZynerOrg/renovate/jest-monorepo
Update dependency jest to v29.2.2
2022-10-25 11:53:04 +02:00
28d7c15dc9
Merge pull request #467 from ZynerOrg/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v5.41.0
2022-10-25 11:52:56 +02:00
renovate[bot]
4428d9ff97
Update typescript-eslint monorepo to v5.41.0 2022-10-24 20:39:07 +00:00
renovate[bot]
47be3a9657
Update dependency jest to v29.2.2 2022-10-24 20:38:35 +00:00
8257f0e137
Merge pull request #462 from VermiumSifell/dev
Refactoring some handlers and middlewares
2022-10-24 11:14:02 +02:00
5620eb8315 💡 JS-D1001 2022-10-24 11:13:03 +02:00
38e5ebbade 🚨 JS-0294 2022-10-24 11:10:05 +02:00
71ff30ea87 🚨 JS-0116 JS-0376 2022-10-24 10:09:58 +02:00
f49773c00d
Merge pull request #464 from NAHFE/main
Use Alpine as base image in docker
2022-10-24 10:01:35 +02:00
d353902643
Merge pull request #463 from ZynerOrg/renovate/eslint-8.x
Update dependency eslint to v8.26.0
2022-10-24 09:51:51 +02:00
Herman Andgart
0d8a8bc121
use alpine in docker image 2022-10-24 09:06:41 +02:00
renovate[bot]
fb93252156
Update dependency eslint to v8.26.0 2022-10-24 01:39:12 +00:00
77bfe48613
🔨 Set NODE_ENV to development for npm run dev 2022-10-24 01:54:53 +02:00
048f8bade9
♻️ Command Handler 2022-10-24 01:51:51 +02:00
5d1f8e4569
♻️ deployCommands Handler 2022-10-24 01:51:43 +02:00
c352a08295
💡 🔊 🎨 ♻️ updatePresence Handler 2022-10-24 01:05:04 +02:00
092b4be7b4
🔊 add clock to no jobs warning 2022-10-24 00:56:15 +02:00
29391d76ff
♻️ Event Handler 2022-10-24 00:55:33 +02:00
5f7031587f
♻️ Cooldown middleware 2022-10-24 00:43:00 +02:00
0239b6c4dc
🚸 🎨 ♻️ Cooldown Middleware 2022-10-24 00:17:04 +02:00
c8fb975623
♻️ replaced * cooldown functions with 1 middleware 2022-10-23 23:22:13 +02:00
976e8e7fdc
🚚 one file per credit transaction type 2022-10-23 23:07:54 +02:00
cf3f3449e8
🔊 Added query logging for Prisma 2022-10-23 22:33:16 +02:00
d624c62669
♻️ Give credits helper 2022-10-23 22:32:54 +02:00
99fc49daa8
Merge pull request #461 from VermiumSifell/dev
2022.11.02
2022-10-23 19:53:45 +02:00