Skip to content

feat: Use Alchemy::UserMethods module - #295

Open
tvdeyen wants to merge 5 commits into
mainfrom
extract-user-methods-module
Open

feat: Use Alchemy::UserMethods module#295
tvdeyen wants to merge 5 commits into
mainfrom
extract-user-methods-module

Conversation

@tvdeyen

@tvdeyen tvdeyen commented Aug 27, 2026

Copy link
Copy Markdown
Member

Alchemy 8.4 ships a shared module for alchemy_roles related methods. Using them over our custom methods. Deprecates a lot of unprefixed method names, since Alchemy provides conflict free ones.

@tvdeyen tvdeyen self-assigned this Aug 27, 2026
@tvdeyen
tvdeyen force-pushed the extract-user-methods-module branch from 972aae7 to 377859e Compare August 28, 2026 08:22
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.58%. Comparing base (aa83be3) to head (a626265).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #295      +/-   ##
==========================================
- Coverage   98.62%   98.58%   -0.04%     
==========================================
  Files          11       11              
  Lines         291      283       -8     
==========================================
- Hits          287      279       -8     
  Misses          4        4              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tvdeyen
tvdeyen marked this pull request as ready for review August 28, 2026 11:36
Alchemy 8.4 ships a shared module for `alchemy_roles` related methods.
Using them over our custom methods. Deprecates a lot of unprefixed
method names, since Alchemy provides conflict free ones.
The current prepare task just continues even if the database
cannot be migrated
We stil tested with postgres 11 which is ancient
mysql does not support the default column value for permitted roles.
Mariadb is the open source version maintained by the original mysql
maintainer while mysql is owened by oracle. Most users will use maria
anyway and alchemy_cms is also only tested with mariadb
@tvdeyen
tvdeyen force-pushed the extract-user-methods-module branch from 377859e to a626265 Compare August 28, 2026 11:36
@tvdeyen

tvdeyen commented Aug 28, 2026

Copy link
Copy Markdown
Member Author

waits for AlchemyCMS/alchemy_cms#4174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant