Commit graph

33 commits

Author SHA1 Message Date
e0d744ca5a
feat: add configuration model 2024-12-31 19:01:25 -05:00
6ef661f2d4
feat: add swagger ui 2024-12-31 18:40:08 -05:00
a5c5973414
chore(tooling): make vscode open the correct solution 2024-12-31 17:50:09 -05:00
158aec5dba
feat: add description fields to Modules, Spinals, and Turrets 2024-12-31 13:46:29 -05:00
749f827264
feat: add Effect model 2024-12-31 13:44:26 -05:00
132fb649cb
feat: add module model 2024-12-31 13:12:41 -05:00
405032a6e3
refactor: remove this. from the Spinal and Turret models 2024-12-31 12:40:59 -05:00
759e49a64f
feat: add an enum for module rarities 2024-12-31 12:40:12 -05:00
2c3bb51f6b
fix: rename a field in Turret to match what the field is called inside Zenith 2024-12-31 12:32:59 -05:00
0e58107bdd
refactor: remove another useless comment 2024-12-31 12:32:27 -05:00
a126d6415b
fix: fix a bunch of syntax / logic errors
my intellisense and linter wasn't working until the previous commit, where I added the solution file. now it does, and holy shit was everything broken 😭
2024-12-31 12:20:52 -05:00
158451d91f
chore(tooling): add solution file so vscode extensions successfully load when using the nix flake 2024-12-31 12:11:46 -05:00
16e354aa12
refactor: remove a comment
turns out my placeholder values were correct!
2024-12-31 10:48:18 -05:00
645a2d4d5d
refactor: remove a useless import 2024-12-31 10:38:10 -05:00
e66cbcf262
refactor: create a public dictionary for turret damage types 2024-12-31 10:37:41 -05:00
35508c8264
feat: add dps calculation methods to spinals and turrets 2024-12-31 10:33:24 -05:00
56dda7b976
feat: add spinal and turret models 2024-12-31 02:26:53 -05:00
dd614b62b1
style: format Program.cs 2024-12-31 01:03:35 -05:00
a97a181faa
feat: add initial template src 2024-12-31 01:01:16 -05:00
f628afd0db
chore(renovate): add a label for renovate prs 2024-12-31 00:47:16 -05:00
eeb9d37a58
chore(renovate): Configure Renovate (#1)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.config/dotnet-tools.json` (nuget)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Pin Docker digests.
  - Pin `github-action` digests.
  - Enable Renovate configuration migration PRs when needed.
  - Pin dependency versions for `devDependencies`.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---

### What to Expect

It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:da08744ed78376d9b26e0d0e71adc5e9c16901860bce15a6fad8bd3ed9f2038e-->

Co-authored-by: cswimr <seaswimmerthefsh@gmail.com>
Reviewed-on: https://www.coastalcommits.com/Zenith/ZenithInfo/pulls/1
Reviewed-by: cswimr <seaswimmerthefsh@gmail.com>
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-31 00:39:01 -05:00
72c0daa3ee
chore(repo): remove useless type 2024-12-31 00:34:34 -05:00
847dc568fa
style(repo): added missing whitespace 2024-12-31 00:27:34 -05:00
d244b90521
chore(repo): add a separate cc type for ci changes 2024-12-31 00:27:22 -05:00
d0666643b7
chore(repo): remove bad practice conventional commits scope 2024-12-31 00:16:43 -05:00
de5159e7ee
chore(repo): make the license a markdown file 2024-12-31 00:14:10 -05:00
eba5e62601
chore(repo): add CODEOWNERS file 2024-12-31 00:12:43 -05:00
34135cf24b
chore(repo): add a CONTRIBUTING.md file 2024-12-31 00:11:51 -05:00
f9152d5f10
chore(nix): add nix flake 2024-12-31 00:04:28 -05:00
01aca8a27a
chore(repo): add .gitignore 2024-12-31 00:02:14 -05:00
a2fae494a5
chore(tooling): install csharpier 2024-12-31 00:01:46 -05:00
bc82270e8c
style(repo): license formatting fix 2024-12-31 00:01:05 -05:00
4850630035
Initial commit 2024-12-30 14:27:14 -05:00