cswimr · he/him
  • Kentucky, United States of America
  • https://me.seafsh.cc
  • Hey! I'm the site administrator for CoastalCommits, read my profile for more information!

  • Joined on 2023-07-12
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2025-01-01 09:25:31 -05:00
50122f8447 feat: first pass at theming swagger
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 19:11:45 -05:00
21ad7f208a chore(docker): add dockerfile and docker compose files
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 19:02:57 -05:00
075261de59 chore(repo): add vscode extensions and settings
eb8c304020 chore(tooling): configure appsettings and launchsettings
4a6bca20bc feat: add sentry
4973464c88 feat: add randomstringgenerator
e0d744ca5a feat: add configuration model
Compare 5 commits »
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 18:40:17 -05:00
6ef661f2d4 feat: add swagger ui
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 17:50:21 -05:00
a5c5973414 chore(tooling): make vscode open the correct solution
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 13:46:39 -05:00
158aec5dba feat: add description fields to Modules, Spinals, and Turrets
749f827264 feat: add Effect model
Compare 2 commits »
cswimr merged pull request cc/renovate-config#13 2024-12-31 13:18:53 -05:00
Update ghcr.io/renovatebot/renovate Docker tag to v39.86.2
cswimr pushed to main at cc/renovate-config 2024-12-31 13:18:53 -05:00
bb77d800d6 Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v39.86.2' (#13) from renovate/ghcr.io-renovatebot-renovate-39.x into main
e1953ad54c Update ghcr.io/renovatebot/renovate Docker tag to v39.86.2
Compare 2 commits »
cswimr deleted branch renovate/ghcr.io-renovatebot-renovate-39.x from cc/renovate-config 2024-12-31 13:18:53 -05:00
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 13:12:56 -05:00
132fb649cb feat: add module model
cswimr commented on issue Zenith/ZenithInfo#4 2024-12-31 13:03:39 -05:00
Create an API for integration with Zenith

Roblox's HTTPService has a pretty restrictive request size limit, so we should accept split data on the POST/PUT endpoint. Not sure yet how we'd implement that, we need to research that.…

cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 12:58:18 -05:00
405032a6e3 refactor: remove this. from the Spinal and Turret models
759e49a64f feat: add an enum for module rarities
2c3bb51f6b fix: rename a field in Turret to match what the field is called inside Zenith
0e58107bdd refactor: remove another useless comment
Compare 4 commits »
cswimr commented on issue Zenith/ZenithInfo#5 2024-12-31 12:52:05 -05:00
Convert the models we have to use EFCore

Didn't see that, nope, we're gonna be using Postgres. Once the source code is in the main branch, I'll set up a Dockerfile and Docker Compose files so we can test Postgres stuff easier.

cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 12:21:02 -05:00
a126d6415b fix: fix a bunch of syntax / logic errors
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 12:11:57 -05:00
158451d91f chore(tooling): add solution file so vscode extensions successfully load when using the nix flake
cswimr opened issue Zenith/ZenithInfo#5 2024-12-31 11:04:19 -05:00
Convert the models we have to use EFCore
cswimr opened issue Zenith/ZenithInfo#4 2024-12-31 11:01:21 -05:00
Create an API for integration with Zenith
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 10:48:27 -05:00
16e354aa12 refactor: remove a comment
cswimr pushed to cswimr/add-src at Zenith/ZenithInfo 2024-12-31 10:38:24 -05:00
645a2d4d5d refactor: remove a useless import