Commit Graph
74 Commits
Author SHA1 Message Date
bs 8bdb329828 gitignore, product photos fixture, copy/delete in base controller test setUp/tearDown 2025-08-19 01:13:13 -07:00
bs 493068cc1c gitea ci workflow - change validation steps composer install 2025-08-12 01:33:38 -07:00
bs ac0dc3c9e3 fix @uses statements in controller tests 2025-08-12 01:30:30 -07:00
bs 16f987b852 composer require sqlite extension 2025-08-12 01:11:11 -07:00
bs 003f5d17f1 base it off of xorm gitea action mysql8 test 2025-08-12 00:43:28 -07:00
bs bfa8f8c9fd test runs on ubuntu latest for ci action 2025-08-12 00:37:17 -07:00
bs 452ec31ba7 workflow test 2025-08-12 00:05:38 -07:00
bs 0181c48907 product photos controller test fixes, test out 2025-08-11 23:35:46 -07:00
bs 3a47f09e8c upload test passing + file not getting deleted every time - well it is but we now use a copy lol 2025-08-10 02:50:22 -07:00
bs a1012b4054 product photos first commit - only upload base photo 2025-08-10 02:35:25 -07:00
bs 82b3ca59ed dont have any runners working anyway but sleep 120 to see if mysql will be available 2025-08-09 20:11:16 -07:00
bs 9d777f12b2 default product type id on categories table 2025-07-05 23:18:54 -07:00
bs 59a38758e9 variant options coming along - add test passing 2025-07-05 20:48:40 -07:00
bs 5adc791c20 variant options wip 2025-07-05 20:08:56 -07:00
bs c9d34f7115 remove variant type id (enum) from variants table, use internal id for category field on variants form 2025-06-30 21:25:47 -07:00
bs 5fb215c7fd fix variant type id vs attribute type id 2025-06-29 23:27:38 -07:00
bs 46e68d8c56 use override table trait from cheesecake pluging 2025-06-29 23:07:42 -07:00
bs 5cba7de890 test additions variants table 2025-06-29 22:25:38 -07:00
bs 5bb1110e7f migration file name fix 2025-06-29 21:54:46 -07:00
bs f61a4161be wip product category variants 2025-06-29 21:52:07 -07:00
bs a01805dc53 product skus v1 2025-04-15 02:39:35 -07:00
bs 4868064c44 product attributes deleted field not added to migration 2025-04-08 01:54:29 -07:00
bs cf7c67763c add soft delete via muffin/trash to all product related tables 2025-04-08 01:30:40 -07:00
bs 013bec1b54 license update use MIT 2025-04-07 23:57:41 -07:00
bs b5926c260e product attributes increment was missing on form, view product attributes on view product page 2025-04-05 02:37:53 -07:00
bs bb1dab1f43 product attributes 2025-04-05 02:06:23 -07:00
bs 4e6b7ca1ac categories not attributes fix 2025-04-02 01:39:07 -07:00
bs 2f80ba1fa3 attributes form wip 2025-04-02 01:27:25 -07:00
bs 732819ff73 keyField vs valueField switched oops 2025-04-02 00:36:54 -07:00
bs fce8cc6b8b form request query wrong request - now working 2025-04-02 00:29:05 -07:00
bs 42f2b4f64b products form htmx attributes wip - bedtime though 2025-04-01 02:52:00 -07:00
bs 9f94f7d0ed wip first not first or fail attributes form 2025-04-01 02:37:58 -07:00
bs 56e526bc0f wip 2025-04-01 02:19:01 -07:00
bs f724b86674 products form wip 2025-04-01 01:24:18 -07:00
bs 17de2e97dd testing 2025-04-01 01:00:09 -07:00
bs fad4f575b8 view category, attribute options table 2025-03-31 20:52:12 -07:00
bs 5a2582a333 contain category attributse when viewing category 2025-03-31 19:45:33 -07:00
bs 6fc52c8bd6 products catalog view template show external product catalogs 2025-03-31 19:13:23 -07:00
bs 8e778cce57 assert the link record was created 2025-03-31 02:02:34 -07:00
bs 04d03bd0bf associations saving many to many workign now catalogs 2025-03-31 01:55:52 -07:00
bs 025017537f uuids instead of int ids fore xternal product catalogs, test fixes, many to many working now 2025-03-31 01:30:09 -07:00
bs 4c65d23e2b v0.0.15 - catalags & apis many to many wip 2025-03-31 00:48:00 -07:00
bs ce74025f6c tests wip 2025-03-30 23:51:28 -07:00
bs 1ebebede87 add/assign catalogs to an api when adding it 2025-03-30 23:46:13 -07:00
bs b627550dd9 belongs to many external catalogs & catalogs 2025-03-30 22:43:04 -07:00
bs 3a98baae7c minimum stablity=dev (for now) 2025-03-29 03:11:31 -07:00
bs 80e8ae96a4 dev-prod not locked on single release version 2025-03-29 03:07:37 -07:00
bs e8e7afa86c use the cheese cake table override trait instead of keeping in this repo 2025-03-29 01:52:02 -07:00
bs 1477b4b96d dont need to set the config key or the default table anymore - will default to plugin name + table name 2025-03-29 01:11:09 -07:00
bs 8229722779 use override table trait to allow for easily customzing table a controller uses 2025-03-29 00:52:38 -07:00
bs b868cc11fb flexible table classes in controllers for rest of tables 2025-03-28 23:34:21 -07:00
bs 3f461cabb8 allow customizing entity class but default to CakeProducts entities - catalogs + categories 2025-03-28 02:34:50 -07:00
bs b6230817eb nest under root CakeProducts config 2025-03-28 02:17:28 -07:00
bs 3f45e46f31 allow for extending the table class more easily - catalogs & categories 2025-03-28 02:01:53 -07:00
bs 9e5df45f59 template updates - htmx on categories form 2025-03-28 00:13:42 -07:00
bs a9a79ffb1d template updates removing ids more again 2025-03-27 23:12:17 -07:00
bs c1218ac106 template updates removing ids more 2025-03-27 23:07:44 -07:00
bs ad4c16bb9e template updates removing ids 2025-03-27 23:05:06 -07:00
bs d17302dcc4 Merge branch 'gitea-ci' into prod 2025-03-27 22:58:21 -07:00
bs 787f318032 remove ids from indexes and on attributes view 2025-03-27 22:58:13 -07:00
bs 4e61189d03 mysql service 2025-03-27 21:21:50 -07:00
bs f4b36cf122 require cake migrations 2025-03-27 21:05:38 -07:00
bs b1793ce48d read me 2025-03-27 02:21:49 -07:00
bs c453f23e8c updated read me to test gitea webhook to packagist 2025-03-27 02:18:29 -07:00
bs 0c811ca17b readme updated 2025-03-27 02:11:34 -07:00
bs 18982ed840 remove debugging - test webhook from gitea 2025-03-27 02:02:39 -07:00
bs bd4980ef81 dont need that logging anymore 2025-03-27 01:50:04 -07:00
bs ca8afcb3d6 gitea and github ci workflows 2025-03-27 01:48:12 -07:00
bs 3719bbef53 tests fixed 2025-03-27 01:44:16 -07:00
bs 2138762fb2 fixtures fixed 2025-03-27 01:34:42 -07:00
bs d9a59fb82b from main app code base 2025-03-27 01:11:41 -07:00
bs b17634c08a not used to plugin testing - trying to get working but fixtures not working yet 2025-03-26 00:07:05 -07:00
bs 23147fc574 composer name fix 2024-11-24 18:39:43 -08:00
bs ded60d16bf bring into standalone plugin for distribution 2024-11-24 18:38:29 -08:00