Order status updates alphabetically by their summary.

Review Request #9278 — Created Oct. 17, 2017 and submitted

Information

Review Board
release-3.0.x
cc6c5a6...

Reviewers

Status update items in the initial status updates entry or change description
entries were getting ordered by whatever the database was returning, which was
likely to be the creation order. This could be seemingly random based on the
order that Review Bot (or similar tools) would run and latency of communicating
with the workers.

This (very small) change orders the status updates query by their summary. This
ordering then gets preserved as we sort them all out into their respective
entries.

  • Ran unit tests.
  • Created a couple status updates with timestamps that would display them in
    non-alphabetical order. With this change applied, they now show up
    predictably.
brennie
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (1f0dc75)
Loading...