Update remaining rb-extension-pack extensions for Review Board 5.0.

Review Request #12208 — Created March 24, 2022 and submitted — Latest diff uploaded

Information

rb-extension-pack
master

Reviewers

This change makes some quite mechanical changes for the remaining
extension pack items: message of the day, notes field, comment severity,
stopwatch, XML review UI, review together, and the ship-it ASCII art
extension. For the most part this is just trivial updates to imports and
dependencies, but there are a couple tiny actual code changes:

  • Some text type stuff and defining JS type classes in the XML review UI
  • Mark the ships as raw strings, and fix up the signature for the signal
    handler for the ASCII art extension.

Installed and activated each extension.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Update remaining rb-extension-pack extensions for Review Board 5.0.
This change makes some quite mechanical changes for the remaining extension pack items: message of the day, notes field, comment severity, stopwatch, XML review UI, review together, and the ship-it ASCII art extension. For the most part this is just trivial updates to imports and dependencies, but there are a couple tiny actual code changes: * Some text type stuff and defining JS type classes in the XML review UI * Mark the ships as raw strings, and fix up the signature for the signal handler for the ASCII art extension. Testing Done: Installed and activated each extension.
4b503d2dacf0061381ae4ad3b3b90cbbef28490c David Trowbridge
Update remaining rb-extension-pack extensions for Review Board 5.0.
This change makes some quite mechanical changes for the remaining extension pack items: message of the day, notes field, comment severity, stopwatch, XML review UI, review together, and the ship-it ASCII art extension. For the most part this is just trivial updates to imports and dependencies, but there are a couple tiny actual code changes: * Some text type stuff and defining JS type classes in the XML review UI * Mark the ships as raw strings, and fix up the signature for the signal handler for the ASCII art extension. Testing Done: Installed and activated each extension.
cffb7fa1fc93985cc98ae3bd56813e21eaff5b2a David Trowbridge
rbmotd/rbmotd/__init__.py
rbnotefield/rbnotefield/__init__.py
rbsentry/setup.py
rbseverity/rbseverity/__init__.py
rbstopwatch/rbstopwatch/__init__.py
rbxmlreview/setup.py
review_together/setup.py
shipit_ascii_art/setup.py
Loading...