Daily Project Digest: 2026-08-07
Repository Stats
Metric
Count
Stars
112
Forks
44
Watchers
6
Open issues
1
Commits (last 24h)
6937ba53 Merge pull request Sync ako/mxcli: default styling with light/dark, and authoring fixes #857 from ako/main (Ako)
d1078d0f Merge pull request Daily Digest: 2026-04-05 #104 from ako/claude/mendix-default-styling-1fgvpm (Ako)
323e1f9a Merge pull request Daily Digest: 2026-04-04 #103 from ako/claude/mxcli-hub-columns-timestamps-qxghl0 (Ako)
0c4675f7 fix(theme): remove targeted the wrong theme, switching orphaned a block, dark topbar unreadable (Claude)
fae7735f hub overview: fixed column widths and a first-seen column (Claude)
348b9dea Merge pull request Use import and export mappings in rest calls #102 from ako/claude/mendix-default-styling-1fgvpm (Ako)
57144434 Merge branch 'main' into claude/mendix-default-styling-1fgvpm (Ako)
679aa548 Merge pull request Add support for import and export mappings #101 from ako/claude/fix-xpath-negative-literal (Ako)
0ff42269 fix(xpath): accept a negative numeric literal in a constraint (Claude)
c4f40dd1 docs(theme): close the discoverability gaps and fix two review findings (Claude)
b1ce75be feat(theme): light/dark variants, runtime switching, and the ledger + console themes (Claude)
a690d64d fix(javascript-action): write sources to the lowercased module directory (Claude)
a86ccb93 Merge pull request Add support for json snippets. #100 from ako/claude/mxbuild-diagnostics-spike-emta6h (Ako)
e4da7dc1 test(workflows): assert the annotation refusal instead of the round-trip (Claude)
8df6c543 fix(check): reject audit-member rights at check time too (MDL-SEC01) (Claude)
a987ab24 docs(fix-issue): drop the duplicate CE1571 datasource-argument row (Claude)
74bc820b fix: cover every entity member in a GRANT (both-owner assocs, audit members) (Claude)
f0d1aea8 fix: resolve cross-module association paths in page bindings (Claude)
93cf7340 fix: resolve workflow context references in every authored expression (Claude)
4710ec57 fix(workflows): stop DESCRIBE inventing a comment on jump to (issuetracker go test ./mdl/executor/... is extremely slow (~30min) due to per-test mx create-project #16 ) (Claude)
33913221 docs(proposal): workflow / microflow syntax alignment (Claude)
18de30b8 fix(pages): never write an unresolved association DestinationEntity (issuetracker Add .gitattributes for consistent line
endings #14 ) (Claude)
a3068105 fix(workflows): refuse standalone annotation, which wrote an unloadable model (issuetracker Fix/demo user entity #15 ) (Claude)
d115c5f4 fix(microflows): wire the false branch of a conditional break/continue in a loop (ledger Studio Pro crashes with InvalidOperationException reading mxcli-created BSON #52 ) (Claude)
e86412b7 fix(alter-page): detect DataGrid2 column ambiguity page-wide, not per-grid (ledger MPR v2 writes don't update _Transaction table, breaking Studio Pro F4 sync #78 follow-up) (Claude)
32cedfed fix(alter-page): reject ambiguous DataGrid2 column refs, list real names on miss (ledger MPR v2 writes don't update _Transaction table, breaking Studio Pro F4 sync #78 ) (Claude)
8ea774d5 Merge pull request deps: bump typescript from 5.9.3 to 6.0.2 in /vscode-mdl #99 from ako/claude/fix-843-rest-response-mapping (Ako)
8fe3538b Merge branch 'main' into claude/fix-843-rest-response-mapping (Ako)
52665512 Merge pull request deps: Bump esbuild from 0.27.7 to 0.28.0 in /vscode-mdl #98 from ako/claude/fix-835-datagrid-microflow-params (Ako)
a7f40b21 Merge branch 'main' into claude/fix-835-datagrid-microflow-params (Ako)
Pull Requests Merged (last 24h)
No PRs merged.
Pull Requests Opened (last 24h)
No new PRs.
Currently Open PRs
Issues Opened (last 24h)
#855 ALTER PAGE ... SET rejects reassigning a DataView's datasource type (unsupported DataSource type for alter page set: parameter) — REPLACE succeeds where SET does not (@MendixMau )
#854 Cross-module association datasource writes null DestinationEntityId, crashes Studio Pro (and mxbuild's own project loader) on open (@MendixMau )
Issues Closed (last 24h)
#856 Daily Digest: 2026-08-06
#845 Workflow DECISION expressions are not case-normalized, so the documented $workflowContext yields CE0117
#843 create rest client operation: Response: mapping clause is silently discarded at write time (not just missing from read-back)
#842 Double-quoted identifiers inside a create import mapping { } body are not stripped, causing CE1613 on every reference
#841 create json structure writes every element's occurrence as 0..0 — every bound import mapping silently imports zero objects
#840 DESCRIBE MICROFLOW invents an on error rollback clause on activities that never had one
#836 check --references passes a GRANT EXECUTE that fails at exec with CE0148 (cross-module role)
#835 DataGrid2 datasource: microflow with a parameterized source microflow silently drops the parameter binding (CE1571)
CI Status (latest runs on main)
Dependency Changes (last 5 commits)
No dependency changes.
Daily digest generated automatically — workflow source
Daily Project Digest: 2026-08-07
Repository Stats
Commits (last 24h)
6937ba53Merge pull request Sync ako/mxcli: default styling with light/dark, and authoring fixes #857 from ako/main (Ako)d1078d0fMerge pull request Daily Digest: 2026-04-05 #104 from ako/claude/mendix-default-styling-1fgvpm (Ako)323e1f9aMerge pull request Daily Digest: 2026-04-04 #103 from ako/claude/mxcli-hub-columns-timestamps-qxghl0 (Ako)0c4675f7fix(theme): remove targeted the wrong theme, switching orphaned a block, dark topbar unreadable (Claude)fae7735fhub overview: fixed column widths and a first-seen column (Claude)348b9deaMerge pull request Use import and export mappings in rest calls #102 from ako/claude/mendix-default-styling-1fgvpm (Ako)57144434Merge branch 'main' into claude/mendix-default-styling-1fgvpm (Ako)679aa548Merge pull request Add support for import and export mappings #101 from ako/claude/fix-xpath-negative-literal (Ako)0ff42269fix(xpath): accept a negative numeric literal in a constraint (Claude)c4f40dd1docs(theme): close the discoverability gaps and fix two review findings (Claude)b1ce75befeat(theme): light/dark variants, runtime switching, and the ledger + console themes (Claude)a690d64dfix(javascript-action): write sources to the lowercased module directory (Claude)a86ccb93Merge pull request Add support for json snippets. #100 from ako/claude/mxbuild-diagnostics-spike-emta6h (Ako)e4da7dc1test(workflows): assert the annotation refusal instead of the round-trip (Claude)8df6c543fix(check): reject audit-member rights at check time too (MDL-SEC01) (Claude)a987ab24docs(fix-issue): drop the duplicate CE1571 datasource-argument row (Claude)74bc820bfix: cover every entity member in a GRANT (both-owner assocs, audit members) (Claude)f0d1aea8fix: resolve cross-module association paths in page bindings (Claude)93cf7340fix: resolve workflow context references in every authored expression (Claude)4710ec57fix(workflows): stop DESCRIBE inventing a comment onjump to(issuetracker go test ./mdl/executor/... is extremely slow (~30min) due to per-test mx create-project #16) (Claude)33913221docs(proposal): workflow / microflow syntax alignment (Claude)18de30b8fix(pages): never write an unresolved association DestinationEntity (issuetracker Add .gitattributes for consistent line endings #14) (Claude)a3068105fix(workflows): refuse standaloneannotation, which wrote an unloadable model (issuetracker Fix/demo user entity #15) (Claude)d115c5f4fix(microflows): wire the false branch of a conditional break/continue in a loop (ledger Studio Pro crashes with InvalidOperationException reading mxcli-created BSON #52) (Claude)e86412b7fix(alter-page): detect DataGrid2 column ambiguity page-wide, not per-grid (ledger MPR v2 writes don't update _Transaction table, breaking Studio Pro F4 sync #78 follow-up) (Claude)32cedfedfix(alter-page): reject ambiguous DataGrid2 column refs, list real names on miss (ledger MPR v2 writes don't update _Transaction table, breaking Studio Pro F4 sync #78) (Claude)8ea774d5Merge pull request deps: bump typescript from 5.9.3 to 6.0.2 in /vscode-mdl #99 from ako/claude/fix-843-rest-response-mapping (Ako)8fe3538bMerge branch 'main' into claude/fix-843-rest-response-mapping (Ako)52665512Merge pull request deps: Bump esbuild from 0.27.7 to 0.28.0 in /vscode-mdl #98 from ako/claude/fix-835-datagrid-microflow-params (Ako)a7f40b21Merge branch 'main' into claude/fix-835-datagrid-microflow-params (Ako)Pull Requests Merged (last 24h)
No PRs merged.
Pull Requests Opened (last 24h)
No new PRs.
Currently Open PRs
mxcli run --ensure-dbcan't start PostgreSQL on Arch Linux #823) (@GG-O-BP)file, unguarded chmod) #742) (@kaspergff)Issues Opened (last 24h)
Issues Closed (last 24h)
DECISIONexpressions are not case-normalized, so the documented$workflowContextyields CE0117create rest clientoperation:Response: mappingclause is silently discarded at write time (not just missing from read-back)create import mapping { }body are not stripped, causingCE1613on every referencecreate json structurewrites every element's occurrence as0..0— every bound import mapping silently imports zero objectsDESCRIBE MICROFLOWinvents anon error rollbackclause on activities that never had onecheck --referencespasses a GRANT EXECUTE that fails at exec with CE0148 (cross-module role)datasource: microflowwith a parameterized source microflow silently drops the parameter binding (CE1571)CI Status (latest runs on main)
Dependency Changes (last 5 commits)
No dependency changes.
Daily digest generated automatically — workflow source