Commit graph

1498 commits

Author SHA1 Message Date
semantic-release-bot
d16c0efd53 chore(release): 2.1.1 [skip ci]
## [2.1.1](https://github.com/ZynerOrg/xyter/compare/v2.1.0...v2.1.1) (2023-05-29)

### Bug Fixes

*  fix duplicate rows ([2c8acb3](2c8acb380e))
*  fix duplicate rows ([9485739](9485739772))
2023-05-29 22:59:58 +00:00
a9b078e349
Merge pull request #643 from ZynerOrg/dev
Dev
2023-05-30 00:59:07 +02:00
semantic-release-bot
c5ee36d46f chore(release): 2.1.1-dev.1 [skip ci]
## [2.1.1-dev.1](https://github.com/ZynerOrg/xyter/compare/v2.1.0...v2.1.1-dev.1) (2023-05-29)

### Bug Fixes

*  fix duplicate rows ([9485739](9485739772))
2023-05-29 21:08:38 +02:00
2c8acb380e fix: fix duplicate rows
The bot created new cooldowns instead of updating old ones, this commit fixes this by doing an updateMany if it finds a cooldown instead of just creating new ones
2023-05-29 21:08:38 +02:00
semantic-release-bot
46e6242ae7 chore(release): 2.1.1-dev.1 [skip ci]
## [2.1.1-dev.1](https://github.com/ZynerOrg/xyter/compare/v2.1.0...v2.1.1-dev.1) (2023-05-29)

### Bug Fixes

*  fix duplicate rows ([9485739](9485739772))
2023-05-29 19:03:41 +00:00
9485739772 fix: fix duplicate rows
The bot created new cooldowns instead of updating old ones, this commit fixes this by doing an updateMany if it finds a cooldown instead of just creating new ones
2023-05-29 21:03:00 +02:00
semantic-release-bot
f5f68a0a96 chore(release): 2.1.0 [skip ci]
# [2.1.0](https://github.com/ZynerOrg/xyter/compare/v2.0.0...v2.1.0) (2023-05-29)

### Bug Fixes

* 🔖 forgot to update version in package.json ([a8377d0](a8377d00ff))
* 🐛 create user if not exist before create quote ([04ef7c9](04ef7c9d8d))
* 🚸 change to ephermal cooldown messages ([21a5cd3](21a5cd3eab))
* 🚚 rename quote to quotes ([ce7d3d8](ce7d3d8695))
*  replace template string with double quote ([5a43128](5a43128c50))

### Features

* 🗃️ add createdAt & updatedAt fields for Cooldowns ([3cf88ab](3cf88abfd0))
*  add quote feature ([a2e1fa7](a2e1fa7a98))
2023-05-29 15:32:02 +00:00
6b76d6e0aa build: 🎨 Use COPY instead of ADD for files and folders
For items like files and directories that do not require ADD’s tar auto-extraction capability, you should always use COPY. Read more about it here.
2023-05-29 17:31:17 +02:00
semantic-release-bot
1ffc5259a4 chore(release): 2.1.0-dev.3 [skip ci]
# [2.1.0-dev.3](https://github.com/ZynerOrg/xyter/compare/v2.1.0-dev.2...v2.1.0-dev.3) (2023-05-29)

### Bug Fixes

*  replace template string with double quote ([914ca04](914ca04302))
2023-05-29 17:31:17 +02:00
5a43128c50 fix: replace template string with double quote
Replaced with double quote as a template string is unneeded
2023-05-29 17:31:17 +02:00
renovate[bot]
9e78dafa85 chore(deps): update dependency @semantic-release/release-notes-generator to v11.0.2 2023-05-29 17:31:17 +02:00
semantic-release-bot
76efed3fad chore(release): 2.1.0-dev.2 [skip ci]
# [2.1.0-dev.2](https://github.com/ZynerOrg/xyter/compare/v2.1.0-dev.1...v2.1.0-dev.2) (2023-05-29)

### Bug Fixes

* 🐛 create user if not exist before create quote ([2a395a5](2a395a596e))
2023-05-29 17:31:17 +02:00
04ef7c9d8d fix: 🐛 create user if not exist before create quote
Create missing users before creating a new quote in database to ensure that it can have a relation
2023-05-29 17:31:17 +02:00
semantic-release-bot
d5e2ed9ff2 chore(release): 2.1.0-dev.1 [skip ci]
# [2.1.0-dev.1](https://github.com/ZynerOrg/xyter/compare/v2.0.0...v2.1.0-dev.1) (2023-05-29)

### Bug Fixes

* 🔖 forgot to update version in package.json ([8d6454f](8d6454f508))
* 🚸 change to ephermal cooldown messages ([26f2dd2](26f2dd2657))
* 🚚 rename quote to quotes ([4adf4ae](4adf4aee5b))

### Features

* 🗃️ add createdAt & updatedAt fields for Cooldowns ([bc47e92](bc47e9286b))
*  add quote feature ([5a4508d](5a4508d95d))
2023-05-29 17:31:17 +02:00
1ccdfc2e82 build: 🔖 add dev semantic prerelease
Added semantic release job for dev branch
2023-05-29 17:31:17 +02:00
a8377d00ff fix: 🔖 forgot to update version in package.json
I had forgot update version in package.json, this is not something affecting code, it just makes the update look better, even tho it still would got a version above 2.0.0
2023-05-29 17:31:17 +02:00
ce7d3d8695 fix: 🚚 rename quote to quotes
Renamed /quote to /quotes
2023-05-29 17:31:17 +02:00
a2e1fa7a98 feat: add quote feature
Now users can post quotes about each other if guild has enabled it!
2023-05-29 17:31:17 +02:00
21a5cd3eab fix: 🚸 change to ephermal cooldown messages
Changed to using ephemeral messages for cooldowns, so users are not spamming others by cooldown messages
2023-05-29 17:31:17 +02:00
3cf88abfd0 feat: 🗃️ add createdAt & updatedAt fields for Cooldowns
Added timestamps for when a cooldown was created and last time updated
2023-05-29 17:31:17 +02:00
semantic-release-bot
41af2032ac chore(release): 1.4.5 [skip ci]
## [1.4.5](https://github.com/ZynerOrg/xyter/compare/v1.4.4...v1.4.5) (2023-05-28)

### Bug Fixes

* **deps:** update dependency winston to v3.9.0 ([022a295](022a295f91))
2023-05-28 14:19:28 +00:00
a1f7572bb5
Merge pull request #630 from ZynerOrg/renovate/winston-3.x-lockfile
fix(deps): update dependency winston to v3.9.0
2023-05-28 16:18:49 +02:00
f4ec0cfe9e
Merge pull request #628 from ZynerOrg/renovate/actions-setup-node-3.x
chore(deps): update actions/setup-node action to v3
2023-05-28 16:18:42 +02:00
eeba627688
Merge pull request #627 from ZynerOrg/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2023-05-28 16:18:36 +02:00
c3b962a09f
Merge pull request #626 from ZynerOrg/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2023-05-28 16:18:28 +02:00
b72d56f58f
Merge pull request #631 from ZynerOrg/renovate/major-semantic-release-monorepo
chore(deps): update semantic-release monorepo (major)
2023-05-28 16:18:10 +02:00
591658856d
Update .releaserc 2023-05-28 16:14:25 +02:00
renovate[bot]
5f18145e22
chore(deps): update semantic-release monorepo 2023-05-28 14:13:04 +00:00
c383919188
Update package.json 2023-05-28 16:13:01 +02:00
renovate[bot]
78486435e0
chore(deps): update actions/setup-node action to v3 2023-05-28 14:12:56 +00:00
renovate[bot]
2eea5d1ba8
chore(deps): update actions/checkout action to v3 2023-05-28 14:12:53 +00:00
renovate[bot]
00ee3766cb
chore(deps): update actions/cache action to v3 2023-05-28 14:12:49 +00:00
renovate[bot]
022a295f91
fix(deps): update dependency winston to v3.9.0 2023-05-28 14:12:44 +00:00
ae66108de5
Merge pull request #629 from ZynerOrg/dev
Version 2.0.0
2023-05-28 16:12:16 +02:00
af9e48a8eb Version 2.0.0 2023-05-28 16:06:21 +02:00
bbdf359dd7 Improve discord subcommand descriptions 2023-01-26 18:43:30 +01:00
2d5182f840 Remove commented code 2023-01-26 18:43:30 +01:00
c19a1d8653 Improve structure subcommands utils 2023-01-26 18:43:30 +01:00
9eb3dacc5c Improved structure of single file events 2023-01-26 18:43:30 +01:00
672abc44bd More refactoring 2023-01-26 18:43:30 +01:00
aea3dfd365 refactoring 2023-01-26 18:43:30 +01:00
cc8a3b9b3c
Update docker-image.yml 2023-01-22 00:42:03 +01:00
semantic-release-bot
06fd6d668c chore(release): 1.4.4 [skip ci]
## [1.4.4](https://github.com/ZynerOrg/xyter/compare/v1.4.3...v1.4.4) (2023-01-21)

### Bug Fixes

* 💥 fix breaking changes ([89404de](89404de116)), closes [#588](https://github.com/ZynerOrg/xyter/issues/588) [#596](https://github.com/ZynerOrg/xyter/issues/596)
2023-01-21 18:12:22 +00:00
semantic-release-bot
31e2e09cb2 chore(release): 1.4.4-next.1 [skip ci]
## [1.4.4-next.1](https://github.com/ZynerOrg/xyter/compare/v1.4.3...v1.4.4-next.1) (2023-01-21)

### Bug Fixes

* 💥 fix breaking changes ([2932788](2932788b76)), closes [#588](https://github.com/ZynerOrg/xyter/issues/588) [#596](https://github.com/ZynerOrg/xyter/issues/596)
2023-01-21 19:09:23 +01:00
deepsource-autofix[bot]
61f7cf8c65 Format code with prettier 2023-01-21 19:09:23 +01:00
89404de116 fix: 💥 fix breaking changes
Fixed some bugs and added nix development flake

#588 #596 This release also has breaking changes that will need you to replace your docker-compose.yml and .env with the ones included in this release
2023-01-21 19:09:23 +01:00
72ac9d3895 fix issue #596 2023-01-21 19:09:23 +01:00
02b3987dd8 ignore docker compose override file 2023-01-21 19:09:23 +01:00
6b1eb44fad improve user experience 2023-01-21 19:09:23 +01:00
d19a3af6a3 fix issue #588 2023-01-21 19:09:23 +01:00