Skip to content

Gotcha by group by

Compare
Choose a tag to compare
@jhirbour jhirbour released this 09 Jan 21:38
· 16 commits to master since this release

This version fixes a bug with FrontEndBuilds::AppsController#index where it would not render the /frontends admin interface in specific cases.

  • This bug was introduced in 1.0.0 (rails 5 updates).
  • The controller should return "10 builds for each app", instead it was
    returning "10 builds for all apps". This was an issue when one of your apps has
    a really old "live build" that is older than your 10 most recent (for any app)

Single backends with only a single FE are not impacted by this bug.