Uh oh!
There was an error while loading. Please reload this page.
Entity reference list - #2
Merged
Merged
Conversation
- Now accepts a selected module. Example: `/API-INFO/user`
- `/API-INFO`: - Now accepts a selected module. Example: `/API-INFO/user` - Added `APIRequest.parsingDuration`. - Added `EntityReferenceList`: a version of `EntityReference` for entities lists. - Fix `EntityRepository._entitiesTracker`: now tracked fields values are isolated from tracked entity.
Codecov Report
@@ Coverage Diff @@## master #2 +/- ##
==========================================
+ Coverage 70.42% 71.34% +0.92%
==========================================
Files 49 50 +1 Lines 11434 12267 +833 ==========================================
+ Hits 8052 8752 +700 - Misses 3382 3515 +133
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…ntity_reference.dart`.
- Added `APIRequest.id`. - Added `APIRoot.currentAPIRequest`. - Logging messages now show the current `APIRequest.id`. - `/API-INFO`: - Now accepts a selected module. Example: `/API-INFO/user` - Added `APIRequest.parsingDuration`. - Added `EntityReferenceList`: a version of `EntityReference` for entities lists. - Fix `EntityRepository._entitiesTracker`: now tracked fields values are isolated from tracked entity. - Fix `APISecurity._resolveAuthentication`: avoid multiple parallel calls for user resolution.
- Added `APIRequest.id`. - Added `APIRoot.currentAPIRequest`. - Logging messages now show the current `APIRequest.id`. - `/API-INFO`: - Now accepts a selected module. Example: `/API-INFO/user` - Added `APIRequest.parsingDuration`. - Added `EntityReferenceList`: a version of `EntityReference` for entities lists. - Fix `EntityRepository._entitiesTracker`: now tracked fields values are isolated from tracked entity. - Fix `APISecurity._resolveAuthentication`: avoid multiple parallel calls for user resolution. - reflection_factory: ^1.2.10
- Added `APIRequest.id`. - Added `APIRoot.currentAPIRequest`. - Logging messages now show the current `APIRequest.id`. - `/API-INFO`: - Now accepts a selected module. Example: `/API-INFO/user` - Added `APIRequest.parsingDuration`. - Added `EntityReferenceList`: a version of `EntityReference` for entities lists. - Fix `EntityRepository._entitiesTracker`: now tracked fields values are isolated from tracked entity. - Fix `APISecurity._resolveAuthentication`: avoid multiple parallel calls for user resolution. - reflection_factory: ^1.2.10
- Added `APIRequest.id`. - Added `APIRoot.currentAPIRequest`. - Logging messages now show the current `APIRequest.id`. - `/API-INFO`: - Now accepts a selected module. Example: `/API-INFO/user` - Added `APIRequest.parsingDuration`. - Added `APIRepository.count`. - Added `DBEntityRepositoryProvider.extraDependencies`. - Added `Transaction.parentTransaction`: - `cacheEntity` now also propagates cache to `parentTransaction`. - `EntityHandler`: - `Uint8List` resolution: now accepts `base64`, `HEX` and `Data URL`. - Added `EntityReferenceList`: a version of `EntityReference` for entities lists. - Fix `EntityRepository._entitiesTracker`: now tracked fields values are isolated from tracked entity. - Fix `APISecurity._resolveAuthentication`: avoid multiple parallel calls for user resolution. - Added tests for `DBMemoryObjectAdapter`. - reflection_factory: ^1.2.10
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 freeto 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.
No description provided.