BookStack/tests/Entity
Dan Brown 3625f12abe
Added extendable/scalable formatter for webhook data
Creates a new organsied formatting system for webhook data, with
interfaces for extending with custom model formatting rules.
Allows easy usage & extension of the default bookstack formatting
behaviour when customizing webhook events via theme system, and keeps
default data customizations organised.

This also makes the following webhook data changes:
- owned_by/created_by/updated_by user details are loaded for events with
  Entity details. (POTENTIALLY BREAKING CHANGE).
- current_revision details are loaded for page update/create events.

Added testing to cover added model formatting rules.

For #3279 and #3218
2022-03-26 16:53:02 +00:00
..
BookShelfTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
BookTest.php Added ability to clone books 2021-12-19 19:20:31 +00:00
ChapterTest.php Applied latest StyleCI changes 2021-12-20 17:40:27 +00:00
CommentSettingTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
CommentTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
EntityAccessTest.php Finished moving EntityTests out to new TestCase files 2021-09-17 21:29:16 +01:00
EntitySearchTest.php Applied latest StyleCI changes 2021-12-18 11:43:05 +00:00
ExportTest.php Added additional missing editor translations 2022-03-23 14:41:54 +00:00
PageContentTest.php Updated strategy for empty newline sections 2022-03-01 17:26:06 +00:00
PageDraftTest.php Removed prefix route groups, applyed styleci changes 2021-11-14 15:16:18 +00:00
PageEditorTest.php Fixed page editor back button sometimes going nowhere 2021-11-15 11:19:03 +00:00
PageRevisionTest.php Added extendable/scalable formatter for webhook data 2022-03-26 16:53:02 +00:00
PageTemplateTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PageTest.php Added parent context to recently updated items 2022-01-24 21:21:30 +00:00
SearchOptionsTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SortTest.php Applied latest styleCI changes 2022-01-06 12:18:11 +00:00
TagTest.php Fixed tags listing grouping by name only on search 2021-11-15 19:00:37 +00:00