This website requires JavaScript.
Explore
Help
Register
Sign In
syntaxbullet
/
aurorabot
Watch
1
Star
0
Fork
1
You've already forked aurorabot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
deploy.yml
Actor
All actors
syntaxbullet
Status
All status
Success
Failure
Waiting
Running
fix: mock authentication logic in server test to ensure tests for protected routes pass.
#56
:
Commit
fed27c0227
pushed by
syntaxbullet
main
2026-02-15 14:21:25 +00:00
30s
View workflow file
chore: add citrine task file
#55
:
Commit
9751e62e30
pushed by
syntaxbullet
main
2026-02-15 14:18:40 +00:00
31s
View workflow file
feat: add users management page with search, editing, and inventory control
#54
:
Commit
87d5aa259c
pushed by
syntaxbullet
main
2026-02-14 12:22:33 +00:00
31s
View workflow file
feat: add settings page with guild config, game settings, and command toggles
#53
:
Commit
f0bfaecb0b
pushed by
syntaxbullet
main
2026-02-14 11:46:06 +00:00
31s
View workflow file
feat: add admin dashboard with sidebar navigation and stats overview
#52
:
Commit
9471b6fdab
pushed by
syntaxbullet
main
2026-02-14 11:23:53 +00:00
31s
View workflow file
refactor: rename web/ to api/ to better reflect its purpose
#51
:
Commit
04e5851387
pushed by
syntaxbullet
main
2026-02-14 10:38:48 +00:00
31s
View workflow file
chore: update prod docker-compose with volume mount for item graphics
#50
:
Commit
1a59c9e796
pushed by
syntaxbullet
main
2026-02-13 20:18:03 +00:00
37s
View workflow file
fix: rename panel asset dir to avoid conflict with bot /assets route
#49
:
Commit
251616fe15
pushed by
syntaxbullet
main
2026-02-13 20:05:42 +00:00
32s
View workflow file
fix: install panel deps in Docker builder stage before build
#48
:
Commit
fbb2e0f010
pushed by
syntaxbullet
main
2026-02-13 19:54:33 +00:00
31s
View workflow file
fix: resolve vite path in Docker build and add OAuth env to prod compose
#47
:
Commit
dc10ad5c37
pushed by
syntaxbullet
main
2026-02-13 19:53:40 +00:00
35s
View workflow file
feat: add admin panel with Discord OAuth and dashboard
#46
:
Commit
2381f073ba
pushed by
syntaxbullet
main
2026-02-13 19:28:01 +00:00
37s
View workflow file
refactor: merge dockerfiles
#41
:
Commit
f822d90dd3
pushed by
syntaxbullet
main
2026-02-13 13:29:21 +00:00
33s
View workflow file
refactor: Implement Zod schema validation for inventory effect payloads and enhance item route DTO type safety.
#40
:
Commit
0c67a8754f
pushed by
syntaxbullet
main
2026-02-13 13:13:30 +00:00
39s
View workflow file
chore: exclude tickets from being commited.
#39
:
Commit
bf20c61190
pushed by
syntaxbullet
main
2026-02-13 12:54:27 +00:00
34s
View workflow file
feat: Introduce `TimerKey` enum and refactor timer key usage across services with new tests.
#38
:
Commit
2d35a5eabb
pushed by
syntaxbullet
main
2026-02-13 12:11:49 +00:00
27s
View workflow file
fix: call initializeConfig() at startup to load config from database
#37
:
Commit
570cdc69c1
pushed by
syntaxbullet
main
2026-02-12 16:00:23 +00:00
26s
View workflow file
feat: implement database-backed game settings with a new schema, service, and migration script.
#36
:
Commit
c2b1fb6db1
pushed by
syntaxbullet
main
2026-02-12 15:43:11 +00:00
26s
View workflow file
fix: Explicitly bind web server to 127.0.0.1 in tests and prevent the development build process from running in the test environment.
#19
:
Commit
c2d67d7435
pushed by
syntaxbullet
main
2026-01-31 13:35:49 +00:00
4m56s
View workflow file
fix: Install web subdirectory dependencies, set NODE_ENV for tests, and standardize hostname in server tests.
#18
:
Commit
e252d6e00a
pushed by
syntaxbullet
main
2026-01-30 15:47:37 +00:00
47s
View workflow file
ci: Update test database host in deployment workflow and add support for running specific tests in the CI simulation script.
#17
:
Commit
95f1b4e04a
pushed by
syntaxbullet
main
2026-01-30 15:43:44 +00:00
39s
View workflow file
fix: Replace `localhost` with `127.0.0.1` in database connection URLs within CI/deployment scripts.
#16
:
Commit
62c6ca5e87
pushed by
syntaxbullet
main
2026-01-30 15:35:14 +00:00
35s
View workflow file
feat: Add a script to simulate CI locally by setting up a temporary PostgreSQL database, running tests, and updating dependencies.
#15
:
Commit
aac9be19f2
pushed by
syntaxbullet
main
2026-01-30 15:31:33 +00:00
33s
View workflow file
refactor: update database index tests to use `DrizzleClient.execute` for raw SQL queries.
#14
:
Commit
bb823c86c1
pushed by
syntaxbullet
main
2026-01-30 15:23:07 +00:00
29s
View workflow file
refactor: mock DrizzleClient and external dependencies in trivia service tests.
#13
:
Commit
119301f1c3
pushed by
syntaxbullet
main
2026-01-30 15:17:33 +00:00
27s
View workflow file
chore: Enhance database debugging setup and expand test mocks for Drizzle queries and Discord API interactions.
#12
:
Commit
9a2fc101da
pushed by
syntaxbullet
main
2026-01-30 15:12:50 +00:00
30s
View workflow file
build: Add step to create a default `config.json` file during deployment.
#11
:
Commit
7049cbfd9d
pushed by
syntaxbullet
main
2026-01-30 14:48:30 +00:00
25s
View workflow file
feat: Configure CI tests with a dedicated PostgreSQL service and environment variables.
#10
:
Commit
db859e8f12
pushed by
syntaxbullet
main
2026-01-30 14:42:16 +00:00
35s
View workflow file
feat: Implement a sequential test runner script and integrate it into the deploy workflow.
#9
:
Commit
5ff3fa9ab5
pushed by
syntaxbullet
main
2026-01-30 14:35:29 +00:00
24s
View workflow file
feat: configure dedicated bot SSH key and non-interactive SSH for git operations.
#8
:
Commit
fee4969910
pushed by
syntaxbullet
main
2026-01-30 14:26:33 +00:00
20s
View workflow file
feat: Introduce scripts for database backup, restore, and log viewing, replacing remote dashboard and studio scripts.
#7
:
Commit
1a3f5c6654
pushed by
syntaxbullet
main
2026-01-30 14:15:51 +00:00
22s
View workflow file
First
Previous
1
2
Next
Last