• Heinrich Lee Yu's avatar
    Remove priority sort from board list issues · 30820e96
    Heinrich Lee Yu authored
    When retrieving issues from an issue board, we just sort by
    relative_position and ID instead of including label priority.
    
    Label priority is expensive to compute and is not really needed because
    there should be no duplicate relative positions in normal cases.
    
    Changelog: performance
    30820e96
issue.rb 19.8 KB