Commit Graph

111 Commits

Author SHA1 Message Date
549fd88b32 is this why you're supposed to quote conditions? 2024-06-24 09:49:31 +07:00
e4ad50fb0c i am stupid (2) 2024-06-23 15:07:00 +07:00
b6e5cc3065 i am stupid 2024-06-23 12:58:51 +07:00
63987f2095 feat(chuni): Implement GameLoginApi/GameLogoutApi 2024-06-23 12:30:30 +07:00
a90e6b60b0 properly log database exceptions 2024-06-23 04:08:20 +07:00
6dd9707440 fix net battle migration 2024-06-23 01:06:29 +07:00
e89a7b0cae chuni: add missing net battle funcs 2024-06-23 00:55:37 +07:00
b89dbb89cc add idm and chip_id fields to card table 2024-06-23 00:48:12 +07:00
eedae234c5 fix up revision tree to match cozynet's early support of luminous 2024-06-23 00:37:27 +07:00
e69601210d fix event log ordering, paging, add timestamp 2024-06-23 00:29:33 +07:00
f8e0933bbc pokken: fix pokemon_data uk 2024-06-23 00:29:33 +07:00
58df65bd3e frontend: add username login 2024-06-23 00:28:10 +07:00
6c0cec4904 mai2: add tables for rivals and favorite music 2024-06-23 00:27:49 +07:00
fb56c3fea0 ongeki: clearstatus db migration 2024-06-23 00:26:20 +07:00
10251d6c2b cxb: add grade to playlog 2024-06-23 00:26:05 +07:00
3c18a1b147 add basic event log viewer 2024-06-23 00:24:46 +07:00
da0e186bed allnet: enhance logging 2024-06-23 00:24:34 +07:00
200ee03373 add additional details to event_log 2024-06-23 00:24:24 +07:00
8d7ef7471e fix: relax keychip format 2024-04-23 14:57:36 +00:00
a2a1a578a4 Support CHUNITHM LUMINOUS 2024-04-20 14:07:37 +00:00
fed5f9395a Add ability to send logs to Discord 2024-04-20 13:49:23 +00:00
994fa0d41e Centralized logging
Allows us to extend the logging infrastructure, e.g. by adding Loki/Discord webhooks to the mix.
2024-04-20 12:11:37 +00:00
926713431d Merge branch 'develop' of https://gitea.tendokyu.moe/Hay1tsme/artemis into develop 2024-04-02 16:43:16 -04:00
1072a9d63b database: fix create_revision_auto 2024-04-02 16:43:13 -04:00
87c7c91e3a add ability to add users, cards, arcades and cabs on the webui 2024-03-23 20:01:32 -04:00
3613f4dbd2 mai2: BUDDiES support added 2024-03-20 21:42:38 +01:00
40a0817009 CHUNITHM & O.N.G.E.K.I.: Handle userRatingBase*List (#113)
These tables are not used by the game, but are useful for anyone wanting to develop a web UI showing what the player's rating consists of. As such, instead of storing them in JSON columns, I've split them out, one row per each entry.

Reviewed-on: Hay1tsme/artemis#113
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-03-14 14:44:32 +00:00
b63c2c2d12 dbutils: add autocreate option to revision 2024-03-11 21:24:57 -04:00
c4deff9d1c add database downgrading 2024-03-04 00:50:51 -05:00
e69149632f frontend: fix namechange and password change failing 2024-03-02 17:52:01 -05:00
bd97428166 frontend: fix account and owner creation (fixes #108) 2024-03-02 17:48:48 -05:00
4149944d56 aimedb: update card last login time properly 2024-02-12 15:53:28 -05:00
fc3f0900b3 dbutils: add create-revision command 2024-01-11 20:48:27 -05:00
19fd008598 fix legacy upgrade script 2024-01-11 20:39:29 -05:00
261d09aaef dbutils: add legacy migration 2024-01-09 17:11:49 -05:00
37304500a5 fix SDDT v5 rollback and v6 upgrade scripts 2024-01-09 16:22:43 -05:00
f8c77e69ed remove unused table 2024-01-09 15:56:49 -05:00
9dab26b122 port frontend changes from different project 2024-01-09 15:54:34 -05:00
05586df08a move to async database 2024-01-09 14:42:17 -05:00
edd3ce8ead move to alembic 2024-01-09 13:57:59 -05:00
14fa0f5e8e begin move 2024-01-09 03:07:04 -05:00
37b1f41b44 fixing the upgrade & downgrade script for chunithm 2023-12-15 22:21:05 -05:00
9b9d1f664d Rollback for Sun Plus changed
should hopefully never need to use this
2023-12-13 06:34:32 +00:00
b6d1f2cd3a Updated playlog and best tables for Sun Plus
Lord have mercy, this is my first schema update
2023-12-13 06:33:06 +00:00
283cf41bce chuni: bandaid fix for if a user or team is named 'true' or 'false', fixes #65 2023-12-10 17:41:05 -05:00
80ae372ccf fix rollback 2023-11-13 04:05:13 +01:00
b56a5f020b add rollback sql
move GP support to table in DB
small fixes
2023-11-13 03:26:09 +01:00
f81c53558e - Add ClientTestmode upsert
- Add ClientSetting upsert
- Add endDate for Events
- Add Upgrade Schema
- Small bugfixes for events
2023-11-13 02:01:56 +00:00
8fcd227b33 Added functions for checking if Aime card is locked or banned 2023-10-20 03:24:25 +00:00
54c77c047e fixing duplicated is_cab value from machine table 2023-10-18 18:44:03 -04:00