Commit graph

249 commits

Author SHA1 Message Date
d81d7d7293
feat: support fetching fest yaml alongside rotations
big changes in this commit lols... why did i originally design it that way anyway?
2026-04-01 00:09:53 +02:00
a630bd34a4
feat: use boss base url instead of full 2026-04-01 00:03:20 +02:00
f64e61dd08
feat: add twitter definitions in readme 2026-03-30 22:32:57 +02:00
e616167ecd
chore(feat): update readme to reflect new .toml building 2026-03-30 22:27:00 +02:00
Renovate Bot
2814425728 chore(deps): update actions/checkout action to v6 2026-03-30 23:53:53 +02:00
Renovate Bot
47f37425da chore(deps): update dependency fastapi to v0.135.2 2026-03-30 23:52:18 +02:00
Renovate Bot
2205905677 chore(deps): update dependency requests to v2.33.1 2026-03-30 23:51:39 +02:00
Renovate Bot
8199cdc256 chore(deps): update dependency starlette to v1 2026-03-30 23:51:23 +02:00
Renovate Bot
dbe09f2829 chore(deps): update dependency uvicorn to v0.42.0 2026-03-30 23:50:58 +02:00
Renovate Bot
c61c8dac0c chore(deps): update dependency charset-normalizer to v3.4.6 2026-03-30 23:50:39 +02:00
Renovate Bot
a7e117db9a chore(deps): update dependency cryptography to v46.0.6 2026-03-30 23:49:31 +02:00
Renovate Bot
4b90f753a5 chore(deps): update dependency anyio to v4.13.0 2026-03-30 23:49:19 +02:00
Renovate Bot
26825a5a82 chore(deps): update dependency python-dotenv to v1.2.2 2026-03-30 21:43:04 +00:00
kittentm
3965646e39 remove uv.lock cuz im tired of renovate throwing billions of errors 2026-03-30 23:40:23 +02:00
3b40d565a4
feat: forward /api/v1/post to /post in judd 2026-03-30 21:37:00 +02:00
Renovate Bot
bcbdc92f53 chore(deps): update docker/setup-buildx-action action to v4 2026-03-29 04:51:40 +02:00
kittentm
a985a72567 Merge pull request 'ci: dont push to docker everytime 😭' (#21) from fix/workflow-push into main
Reviewed-on: https://git.crafterpika.cc/kittentm/splatnet-backend/pulls/21
2026-03-29 04:40:02 +02:00
kittentm
be8f5fe244 ci: dont push to docker everytime 😭 2026-03-29 04:38:55 +02:00
kittentm
073f576f8b Merge pull request 'chore(deps): update dependency sqlalchemy to v2.0.48' (#14) from renovate/sqlalchemy-2.x into main
Reviewed-on: https://git.crafterpika.cc/kittentm/splatnet-backend/pulls/14
2026-03-28 05:06:43 +01:00
kittentm
c8043ef687 Update dockerfile 2026-03-28 04:32:20 +01:00
Renovate Bot
e06b9ea82b chore(deps): update dependency sqlalchemy to v2.0.48 2026-03-28 03:18:24 +00:00
kittentm
679dee0ec0 Merge pull request 'chore: Configure Renovate' (#2) from renovate/configure into main
Reviewed-on: https://git.crafterpika.cc/kittentm/splatnet-backend/pulls/2
2026-03-28 03:31:40 +01:00
kittentm
52dc0be279 Merge pull request 'work: use new .toml building' (#3) from work/pypi into main
Reviewed-on: https://git.crafterpika.cc/kittentm/splatnet-backend/pulls/3
2026-03-28 03:29:56 +01:00
f68745c3ce
ci: build with -v flag 2026-03-28 03:26:00 +01:00
f3f5335639
ci: update to use new build method 2026-03-28 03:24:10 +01:00
29564f0e0b
Initial Commit 2026-03-28 03:18:41 +01:00
Renovate Bot
002a9f46cd Add renovate.json 2026-03-27 22:03:17 +00:00
1fa5159c8b
feat: update requirements.txt 2026-03-27 17:10:44 +01:00
c00f1e843d
update readme 2026-03-25 00:32:18 +01:00
c0c40e9350
feat: better cache system 2026-03-25 00:31:32 +01:00
ae1173e268
Feat: implement logging out & checking whether Twitter is linked 2026-03-22 23:20:21 +01:00
aa8ce9025b
Feat: implement shitty ass twitter linking to PID 2026-03-22 21:56:30 +01:00
e86743873c
Judd: implement ratelimit on /post route 2026-03-22 18:01:18 +01:00
4f02c3a26c
Ranking: reset table at midnight using ServerTime 2026-03-22 17:18:38 +01:00
65cc57a254
feat: include playerinfo in response 2026-03-22 07:19:38 +01:00
ac093fcd04
fix: increase DB limits to allow for seamless loading 2026-03-22 07:05:37 +01:00
7c911eae29
fix: only append fes in mode 2 2026-03-22 06:43:47 +01:00
e880adf0ff
rewrite: fix is_top_100_fes flag to properly return correct value 2026-03-22 06:39:07 +01:00
2456e2b4ec
Implement /api/v1/leaderboard 2026-03-22 00:40:21 +01:00
896de75ac7
log FesPower in player_ranks 2026-03-22 00:25:09 +01:00
951d1b3c03
Implement rankCalc 2026-03-21 23:25:05 +01:00
8363559721
Update how rotations are displayed 2026-03-21 17:12:06 +01:00
192e5ecc3a
feat: kick out users who aren't signed in 2026-03-21 03:41:42 +01:00
e60f0ac108
implement proper all 3 ability showing (including MAIN) 2026-03-17 03:35:55 +01:00
05f37718a4
add autogenerated abilitymain.json 2026-03-16 22:57:48 +01:00
2b4ade6b6e
add equipmentLast functionality 2026-03-15 04:44:59 +01:00
b237b22693
move equipment.py into seperate folder 2026-03-15 04:35:19 +01:00
f15b3b432c
change judd DB to not recreate the DB (how was this left in to begin with?) 2026-03-15 04:03:25 +01:00
164584224b
add /me/equipment/history route 2026-03-15 04:02:53 +01:00
128f078c43
update readme to reflect webhook_url addition in 884ef30c79 2026-03-15 00:26:08 +01:00