BigW Consortium Gitlab

  1. 23 Feb, 2017 4 commits
  2. 28 Oct, 2016 1 commit
  3. 19 Oct, 2016 2 commits
  4. 19 Aug, 2016 1 commit
  5. 20 Apr, 2016 5 commits
  6. 07 Jan, 2016 1 commit
    • Sort by ID when sorting using "Recently created" · 9dacc3bc
      Yorick Peterse authored
      Sorting by "id" has the same effect as sorting by created_at while
      performing far better and without the need of an extra index (in case
      one wanted to speed up sorting by "created_at").
      
      Sorting by "Recently updated" still uses the physical "updated_at"
      column as there's no way to use the "id" column for this instead.
  7. 18 Nov, 2015 1 commit
    • Make it easier to re-apply default sort orders · 656d9ff6
      Yorick Peterse authored
      By moving the default sort order into a separate scope (and calling this
      from the default scope) we can more easily re-apply a default order
      without having to specify the exact column/ordering all over the place.
  8. 03 Nov, 2015 1 commit
    • Only sort by IDs by default · 732f5380
      Yorick Peterse authored
      Sorting by both "created_at" and "id" in descending order is not needed
      as simply sorting by "id" in descending order will already sort rows
      from new to old. Depending on the query and data involved sorting twice
      can also introduce significant overhead.
  9. 07 Feb, 2015 1 commit
  10. 06 Feb, 2015 3 commits
  11. 05 Feb, 2015 1 commit