Skip to content

Commit 79d4154

Browse files
authored
Merge pull request #456 from wpengine/wpgraphql-logging-internal-testing-448
chore: Internal Testing & Validation WPGraphQL Logging Plugin
2 parents ea41c12 + 6c3eb8b commit 79d4154

File tree

82 files changed

+3796
-1724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+3796
-1724
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@wpengine/wpgraphql-logging-wordpress-plugin": minor
3+
---
4+
5+
chore: Various improvement to the logging plugin:
6+
7+
- Implemented BufferHandler to batch write database entries for performance
8+
- Implemented LogStoreService to remove hard dependencies of the Database services in the admin and various classes
9+
- Refactored Database and CRUD log services to use interfaces to make it easy to be exctended for other data storage solutions.
10+
- Added missing indexes for performance
11+
- Added filters for caching configuration
12+
- Better error handling
13+
- Added missing nonce for admin pages
14+

plugins/wpgraphql-logging/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@
4343
### Patch Changes
4444

4545
- [#403](https://github.com/wpengine/hwptoolkit/pull/403) [`821908b`](https://github.com/wpengine/hwptoolkit/commit/821908b7a7b8743a44cdbdbd98eedfff7faac34a) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Added admin view, filters and CSV downloads.
46-
47-
## 0.0.1-beta
48-
49-
- Proof of concept. A plugin for logging data for WPGraphQL.

plugins/wpgraphql-logging/assets/css/view/jquery-ui-timepicker-addon.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)