Convert dblog entries into entities
Closes #2401463
Merge request reports
Activity
- Resolved by Mariano D'Agostino
- Resolved by Mariano D'Agostino
- Resolved by Mariano D'Agostino
- Resolved by Mariano D'Agostino
added 1 commit
- 29a0a045 - Define dblog entries as internal entity type
added 2 commits
added 1 commit
- 081f045d - Only delete logs when the dblog module is uninstalled.
added 1 commit
- 27b6dab4 - Refactor views integration to leverage entities.
- Resolved by Mariano D'Agostino
added 1 commit
- 5ef99458 - Custom DblogStorage, extend EntityBase instead of ContentEntityType initial...
added 47 commits
-
cfdb8ffc...84fc7490 - 22 commits from branch
project:9.3.x
- cb41f08b - Convert dblog entries into entities
- 26603f0b - Fix coding standards
- 1378d3ac - Fix coding standards
- 2d2029be - Restore removed dblog schema
- c96d0531 - Make all dblog entry properties read only
- 2c4d9f1f - Install dblog entity when upgrading drupal
- 0fbc5384 - Fix coding standards
- e21dea3c - Revert unintended change in dblog_schema
- 63df0a6e - Use syslog instead of dblog in some tests because there are no entities to delete prior uninstall
- 07f4d71d - Fix singular form of label count
- 9af0050b - Replace dblog with syslog in InstallProfileDependenciesTest test
- 3382fdf6 - Do not allow to save Dblog entries by calling save()
- c5ebd7f0 - Remove unused statment
- 26218a2e - Define dblog entries as internal entity type
- 99cc605d - Use dblog again instead of syslog in modified tests
- 1151581b - Delete logs when uninstalling dblog module
- cc3ec080 - Fix migration tests
- a75d5d7e - Make user module a dependency of dblog
- ad089316 - Fix some doc typos
- 0999289c - Only delete logs when the dblog module is uninstalled.
- 502433f7 - Refactor views integration to leverage entities.
- f5b252fb - Update definition of timestamp field
- 47f74d8d - Fix coding standards
- 2dcca2b8 - Custom DblogStorage, extend EntityBase instead of ContentEntityType initial...
- e46d7e84 - issue #2401463: convert dblog into enteties
Toggle commit list-
cfdb8ffc...84fc7490 - 22 commits from branch
added 1 commit
- 435f02b0 - Entity list builder working without filters.
added 8 commits
-
435f02b0...1b66ab0c - 6 commits from branch
project:9.3.x
- 784e20cf - Interface for DblogEntry. Restore dblog.overview route now using the ListBuilder
- 07141912 - Merge branch '9.3.x' of https://git.drupalcode.org/project/drupal into 2401463-make-dblog-entities
-
435f02b0...1b66ab0c - 6 commits from branch
added 2 commits
added 1 commit
- 9082aeec - Add same id to log table, fix row classes. Refactor tests to decode numeric severity
added 5 commits
Toggle commit listadded 1 commit
- 684c006c - Fix typos. Rename topMessages into mostFrequentLogEntries
added 1 commit
- bbf23cf9 - Refactor Controller test now that the controller is no longer in place
added 1 commit
- eaf7e06a - New option to keep some log entries when deleting. Refactor dblog_cron
added 43 commits
-
eaf7e06a...61b7e46b - 35 commits from branch
project:9.3.x
- e1f01a9a - Merge branch '9.3.x' of https://git.drupalcode.org/project/drupal into 2401463-make-dblog-entities
- a23e928b - Move docs for formatMessage into DblogEntryInterface
- a73e163e - Remove buildPropertyQuery helper method to simplify code
- ddd60889 - Check $keep in deleteAll is not negative
- ecfbaef8 - Better docs for mostFrequentLogEntries
- a8bd7e64 - Less lines of code in DblogEntryStorage::loadMultiple
- 70eb22e4 - Delete unused statment
- fa8692bc - New method to load the most recent log from the database
Toggle commit list-
eaf7e06a...61b7e46b - 35 commits from branch
Please register or sign in to reply