Commit graph

271 commits

Author SHA1 Message Date
matt
8435312c8f feat: migrate to unified Parquet format with instant GitHub setup and 4x faster tagging 2025-10-18 21:32:12 -07:00
mwisnowski
e9e949aae3
Merge pull request #46 from mwisnowski/maintenance/ui-user-friendliness
Some checks failed
CI / build (push) Has been cancelled
chore: prepare release v2.9.1
2025-10-17 18:51:33 -07:00
matt
be6e73347a chore: prepare release v2.9.1 2025-10-17 18:49:38 -07:00
mwisnowski
b5d11b30ef
Merge pull request #45 from mwisnowski/maintenance/ui-user-friendliness
feat(ui): add similar cards refresh button and reduce sidebar animati…
2025-10-17 18:41:40 -07:00
matt
0f4d165201 feat(ui): add similar cards refresh button and reduce sidebar animation distractions 2025-10-17 18:40:15 -07:00
matt
dfddf35b4e chore: alos include the updated dockerhub-docker-compose.yml 2025-10-17 18:04:55 -07:00
matt
23307c0d46 chore: sync docker-compose.yml and .env.example with dockerhub-docker-compose.yml 2025-10-17 18:04:32 -07:00
matt
fd240e2533 feat: bake similarity cache into Docker images
- Copy card_files/ to /.defaults/card_files/ during build
- Entrypoint checks for baked-in cache before downloading
- Fallback to GitHub download if not present in image
- Reduces startup time and bandwidth usage
2025-10-17 17:29:17 -07:00
matt
0cf7598400 fix: remove cache build dependency from dockerhub publish
Docker builds don't need to wait for cache building.
Cache is downloaded if available, skipped if not.
2025-10-17 17:20:17 -07:00
matt
4cf3969ae6 chore: prepare release 2.9.0 2025-10-17 17:17:20 -07:00
mwisnowski
49eabce19d
Merge pull request #44 from mwisnowski/fix/github-action-module-path
Fix/GitHub action module path
2025-10-17 17:13:11 -07:00
matt
86752b351b feat: optimize cache workflow with orphan branch and age check
- Create/use orphan branch 'similarity-cache-data' for cache distribution
- Add age check to dockerhub-publish: only rebuild if cache >7 days old
- Use git add -f to force-add cache files (keeps .gitignore clean)
- Weekly scheduled builds will keep cache fresh automatically

This avoids rebuilding cache on every Docker publish while ensuring
cache is always reasonably fresh (<7 days old).
2025-10-17 17:11:04 -07:00
matt
b26057f68d fix: allow similarity cache files in card_files directory
Added .gitignore exceptions for:
- card_files/similarity_cache.parquet
- card_files/similarity_cache_metadata.json

These files need to be committed to the similarity-cache-data branch
for distribution with Docker builds.
2025-10-17 16:54:51 -07:00
matt
fc911b818e fix: correct module path for all_cards.parquet generation in CI
Changed from non-existent code.web.services.card_loader to correct
code.file_setup.card_aggregator.CardAggregator module.

Fixes ModuleNotFoundError in build-similarity-cache workflow.
2025-10-17 16:41:44 -07:00
mwisnowski
951f5ef45a
Merge pull request #43 from mwisnowski/feature/card-browser
Feature/card browser
2025-10-17 16:22:47 -07:00
matt
c2960c808e Add card browser with similar cards and performance optimizations 2025-10-17 16:17:36 -07:00
matt
a8dc1835eb feat(card-browser): advanced filters, keyboard shortcuts, and responsive design 2025-10-16 19:02:33 -07:00
matt
e0fe8a36e6 chore: prepare release 2.8.1
Some checks are pending
CI / build (push) Waiting to run
2025-10-16 11:44:18 -07:00
mwisnowski
ab1aac1ee7
Merge pull request #42 from mwisnowski/feature/colorless-commander-improvements
Add colorless commander filtering and display fixes
2025-10-16 11:29:49 -07:00
matt
bec984ce3e Add colorless commander filtering and display fixes 2025-10-16 11:20:27 -07:00
matt
2eab6ab653 chore: prepare release v2.8.0
Some checks are pending
CI / build (push) Waiting to run
2025-10-15 18:43:33 -07:00
mwisnowski
6f4b995c5f
Merge pull request #41 from mwisnowski/feature/theme-browser-tuneup
feat: improve theme browser performance and add keyboard navigation
2025-10-15 18:40:24 -07:00
matt
77302f895f feat: improve theme browser performance and add keyboard navigation 2025-10-15 18:10:17 -07:00
mwisnowski
40e676e39b
Merge pull request #40 from mwisnowski/feature/theme-catalog-optimization
feat: theme catalog optimization with tag search and faster enrichment
2025-10-15 17:24:08 -07:00
matt
9e6c68f559 feat: theme catalog optimization with tag search and faster enrichment 2025-10-15 17:17:46 -07:00
mwisnowski
952b151162
Merge pull request #39 from mwisnowski/feature/all-cards-consolidation
feat: consolidate card data into optimized format for faster queries and prep for future feature additions
2025-10-15 11:09:03 -07:00
matt
f70ffca23e feat: consolidate card data into optimized format for faster queries and reduced file sizes 2025-10-15 11:04:49 -07:00
matt
5753bb19f8 chore: prepare release v2.7.1
Some checks failed
CI / build (push) Has been cancelled
2025-10-14 17:53:15 -07:00
mwisnowski
15c11ec3d5
Merge pull request #38 from mwisnowski/fix/wizard-enhancements
fix: Quick Build UI now uses full-width layout on desktop
2025-10-14 17:48:46 -07:00
matt
3647d04eec fix: Quick Build UI now uses full-width layout on desktop 2025-10-14 17:47:27 -07:00
matt
32638b9ec3 fix: use versioned release notes in GitHub release workflow 2025-10-14 17:04:22 -07:00
matt
3228b92581 chore: prepare release 2.7.0 2025-10-14 17:01:44 -07:00
mwisnowski
94261a025e
Merge pull request #37 from mwisnowski/features/wizard-enchancements
Wizard Enhancements: Quick Build, Skip Controls & Slider UI
2025-10-14 16:56:42 -07:00
matt
35bff901d2 feat: add ideal counts slider UI with smart validation 2025-10-14 16:45:49 -07:00
matt
9ab3835e2a feat: stage reordering, skip controls, quick build, and commander session cleanup 2025-10-14 16:09:58 -07:00
matt
f6a6f72950 chore: prepare release 2.6.1
Some checks are pending
CI / build (push) Waiting to run
2025-10-13 16:06:58 -07:00
mwisnowski
6f67ee79ca
Merge pull request #36 from mwisnowski/bugfix/close-button-for-alternatives
bugfix: removed owned bade on alternatives and added a specific close…
2025-10-13 16:03:12 -07:00
matt
bf60da89cd bugfix: removed owned bade on alternatives and added a specific close button to remove any confusion 2025-10-13 16:02:12 -07:00
mwisnowski
575b85b254
Merge pull request #35 from mwisnowski/features/non-basic-land-tagging
feature: add non-basic land types to tagging mechanics
2025-10-13 15:47:13 -07:00
matt
4a8d71b16b feature: add non-basic land types to tagging mechanics 2025-10-13 15:07:31 -07:00
mwisnowski
fbb85645e6
Merge pull request #34 from mwisnowski/bugfix/custom-theme-ui
bugfix: Fixed custom theme selection and fuzzy matching issue
2025-10-13 13:01:23 -07:00
matt
21aecb4b6e bugfix: Fixed custom theme selection and fuzzy matching issue 2025-10-13 12:59:52 -07:00
matt
db84c4d15d chore: prepare release 2.6.0 2025-10-13 10:26:29 -07:00
mwisnowski
4c79a7b45b
Merge pull request #32 from mwisnowski/feature/tagging-refinement
Feature/tagging refinement
2025-10-13 10:13:29 -07:00
matt
37583ba0c5 feature: added 'Web-slinging' tag to tagger modules 2025-10-13 09:43:29 -07:00
matt
0dd5b4cf64 maintenance: cleaned up, consolidated, and refined codebase for tagging 2025-10-12 21:26:37 -07:00
matt
f2863ef362 feat: complete protection scope filtering with pool limiting 2025-10-09 17:29:57 -07:00
matt
06d8796316 feat: add keyword normalization and protection grant detection, fix template syntax and polling issues 2025-10-08 21:06:29 -07:00
matt
86ec68acb4 chore: prepare release 2.5.2
Some checks failed
CI / build (push) Has been cancelled
2025-10-08 11:54:50 -07:00
mwisnowski
ae95837cf2
Merge pull request #31 from mwisnowski/features/ui-enhancements
UI Responsiveness & Performance Enhancements
2025-10-08 11:44:58 -07:00