-
Notifications
You must be signed in to change notification settings - Fork 33
Add traffic boost post list stats #3293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
alecgeatches
merged 38 commits into
add/traffic-boost
from
add/traffic-boost-post-list-stats
May 12, 2025
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
817c2a0
Add support for campaigns to the /stats/posts API endpoint
vaurdan ff75eb1
Adds dynamic stats and information to the post list component.
vaurdan d16073b
Fix linting
vaurdan 912185c
Merge branch 'develop' of github.com:Parsely/wp-parsely into develop
alecgeatches 0083a92
Merge branch 'develop' into add/traffic-boost-post-list-stats
alecgeatches d730291
Merge branch 'add/traffic-boost' into add/traffic-boost-post-list-stats
alecgeatches b3359db
Merge branch 'add/traffic-boost' into add/traffic-boost-post-list-stats
alecgeatches 11c3ab1
Fix NaN in view counts
alecgeatches a49e877
Fix test errors related to new canonical_url REST field
alecgeatches 3f8297b
Fix linting errors
alecgeatches 91f8530
More test fixes for new fields
alecgeatches 88c7fb1
Revert REST metadata to only register when wp-parsely is fully enabled
alecgeatches de56de0
Return empty metadata for non-existent posts to match test setup
alecgeatches 0fe3589
Fix order of expected meta values in tests
alecgeatches 60b5f7f
Merge branch 'add/traffic-boost' into add/traffic-boost-post-list-stats
alecgeatches f773204
Fix "View"/"Edit" dropdown buttons on Traffic Boost page
alecgeatches 7ddbb8c
Fix minor SonarQubeCloud complaints
alecgeatches f92e49f
Convert number value into conditional
alecgeatches 26d2d3c
Perform whitespace/comment/import adjustments
acicovic 9e442cb
Merge branch 'add/traffic-boost' into add/traffic-boost-post-list-stats
acicovic 94872bb
Fix pluralization on suggestions bubble, use standardized date on pos…
alecgeatches 5001e64
Disable inbound/outbound links UI component, suggestion count bubble,…
alecgeatches 3428481
Handle missing post metadata in UI
alecgeatches ee7b092
Add an explicit group and timeout for suggestions count cache
alecgeatches 08c96b2
Guard against division by zero & remove all thousands separators
alecgeatches dc404bc
Fixes for small coderabbit suggestions
alecgeatches 4743152
Rebuild after an npm install
alecgeatches fb84dbf
Remove copy-paste typo
alecgeatches 5063793
Merge branch 'add/traffic-boost' into add/traffic-boost-post-list-stats
acicovic b0f374c
internationalize string and improve number parsing
alecgeatches f3c3431
Merge branch 'add/traffic-boost-post-list-stats' of github.com:Parsel…
alecgeatches 6389c74
Refactor wp_cache functions for consistency. Use a consistent cache g…
alecgeatches 73d4020
Fix unrelated phpstan errors
alecgeatches f624d4b
Revert "Fix unrelated phpstan errors"
alecgeatches 32e9869
Instead of caching whole objects, save smart link IDs and hydrate fro…
alecgeatches 322d570
Add PARSELY_CACHE_GROUP to integration tests bootstrap
alecgeatches 0c4edd2
Change hash function to sha256 for SonarQube
alecgeatches eb92cb3
Fix wrong `@since` versions
alecgeatches File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| <?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => '077f9e4111341245162f'); | ||
| <?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-url'), 'version' => '2091307856d92e7e9ea0'); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.