Commit Graph

228 Commits

Author SHA1 Message Date
The Magician 99ba02ef05 Rename dev and prod databases 2025-03-25 12:10:39 +00:00
The Magician eed44deddc Remove hardcoded path 2025-03-25 11:58:59 +00:00
The Magician 556ef2dd78 Rename commands and clean up filename code 2025-03-25 11:58:37 +00:00
The Magician 0a52dde4f6 Fix migrations for scan placeholder 2025-01-16 15:16:05 +00:00
The Magician f0758a2cce Add code to retrieve card images 2025-01-03 16:33:30 +00:00
The Magician 9076edb6f6 Replace CardLocation table with ProductLocation 2025-01-03 14:21:16 +00:00
The Magician 540a1df24e Remove foreign key constraint 2024-12-17 15:00:03 +00:00
The Magician 50e8f0c692 Don't abort update if Cardtrader API throws an error 2024-12-17 14:59:29 +00:00
The Magician de1b7e15b2 Fix no update condition 2024-12-17 14:59:15 +00:00
The Magician 94b8dfb6b9 Fix SQL command to insert CardtraderBlueprint 2024-12-17 14:58:16 +00:00
The Magician f32f64b6b3 Add build target to Makefile 2024-12-17 14:53:55 +00:00
The Magician c2380b51cb Add missing goose commands to Makefile 2024-12-17 14:50:30 +00:00
The Magician 5021ac3835 Insert Scryfall ID when inserting Blueprints 2024-12-14 20:35:36 +00:00
The Magician 9a1f306aec Fix down migrations 2024-12-13 18:10:43 +00:00
The Magician fd078f09a5 Update ExpansionSet to ScryfallSet 2024-12-13 18:10:33 +00:00
The Magician d107a92b54 Update CardPrinting to ScryfallCard 2024-12-13 18:09:15 +00:00
The Magician ec6e6b7f6a Move update logic to update package 2024-12-13 17:52:01 +00:00
The Magician 6814b23018 Remove unused code 2024-12-13 17:13:25 +00:00
The Magician 8c683002be Remove debug print 2024-12-13 17:10:53 +00:00
The Magician 96b9e0ad71 Update database migrations 2024-12-13 17:08:26 +00:00
The Magician ceceb4722f Add Cardtrader data during update 2024-12-10 19:39:25 +00:00
The Magician 848754b509 Remove CardtraderCategory table 2024-12-08 17:06:27 +00:00
The Magician 3e5f0082f9 Remove CardtraderGame table 2024-12-08 16:52:04 +00:00
The Magician 827a71f6d3 Add stub to run Cardtrader update 2024-12-08 16:16:13 +00:00
The Magician d341c7e335 Add migration to create Cardtrader tables 2024-12-08 16:15:06 +00:00
The Magician 429732d076 Add CardtraderToken field to config file 2024-11-25 20:47:56 +00:00
The Magician 93c2b55754 Move update code to its own package 2024-11-25 20:11:10 +00:00
The Magician 1f93aef749 Create tables for Cardtrader data 2024-11-25 19:55:53 +00:00
The Magician cb78b86fa1 Convert database to use migrations 2024-11-25 17:13:50 +00:00
The Magician d2bc986506 Add new Make targets for goose 2024-11-25 15:03:16 +00:00
The Magician 78e1c865c7 Fix goose subcommand 2024-11-25 14:58:47 +00:00
The Magician e6466cc01a Add file to create new database migration 2024-11-25 14:57:35 +00:00
The Magician 2fdbb0d467 Add tools for interacting with scanner 2024-11-24 17:47:43 +00:00
The Magician 9d6d39d75f Add script to query Cardtrader API 2024-11-24 17:47:00 +00:00
The Magician 2ab69dce8e Add scripts to add or remove items from storage 2024-11-24 17:24:57 +00:00
The Magician 7fd6ed07f3 Add "add" and "product" subcommands 2024-11-24 17:24:42 +00:00
The Magician 93184d4c52 Add CardtraderProductId field to CardLocation 2024-11-24 17:18:27 +00:00
The Magician 1b579a28da Add Cardtrader API package 2024-11-24 17:16:37 +00:00
The Magician b30525c2d4 Fix search-storage command and add remove command 2024-10-29 22:07:06 +00:00
The Magician 0dd67f3bb8 Add search-printings command 2024-10-28 19:47:23 +00:00
The Magician 2ef339bbce Add "store" command to add cards individually 2024-10-10 15:43:56 +01:00
The Magician 6a4ff5dffd Update card_scanner 2024-10-10 10:56:35 +01:00
The Magician ec5328fed1 Remove scantap directory 2024-10-09 23:15:40 +01:00
The Magician b90a570d29 Rename scripts 2024-10-09 23:14:55 +01:00
The Magician 0e1647bb2d Add CardScan table and CardPrinting for scanned but unidentified cards 2024-10-09 23:12:56 +01:00
The Magician a028126fba Add outline for `deck` command 2024-10-09 20:33:47 +01:00
The Magician 5e271c4132 Remove old scanner programs 2024-10-09 20:32:30 +01:00
The Magician 03e8dc8c03 Add script to automatically import scan file from phone 2024-10-09 20:31:45 +01:00
The Magician c1f581f312 Add storagearea subcommand 2024-10-04 21:51:05 +01:00
The Magician f7e0a713f6 Implement search command 2024-10-04 13:44:22 +01:00