rawlinp opened a new issue #5994:
URL: https://github.com/apache/trafficcontrol/issues/5994


   ## I'm submitting a ...
   -  improvement request (usability, performance, tech debt, etc.)
   
   ## Traffic Control components affected ...
   -  Traffic Ops
   
   ## Current behavior:
   `GET /api/:version/topologies` returns an unsorted response by default.
   
   ## New behavior:
   `GET /api/:version/topologies` should return a response that is sorted 
alphabetically by name by default (this is what most of our APIs do).
   
   ## Minimal reproduction of the problem with instructions:
   `GET /api/4.0/topologies`
   
   ## Anything else:
   NOTE: we don't want to add TO API tests that test the default sorting 
because that depends on the DB's locale setting. Instead, there should be a 
unit test that tests that the expected query contains an `ORDER BY name` clause.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to