arachnys / cabot

Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
MIT License
5.59k stars 594 forks source link

Make public services listing list in case insensitive order #616

Closed hartwork closed 6 years ago

hartwork commented 6 years ago

Right now, services are ordered so that "aaa" goes after "BBB"; that looks rather weird :smile:

codecov[bot] commented 6 years ago

Codecov Report

Merging #616 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #616      +/-   ##
==========================================
+ Coverage   80.97%   80.98%   +<.01%     
==========================================
  Files          45       45              
  Lines        2917     2918       +1     
  Branches      177      177              
==========================================
+ Hits         2362     2363       +1     
  Misses        497      497              
  Partials       58       58
Impacted Files Coverage Δ
cabot/cabotapp/views.py 71.35% <100%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2410964...82c64d3. Read the comment docs.