Skip to content

Commit

Permalink
Fix order of releases in the devops charts
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Feb 29, 2024
1 parent 61bebbd commit cce031d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/libs/charts/devops_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def automations_run
.releases
.limit(n)
.finished
.reorder("completed_at DESC")
.includes(:release_changelog, {release_platform_runs: [:release_platform]}, :all_commits, step_runs: [:deployment_runs, :step])
end

Expand Down

0 comments on commit cce031d

Please sign in to comment.