Ottomata has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/391015 )

Change subject: Update EventCapsule revision witih property-less userAgent
......................................................................


Update EventCapsule revision witih property-less userAgent

Sometimes parsed userAgent properties are null.  This
allows them to validate.

Bug: T179625
Change-Id: I2f28cfc4efe4eb1d744ff27a8b9a45f5b83b84a5
---
M eventlogging/schema.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ottomata: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/eventlogging/schema.py b/eventlogging/schema.py
index d3ca651..06716a0 100644
--- a/eventlogging/schema.py
+++ b/eventlogging/schema.py
@@ -64,7 +64,7 @@
 SCHEMA_URI_FORMAT = '%s/%s'
 
 # SCID of the metadata object which wraps each capsule-style event.
-CAPSULE_SCID = ('EventCapsule', 17397982)
+CAPSULE_SCID = ('EventCapsule', 17418976)
 
 # TODO: Make new meta style EventError on meta.
 ERROR_SCID = ('EventError', 14035058)

-- 
To view, visit https://gerrit.wikimedia.org/r/391015
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2f28cfc4efe4eb1d744ff27a8b9a45f5b83b84a5
Gerrit-PatchSet: 1
Gerrit-Project: eventlogging
Gerrit-Branch: master
Gerrit-Owner: Ottomata <ao...@wikimedia.org>
Gerrit-Reviewer: Ottomata <ao...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to