1. 21 11月, 2017 1 次提交
  2. 20 11月, 2017 19 次提交
  3. 19 11月, 2017 2 次提交
  4. 18 11月, 2017 16 次提交
  5. 17 11月, 2017 2 次提交
    • D
      Merge branch... · 7142af49
      Douwe Maan 提交于
      Merge branch '40230-groups-gitlab-org-labels-json-redirects-to-groups-gitlab-org-labels-json' into 'master'
      
      Resolve "/groups/gitlab-org/labels.json redirects to /groups/gitlab-org/-/labels/.json"
      
      Closes #40230
      
      See merge request gitlab-org/gitlab-ce!15427
      7142af49
    • B
      Remove the selects when counting the last page · 5a335c4d
      Bob Van Landuyt 提交于
      The last page of the first collection is only loaded into memory when
      it is being viewed. If it isn't loaded into memory, the `#size` call
      triggers a count query.
      
      This `#count` would generate an invalid query if our custom preloaded
      counts are included by adding a separate `as count_column` alias on
      top of the count aliases. Removing the selects in this case will make
      sure a valid `COUNT(*)` is generated.
      5a335c4d