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
ci-deploy.yml
Actor
All actors
syntaxbullet
Status
All status
Success
Failure
Waiting
Running
chore: exclude tickets from being commited.
deploy.yml #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.
deploy.yml #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
deploy.yml #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.
deploy.yml #36
:
Commit
c2b1fb6db1
pushed by
syntaxbullet
main
2026-02-12 15:43:11 +00:00
26s
View workflow file
docs: update documentation to reflect headless API-only web service
deploy.yml #35
:
Commit
73ad889018
pushed by
syntaxbullet
main
2026-02-12 11:52:34 +00:00
44s
View workflow file
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.
deploy.yml #34
:
Commit
553b9b4952
pushed by
syntaxbullet
main
2026-02-08 17:58:32 +00:00
44s
View workflow file
test: add deepMerge mock to fix test isolation
deploy.yml #33
:
Commit
fbf1e52c28
pushed by
syntaxbullet
main
2026-02-08 15:44:06 +00:00
40s
View workflow file
feat: Implement structured lootbox results with image support and display referenced items in shop listings.
deploy.yml #32
:
Commit
5e8683a19f
pushed by
syntaxbullet
main
2026-02-08 15:08:00 +00:00
42s
View workflow file
feat: Increase maximum image upload size from 2MB to 15MB.
deploy.yml #31
:
Commit
ee088ad84b
pushed by
syntaxbullet
main
2026-02-06 12:49:30 +00:00
41s
View workflow file
feat: Allow direct icon upload when updating an item in the item form.
deploy.yml #30
:
Commit
b18b5fab62
pushed by
syntaxbullet
main
2026-02-06 12:38:07 +00:00
41s
View workflow file
fix(docker): add web network to studio to allow port exposure
deploy.yml #29
:
Commit
0b56486ab2
pushed by
syntaxbullet
main
2026-02-06 12:15:09 +00:00
42s
View workflow file
chore: stop opening browser automatically when connecting to remote
deploy.yml #28
:
Commit
11c589b01c
pushed by
syntaxbullet
main
2026-02-06 12:12:03 +00:00
43s
View workflow file
chore: add studio service to production compose
deploy.yml #27
:
Commit
e4169d9dd5
pushed by
syntaxbullet
main
2026-02-06 12:10:46 +00:00
41s
View workflow file
refactor: Abbreviate item rarity values from full names to single-letter codes across the application.
deploy.yml #26
:
Commit
1929f0dd1f
pushed by
syntaxbullet
main
2026-02-06 12:01:29 +00:00
41s
View workflow file
feat: Add support for local asset URLs for shop item icons and images, attaching them to Discord messages.
deploy.yml #25
:
Commit
db4e7313c3
pushed by
syntaxbullet
main
2026-02-06 11:53:06 +00:00
43s
View workflow file
feat: Add image cropping functionality with a new component, dialog, and canvas utilities.
deploy.yml #24
:
Commit
1ffe397fbb
pushed by
syntaxbullet
main
2026-02-06 11:45:55 +00:00
41s
View workflow file
feat: implement comprehensive item management system with admin UI, API, and asset handling utilities.
deploy.yml #23
:
Commit
34958aa220
pushed by
syntaxbullet
main
2026-02-06 11:20:05 +00:00
44s
View workflow file
chore: bump version, add deployment script
deploy.yml #22
:
Commit
109b36ffe2
pushed by
syntaxbullet
main
2026-02-05 12:06:05 +00:00
52s
View workflow file
chore: improve dev experience via docker override, and remove redundant commands.
deploy.yml #21
:
Commit
cd954afe36
pushed by
syntaxbullet
main
2026-02-05 11:58:11 +00:00
44s
View workflow file
ci: remove build and deploy jobs from the deploy workflow.
deploy.yml #20
:
Commit
2b60883173
pushed by
syntaxbullet
main
2026-01-31 13:43:03 +00:00
48s
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.
deploy.yml #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.
deploy.yml #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.
deploy.yml #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.
deploy.yml #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.
deploy.yml #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.
deploy.yml #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.
deploy.yml #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.
deploy.yml #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.
deploy.yml #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.
deploy.yml #10
:
Commit
db859e8f12
pushed by
syntaxbullet
main
2026-01-30 14:42:16 +00:00
35s
View workflow file
First
Previous
1
2
3
4
5
Next
Last