1. 06 Feb, 2017 34 commits
  2. 05 Feb, 2017 4 commits
  3. 04 Feb, 2017 2 commits
    • Stan Hu's avatar
      Add index to labels for `type` and project_id` · 1e97a6df
      Stan Hu authored
      When loading pages that display the number of open issues,
      the backend runs a query such as:
      
      ```sql
      SELECT "labels"."id" FROM "labels" WHERE "labels"."type" IN ('ProjectLabel') AND "labels"."project_id" = 1000
      ```
      
      This results in an entire scan of the `labels` table. To optimize performance,
      add the appropriate index to the table.
      
      Closes #27676
      1e97a6df
    • Douwe Maan's avatar
      Merge branch 'fix-rack-proxy' into 'master' · 8a333d45
      Douwe Maan authored
      Fix "NameError: uninitialized constant Rack::Proxy" in production environment
      
      See merge request !8977
      8a333d45