Yara ORM support, action-results refresh button, parallel tests (0.7.0)#134
Merged
Conversation
- Add YaraOrmModelAdmin / YaraOrmInlineModelAdmin adapter and fastadmin[yara-orm] extra; full introspection + CRUD (FK, O2O, M2M) mirroring the other ORMs - Wire Yara ORM into docs, README, API reference and the install matrix; add a runnable examples/fastapi_yaraorm app; cross-link to the yara-orm project - Add a refresh button to widget action results (toolbar + expand modal) so results re-run in place without losing scroll position (#132) - Run the test suite in parallel: per-xdist-worker SQLite files with a busy timeout fix the Django/Pony 'database is locked' errors; Makefile/CI use -n auto - Restore ADMIN_USER_MODEL after each test so a torn-down ORM cannot leak - Release 0.7.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Yara ORM support
YaraOrmModelAdmin/YaraOrmInlineModelAdminand afastadmin[yara-orm]extra.examples/fastapi_yaraormapp; docs, README, API reference and install matrix updated with cross-links to yara-orm.Issue #132 — refresh button on action results
Parallel tests (xdist)
make testand CI now use-n auto.ADMIN_USER_MODELafter each test so a torn-down ORM's model name can't leak into later tests.Backend: 1935 tests / 100% coverage (parallel). Frontend: lint + 234 tests + build green. Docs build clean.