mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-29 06:24:13 +08:00
Persisted browser pageview events require a URL, IP address, user agent, and session ID. Stale deferred pageview requests can omit tracking metadata and previously caused PostgreSQL not-null violations in the deferred job. This change discards incomplete payloads before scheduling the insert and adds regression coverage for deferred pageviews without URLs. |
||
|---|---|---|
| .. | ||
| anonymous_cache.rb | ||
| crawler_hooks.rb | ||
| csp_script_nonce_injector.rb | ||
| default_headers.rb | ||
| discourse_public_exceptions.rb | ||
| enforce_hostname.rb | ||
| missing_avatars.rb | ||
| omniauth_bypass_middleware.rb | ||
| overload_protections.rb | ||
| processing_request.rb | ||
| request_tracker.rb | ||
| track_view_session_id_injector.rb | ||