1. 20 9月, 2016 5 次提交
  2. 19 9月, 2016 11 次提交
  3. 18 9月, 2016 1 次提交
  4. 17 9月, 2016 2 次提交
  5. 16 9月, 2016 12 次提交
  6. 15 9月, 2016 5 次提交
  7. 14 9月, 2016 4 次提交
    • U
      add test about flash alert · a3100300
      ubudzisz 提交于
      add tests with dependent destroy
      
      add tests with dependent destroy
      
      add tests
      
      add tests to projects spec
      
      update it title  and remove let
      
      update it title  and remove let
      
      remove changes after rebase
      
      remove changes after rebase
      
      update changelog
      a3100300
    • Q
      Fix URLs with anchors in wiki · 5c9376f9
      Qingping Hou 提交于
      5c9376f9
    • Y
      Move pushes_since_gc to Redis · 4e87c023
      Yorick Peterse 提交于
      This moves tracking of the pushes since the last Git GC from PostgreSQL
      to Redis. This reduces the number of writes on the "projects" table.
      This in turn reduces the vacuuming overhead.
      
      The lease used for incrementing the counter has been removed. This lease
      was mostly put in place to prevent high database load but this isn't
      needed anymore due to the counter now being stored in Redis.
      
      Fixes gitlab-org/gitlab-ce#22125
      4e87c023
    • A
      Fix Gitlab::Popen.popen thread-safety issue · c90174af
      Ahmad Sherif 提交于
      Fixes #21842
      c90174af