Skip to content
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e059f38
feat: complete webhook and add auto assign commands
SobaSkee Dec 25, 2025
90088cc
feat: create endpoint for discord bot and event listener to add auto …
SobaSkee Dec 27, 2025
541fa02
actual update
SobaSkee Dec 27, 2025
9538b2f
refactor: old implementation reworked to use endpoints from api
SobaSkee Dec 27, 2025
671a2eb
chore: remove old db file
SobaSkee Dec 27, 2025
554027e
chore: remove gemini api key requirement
SobaSkee Dec 27, 2025
28af3e4
fix: revert accounts go sqlc version
SobaSkee Dec 27, 2025
b88cc37
fix: rename hacker_role to role
SobaSkee Dec 27, 2025
e9bf979
fix: refactor code to get event role by discord and event id
SobaSkee Jan 16, 2026
d54565a
Check in scanner (#284)
AlexanderWangY Jan 19, 2026
b68f64b
fix: remove event id tests from intents (#285)
AlexanderWangY Jan 19, 2026
43f0443
fix/parse intents tests (#286)
AlexanderWangY Jan 19, 2026
a6fd23e
chore: change to to be announced (#287)
AlexanderWangY Jan 19, 2026
625bfd3
feat: add event id when calling endpoint
SobaSkee Jan 19, 2026
f9faa87
Merge branch 'dev' into feat/discord-bot-auto-assign-roles
h1divp Jan 19, 2026
39b2d82
fix: sqlc generate, deleted large bin file
h1divp Jan 19, 2026
b15e47a
Merge pull request #260 from swamphacks/feat/discord-bot-auto-assign-…
h1divp Jan 19, 2026
05c13f7
Stanley/basic bot structure (#216)
SobaSkee Jan 20, 2026
f7deaf2
Redemptions (#288)
hugoliu-code Jan 20, 2026
60cbf6e
feat: resume downloader script; fix: add to gitignore (#289)
h1divp Jan 20, 2026
42db4cf
fix: injected services (#290)
AlexanderWangY Jan 20, 2026
1522649
feat: welcome email release (#291)
h1divp Jan 21, 2026
adf256e
qr code fixes (#293)
h1divp Jan 21, 2026
a10695e
feat: change 72 hours to 24 in email (#296)
h1divp Jan 22, 2026
5eface4
Redeemablebugfixes (#297)
hugoliu-code Jan 23, 2026
dc99bf3
feat: production github workflow and docker config for discord bot (#…
h1divp Jan 23, 2026
07dd064
feat: mobile endpoints (#298)
AlexanderWangY Jan 23, 2026
d67f556
fix: remove bad discord docker stuff, fix syntax (#299)
h1divp Jan 23, 2026
f00052e
update rfid (#300)
AlexanderWangY Jan 23, 2026
e9b6b30
feat/update rfid (#301)
AlexanderWangY Jan 23, 2026
3042947
Merge branch 'master' into dev
h1divp Jan 23, 2026
71894c7
resume downloader improvements (#303)
h1divp Feb 2, 2026
8016997
fix: docs deploy (#304)
AlexanderWangY Feb 23, 2026
b8214f2
workflow dispatch
AlexanderWangY Feb 23, 2026
4da36c4
Merge branch 'master' into dev
AlexanderWangY Feb 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths:
- 'apps/docs/**'
workflow_dispatch:

permissions:
contents: write
Expand Down