Commit Graph

13 Commits

Author SHA1 Message Date
dependabot[bot]
56cbc441f5 chore(deps): bump MySql.Data from 8.0.33 to 8.1.0 (#33)
Bumps MySql.Data from 8.0.33 to 8.1.0.

---
updated-dependencies:
- dependency-name: MySql.Data
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-22 23:37:41 +10:00
Michael Green
1b14e697a2 feat: added initial Docker support (still testing) and refactored the database for case-sensitive hosts 2023-07-02 01:12:26 +10:00
Michael Green
8112f9e9a7 feat: first pass at filter and game screen + some bug fixes 2023-06-24 14:06:14 +10:00
Michael Green
3b3cf3c239 feat: platforms and games from IGDB are now imported successfully 2023-05-01 00:42:23 +10:00
Michael Green
55735599f8 chore(deps): upgrade MySQL Connector and Newtonsoft.Json packages 2023-03-11 01:10:41 +11:00
Michael Green
13dc90883d fix: database upgrade and added basic timer 2023-03-11 01:04:03 +11:00
Michael Green
959f6f2419 refactor: better casting of int types from database 2023-03-03 16:27:42 +11:00
Michael Green
85726ada7a feat: added capability of creating/updating the database schema 2023-03-01 11:50:58 +11:00
Michael Green
055d09d77a feat: Added config file class to keep track of local settings such as database connectivity 2023-03-01 10:22:19 +11:00
Michael Green
a6003372f5 refactor: added additional hash check on ingestion 2023-02-28 22:45:14 +11:00
Michael Green
e9b7e146be refactor: included checkifnull function, added sql schema for the signature database 2023-02-26 23:48:27 +11:00
Michael Green
c9e55c03f8 feat: signature ingestor (mostly) complete 2023-02-26 00:58:38 +11:00
Michael Green
be5904f9ad feat: first version to introduce database storage (incomplete) 2023-02-25 01:49:20 +11:00