Skip to content

Commit

Permalink
Merge pull request #5515 from ampproject/feature/1756-validation-cron
Browse files Browse the repository at this point in the history
Create background events for URL validation
  • Loading branch information
westonruter authored Dec 30, 2020
2 parents 3880af0 + f64e4ab commit 622fe0f
Show file tree
Hide file tree
Showing 36 changed files with 1,257 additions and 1,288 deletions.
3 changes: 3 additions & 0 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
'server_timing' => \AmpProject\AmpWP\Instrumentation\ServerTiming::class,
'site_health_integration' => \AmpProject\AmpWP\Admin\SiteHealth::class,
'validated_url_stylesheet_gc' => \AmpProject\AmpWP\BackgroundTask\ValidatedUrlStylesheetDataGarbageCollection::class,
'url_validation_cron' => \AmpProject\AmpWP\Validation\URLValidationCron::class,
'save_post_validation_event' => \AmpProject\AmpWP\Validation\SavePostValidationEvent::class,
'background_task_deactivator' => \AmpProject\AmpWP\BackgroundTask\BackgroundTaskDeactivator::class,
] )
);

Expand Down
2 changes: 0 additions & 2 deletions docs/class/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

310 changes: 0 additions & 310 deletions docs/class/Validation/ScannableURLProvider.md

This file was deleted.

Loading

0 comments on commit 622fe0f

Please sign in to comment.