Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 00beaeda9f0f7e5784e93df74d9599dac296675a
      
https://github.com/WebKit/WebKit/commit/00beaeda9f0f7e5784e93df74d9599dac296675a
  Author: Aakash Jain <[email protected]>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    A Tools/CISupport/ews-app/ews/migrations/0009_alter_change_comment_id.py
    M Tools/CISupport/ews-app/ews/models/patch.py

  Log Message:
  -----------
  ews is not posting status-bubbles in GitHub comments
https://bugs.webkit.org/show_bug.cgi?id=275257

Reviewed by Jonathan Bedard.

Switch comment_id field from Integer to BigInteger. The comment_id we are 
getting from
GitHub are now larger than the Integer range in Django (which is 2147483647).

* Tools/CISupport/ews-app/ews/models/patch.py:
* Tools/CISupport/ews-app/ews/migrations/0009_alter_change_comment_id.py: 
Migration added.

Canonical link: https://commits.webkit.org/279818@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to