name versions as major.minor lines, dropping the hotfix marks
mark the 0.25.0 line as released
add the brand logo to the home page
update the issue tracker references to the SCR project key
rename the wiki to Scrinium
state the license as lgpl-3.0-or-later, the grant of the sources
correct and dry the whole page set
document the general purpose resource locks
document the db context lock
Add the "Db context lock" page covering the server side lease that
serializes seeding and migrations of a db context across every
application instance: scope, claim/lease/renewal, owner death, the per
operation lease duration and where it is passed, and the read-only
denial. Link it from the sidebar, Home and the related pages.
Align the stale claims elsewhere: a migration start is denied by the
lock held by another owner (not by a queued or running operation), the
in-process guarantee is exclusive access while the cross instance one is
the lock, a dry run holds the lock while skipping exclusive access, the
seeding wait is bounded and throws on expiry, the dashboard pairs an
open operation with a live lease before reporting a migration running,
and Cancelled joins the reachable operation statuses.
document auto creation of new referred models on save
align getting started pages to actual id generation, schema id semantics and startup samples
Reference-serializer docs, version status page, and no-todo/issue policy
- References: require a model map for every type in a reference's hierarchy
up to the last base before object (base types aren't inferred); every
summary must carry the id, else the reference resolves to null. The example
now declares the full chain.
- Only document existing behavior: drop specific Jira issue citations
(MODM-83/101) and todo/future framing from the pages; keep the generic
tracker link as a resource. Convention recorded in AGENTS.md.
- Versioning: mark 0.25.0 as dev (unreleased) in the Home banner and add a
Versions page as the single source of version status, ready for 0.26.0 as
the next dev line.
Rebuild wiki foundation and getting started for MongODM 0.25.0
- Add wiki AGENTS.md/CLAUDE.md documentation conventions
- Rewrite Home, First steps and Packages and feeds against the 0.25.0 API
- Add _Sidebar and _Footer navigation
- Ignore the private reference snapshot and IDE folders
Added admin dashboard on first steps
Added MongODM.AspNetCore.UI package
Minor adjustments
Added the admin page link in home
Added "startup configuration" documentation page