Commit Graph

  • 5c1b951763 adds initial structs and get routes for persons, labels, artists, albums, and tracks setup-initial-schema Sundog 2024-01-03 12:13:18 -05:00
  • 0535079c1c Updates schema, adds PersonShippingAddresses table Sundog 2023-12-01 10:57:46 -05:00
  • 35d5d22b49 adds .env and aural_isle.sqlite.db to gitignore Sundog 2023-11-01 10:12:22 -04:00
  • 227f54e0e4 adds initial sqlx migration to set up db schema Sundog 2023-11-01 10:11:40 -04:00
  • 41a30d1855 updates models and schema doc, adds final purchase related tables main Sundog 2023-11-01 09:34:33 -04:00
  • d85d6285d2 Revert "var for images" automated-testing cascode 2023-10-21 14:14:27 -07:00
  • 3e80545d6b var for images cascode 2023-10-21 14:14:01 -07:00
  • b511e5a81a more concise cascode 2023-10-21 14:12:12 -07:00
  • 8b5b5b539b Revert "more concise" cascode 2023-10-21 14:11:49 -07:00
  • f5b7db930d more concise cascode 2023-10-21 14:10:44 -07:00
  • 8e0984e7b1 re-merge file cascode 2023-10-21 13:54:28 -07:00
  • 4957b36355 only run on some path changes cascode 2023-10-21 13:50:21 -07:00
  • 614d7b8a20 remove runner tag cascode 2023-10-21 13:41:29 -07:00
  • c5f723210b try removing runner tag cascode 2023-10-21 13:40:00 -07:00
  • 691afc382d change triggers cascode 2023-10-21 13:20:41 -07:00
  • cd4333cacd change triggers cascode 2023-10-21 13:17:12 -07:00
  • de9d8dde88 reorder triggers cascode 2023-10-21 13:15:54 -07:00
  • 55ec00d1fb only run for push on main, or for pr cascode 2023-10-21 13:06:42 -07:00
  • 05b6ffc807 image changes cascode 2023-10-21 12:58:19 -07:00
  • 7360bba00e add build deps to ci docker image cascode 2023-10-21 12:57:31 -07:00
  • 8c46018fee image changes cascode 2023-10-21 12:54:44 -07:00
  • dc01798dfa names and images changes cascode 2023-10-21 12:51:49 -07:00
  • 2aad6e49cd automated build and test cascode 2023-10-21 12:40:59 -07:00
  • b7c37613ce move some steps into the base image cascode 2023-10-21 12:33:45 -07:00
  • d8b6e31836 fix fmt cascode 2023-10-21 02:21:52 -07:00
  • 0babf35c1e test cascode 2023-10-21 02:20:04 -07:00
  • 57313ddf7c test cascode 2023-10-21 02:18:59 -07:00
  • 5ae1314bb7 add node cascode 2023-10-21 01:51:53 -07:00
  • 0cd0e54b66 add checkout cascode 2023-10-21 01:45:53 -07:00
  • 54db9795fe add debug ls cascode 2023-10-21 01:42:24 -07:00
  • e27d224d3d add debug ls cascode 2023-10-21 01:41:08 -07:00
  • 3b14b93d17 add rustfmt cascode 2023-10-21 01:34:57 -07:00
  • 1c719b3061 Revert "test" cascode 2023-10-21 01:28:34 -07:00
  • cab056ea69 test cascode 2023-10-21 01:26:51 -07:00
  • 1fbe2d6911 add automated format check cascode 2023-10-21 01:15:35 -07:00
  • c5ebcc8204 adds more store-focused data structures Sundog 2023-10-25 12:41:54 -04:00
  • 4bba521103 adds OtherProducts and Collections data structures Sundog 2023-10-25 12:00:09 -04:00
  • 136da63d00 Fix typo and add rust market links docs-formatting Rob Loranger 2023-10-21 16:25:16 -07:00
  • acfec3b97e fix pre-commit filename typo Rob Loranger 2023-10-19 17:44:01 -07:00
  • 0b0d4cb982 add formatting doc and pre-commit Rob Loranger 2023-10-19 17:39:57 -07:00
  • abe545397b more model refinement Sundog 2023-10-20 09:37:57 -04:00
  • cb3f76aa17 refines MODELS around cart functionality, moves all pricing into Sku model, adds CouponCode model Sundog 2023-10-20 09:32:52 -04:00
  • e93736be61 more updates to MODELS Sundog 2023-10-19 16:17:48 -04:00
  • 188544366c more updates to MODELS and SCHEMA Sundog 2023-10-19 16:01:09 -04:00
  • 9c4d3a7197 updates MODELS and SCHEMAS Sundog 2023-10-19 14:57:03 -04:00
  • ce51888070 updates main.rs, applies default formatting from rustfmt Sundog 2023-10-19 13:12:21 -04:00
  • 69b694ae60 updates MODELS and SCHEMA Sundog 2023-10-19 13:11:52 -04:00
  • 1359dca5df adds Cargo.lock, updates gitignore, updates SCHEMA with initial table definitions for a couple of tables based on MODELS Sundog 2023-10-18 15:55:07 -04:00
  • 483d34d106 adds a few more config parameters to env.example Sundog 2023-10-18 14:49:32 -04:00
  • 447e7a8272 adds dotenv to cargo dependencies, adds env.example as example .env file Sundog 2023-10-18 14:36:15 -04:00
  • 280cd73039 adds shipping address to person Sundog 2023-10-18 14:21:42 -04:00
  • 3f9c4a79a4 implement Display for Tag entities rather than to_string Sundog 2023-10-18 14:19:34 -04:00
  • 520730c5d2 updates tag model, adds PersonCredential model Sundog 2023-10-18 14:05:30 -04:00
  • 56a17c1187 updates models, adds rusty_money crate dependency Sundog 2023-10-18 12:00:47 -04:00
  • 679b6ac755 updates models, makes them more accurate and rusty Sundog 2023-10-18 10:25:54 -04:00
  • e30c794c98 updates ARCHITECTURE, adds MODELS and SCHEMA docs Sundog 2023-10-17 17:27:09 -04:00
  • 60cc6cc9e0 adds hello world, adds architecture doc Sundog 2023-10-17 16:13:55 -04:00
  • ea6eb8ebc9 adds private/public playlist support to long-term goals Sundog 2023-10-17 13:29:42 -04:00
  • 7ae96e510b Update README Sundog 2023-10-17 13:25:32 -04:00
  • 5262f69134 Initial commit DJ DQ Sundog 2023-10-17 11:11:37 -04:00