Commit graph

197 commits

Author SHA1 Message Date
9f57ac3944
fix: trigger ci testing only 2022-12-13 18:17:48 +01:00
ad866a0d57
fix: trying to trigger ci 2022-12-13 18:14:04 +01:00
56dd94e2f1
Update package.json 2022-12-13 18:03:19 +01:00
c5a0cab29b
fix: package.json description 2022-12-13 17:52:30 +01:00
cad17b68be
fix: package.json version 2022-12-13 17:34:02 +01:00
fceddc9a29
Update package.json 2022-12-13 17:19:57 +01:00
c38598cbf3
Update package.json 2022-12-13 17:18:42 +01:00
f53a93faee
Update package.json 2022-12-13 17:17:42 +01:00
244eb0c420
Update package.json 2022-12-13 17:16:50 +01:00
23d0103961 chore(npm): 📌 updated packages
Updated packages that may solve Prisma OpenSSL 3 problems
2022-12-13 14:30:36 +01:00
7b34763660
v1.1.0 (#508)
* ci: 💚 remove arm64 build (#497) (#498)

I had to remove arm64 platform from the images since prisma client do not seem to support arm64 yet

* User Experience Improvements (#507)

* ci: 💚 remove arm64 build (#497)

I had to remove arm64 platform from the images since prisma client do not seem to support arm64 yet

* Update dependency prettier to v2.8.0 (#502)

* fix: 📦 add missing package prisma

* 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

* Update Dockerfile

* Update schema.prisma

* Configure Renovate (#500)

* Add renovate.json

* Format code with prettier

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

* Update dependency prettier to v2.8.0

Co-authored-by: Vermium Sifell <vermium@zyner.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* Update dependency @types/uuid to v9 (#503)

* fix: 📦 add missing package prisma

* 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

* Update Dockerfile

* Update schema.prisma

* Configure Renovate (#500)

* Add renovate.json

* Format code with prettier

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

* Fix invite URL (#504)

* Update dependency @types/uuid to v9

Co-authored-by: Vermium Sifell <vermium@zyner.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Kreusada <67752638+Kreusada@users.noreply.github.com>

* Update dependency lint-staged to v13.0.4 (#501)

* fix: 📦 add missing package prisma

* 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

* Update Dockerfile

* Update schema.prisma

* Configure Renovate (#500)

* Add renovate.json

* Format code with prettier

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

* Fix invite URL (#504)

* Update dependency lint-staged to v13.0.4

Co-authored-by: Vermium Sifell <vermium@zyner.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Kreusada <67752638+Kreusada@users.noreply.github.com>

* It's all about User Experience (#505)

* chore(ux): 🚸 Improved credits balance messages

Improved how messages is written by using "you" form and make it less cluttered

* feat(ux): 🚸 Added version to utility stats

Added a running version field to utility stats to show hosters and their users if they support commands that may is too new for their running version

* chore(nodejs): 🔖 change version to v1.1.0

This is to make sure that package.json has corrcet version tagged inside of it

* chore(ux): 🚸 updated "on cooldown" message

Makes more sense to talk in a more positive tone than a negative tone

* style(ux): 🚚 utility => utils

Renaming utility category to utils makes it easier for users to retype commands

* chore(ux): 🚸 Improved utils about

"/utils about" now shows information about the current bot instance, such as uptime, total users and guilds and version

Removed information about Xyter in the bot. Instead users are expected to go to out documentation to learn more

* chore(ux): 🚸 Improved /utils avatar

Improved messages for /utils avatar and added a link for people to know that they could download the image

* refactor(ux): 🚸 Removed /utils ping

Removed /utils ping since /utils about now includes latency related information

Merged /utils ping into /utils about

* refactor(ux): 🚸 Removed /utils stats

Removed /utils stats since now /utils about includes information about bot instance

Merged /utils stats into /utils about

* chore(ux): 🚸 Improved /fun meme

Improved UX for /fun meme and added a link button for viewing the post

* chore(ux): 🚸 /reputation view => /reputation check and improved UX

Renamed /reputation view to /reputation check as it makes more sense, also improved messages for better user experience

Moved /reputation view to /reputation check

* chore(ux): 🚸 Moved /reputation give => /reputation repute and improved UX

/reputation repute makes more sense than /reputation give and I also updated messages to be more user engaging

Moved /reputation give to /reputation repute

* chore(ux): 🚸 Improved error messages

I changed so description would be the error message instead of the error object. I also updated the title and added a report problem button that links to the official discord server

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Kreusada <67752638+Kreusada@users.noreply.github.com>
2022-12-04 17:48:25 +01:00
ac240343cc
fix: 📦 add missing package prisma 2022-11-04 16:16:06 +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
dbf4471ced 📦 Removed unused and updated packages 2022-11-01 18:54:16 +01:00
renovate[bot]
d090ee05ab
Update dependency i18next-fs-backend to v2 2022-10-31 10:29:28 +00: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
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
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
0239b6c4dc
🚸 🎨 ♻️ Cooldown Middleware 2022-10-24 00:17:04 +02:00
a84222965f
🚧 Dockerfile and script changes 2022-10-23 18:11:31 +02:00
d8c3492732
🚧 Making bot production ready 2022-10-23 17:27:53 +02:00
renovate[bot]
9c07f320c0
Pin dependency prisma to 4.5.0 2022-10-21 10:40:35 +00:00
1dfd7db681
Merge pull request #436 from VermiumSifell/dev-prisma
Switch from Mongoose to Prisma Part 1
2022-10-21 12:19:23 +02:00
93321d944e
Merge pull request #433 from ZynerOrg/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v5.40.1
2022-10-19 20:55:16 +02:00
2f6e84f002
Merge pull request #434 from ZynerOrg/renovate/jest-monorepo
Update dependency jest to v29.2.1
2022-10-19 20:55:09 +02:00
renovate[bot]
d25e917a02
Update dependency i18next to v22 2022-10-19 09:33:16 +00:00
1f4c24dc01 prisma/client 2022-10-19 09:04:21 +02:00
renovate[bot]
09b9d72ae6
Update dependency jest to v29.2.1 2022-10-18 18:49:49 +00:00
renovate[bot]
90a8414c14
Update typescript-eslint monorepo to v5.40.1 2022-10-17 18:32:07 +00:00
renovate[bot]
5b33733d14
Update dependency jest to v29.2.0 2022-10-14 09:20:55 +00:00
60c5299590
Merge pull request #415 from ZynerOrg/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v5.40.0
2022-10-13 09:26:28 +02:00
renovate[bot]
b37e6786c9
Update typescript-eslint monorepo to v5.40.0 2022-10-13 07:26:23 +00:00
d131801bdd
Merge pull request #416 from ZynerOrg/renovate/jest-monorepo
Update dependency jest to v29.1.2
2022-10-13 09:26:22 +02:00
8a340c4e98
Merge pull request #417 from ZynerOrg/renovate/axios-1.x
Update dependency axios to v1
2022-10-13 09:26:12 +02:00
renovate[bot]
85418ee17c
Update dependency eslint to v8.25.0 2022-10-08 01:02:49 +00:00
renovate[bot]
eee4371048
Update dependency axios to v1 2022-10-04 20:23:42 +00:00
renovate[bot]
e92be5f881
Update dependency jest to v29.1.2 2022-09-30 09:34:01 +00:00
renovate[bot]
d9761f3ef1
Update dependency eslint to v8.24.0 2022-09-24 01:30:24 +00:00
renovate[bot]
8a95c30557
Update typescript-eslint monorepo to v5.38.0 2022-09-20 08:36:32 +00:00
0daf5bada5
Merge pull request #410 from ZynerOrg/renovate/jest-monorepo
Update dependency jest to v29.0.3
2022-09-20 10:35:54 +02:00
9989e60b56
Merge pull request #411 from ZynerOrg/renovate/eslint-8.x
Update dependency eslint to v8.23.1
2022-09-20 10:35:50 +02:00
renovate[bot]
3710097aaf
Update dependency nodemon to v2.0.20 2022-09-16 15:46:24 +00:00
renovate[bot]
eca4b54864
Update dependency eslint to v8.23.1 2022-09-12 06:11:12 +00:00
renovate[bot]
5ca3ea35e1
Update dependency jest to v29.0.3 2022-09-10 15:15:40 +00:00
80ddc4739b
Merge pull request #408 from ZynerOrg/renovate/uuid-9.x
Update dependency uuid to v9
2022-09-09 09:54:58 +02:00