This website requires JavaScript.
Explore
Help
Register
Sign In
syntaxbullet
/
aurorabot
Watch
1
Star
0
Fork
0
You've already forked aurorabot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
de83307adc4b58c63f5b8be6006ef1b5ad88e328
aurorabot
/
shared
/
modules
History
syntaxbullet
0c67a8754f
Some checks failed
Deploy to Production / test (push)
Failing after 38s
Details
refactor: Implement Zod schema validation for inventory effect payloads and enhance item route DTO type safety.
2026-02-13 14:12:46 +01:00
..
admin
Remove the admin update service, command, and related files, and update Docker configurations.
2026-01-30 15:29:50 +01:00
class
…
dashboard
chore: Enhance database debugging setup and expand test mocks for Drizzle queries and Discord API interactions.
2026-01-30 16:12:15 +01:00
economy
refactor: convert LootdropService from class to singleton object pattern
2026-02-13 13:28:46 +01:00
feature-flags
feat(service): add feature flags service layer
2026-02-12 14:43:11 +01:00
game-settings
feat: implement database-backed game settings with a new schema, service, and migration script.
2026-02-12 16:42:40 +01:00
guild-settings
feat(service): add guild settings service layer
2026-02-12 14:58:41 +01:00
inventory
refactor: Implement Zod schema validation for inventory effect payloads and enhance item route DTO type safety.
2026-02-13 14:12:46 +01:00
items
refactor: Abbreviate item rarity values from full names to single-letter codes across the application.
2026-02-06 13:00:41 +01:00
leveling
feat: Introduce
TimerKey
enum and refactor timer key usage across services with new tests.
2026-02-13 13:11:16 +01:00
moderation
refactor: convert ModerationService and PruneService from classes to singleton objects
2026-02-13 13:33:58 +01:00
quest
feat: Implement a new API routing system by adding dedicated route files for users, transactions, assets, items, quests, and other game entities, and integrating them into the server.
2026-02-08 18:57:42 +01:00
system
…
terminal
refactor: migrate all code to use getGuildConfig() for guild settings
2026-02-12 16:09:37 +01:00
trade
fix: address security review findings, implement real cache clearing, and fix lifecycle promises
2026-01-08 21:29:09 +01:00
trivia
refactor: mock DrizzleClient and external dependencies in trivia service tests.
2026-01-30 16:17:00 +01:00
user
…