Commit Graph

16 Commits (80fa0a860fc31e03ac6e3feb8078ebafef92e2bf)

Author SHA1 Message Date
maliming a4ea796701
Update Auditing_Tests.cs
3 years ago
maliming b2a3d30ca2
Make `EntityHistoryHelper` compatible `ValueObject`.
3 years ago
maliming 8a1b7484de Add an option to enable/disable AuditLogActionInfo entirely.
3 years ago
Halil İbrahim Kalkan c8ec7d6905 Implement AbpAuditingOptions.IsEnabledForIntegrationServices
3 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework
4 years ago
maliming 566e41924a Do not create PropertyChanges for soft deleted entities.
4 years ago
maliming 987e154fed Sequence compare the keys and values of ExtraPropertyDictionary.
4 years ago
Halil İbrahim Kalkan 77368eb935 Add test: Should_Write_AuditLog_For_Classes_That_Implement_IAuditingEnabled_Without_An_Explicit_Scope
5 years ago
Halil İbrahim Kalkan d479e70e40 Implement async transaction methods.
5 years ago
Ismail Yilmaz 391e443a6d Disable property auditing for base auditing properties
5 years ago
maliming 61f8bc32d9 Rename unit test method name.
6 years ago
maliming bdc142454e Compare the value of the property to determine whether it is changed.
6 years ago
maliming c086bfe609 Fix audit unit tests.
6 years ago
maliming adeeb0d5a1 Fixed the bug that the controller was not logged & Filter the controller in AbpAuditingMiddleware.
6 years ago
maliming 3cc29f7ca6 Use propertyEntry.IsModified instead of the Equals method of the object.
6 years ago
maliming 289e8c4da6 Add more Auditing unit tests.
6 years ago