1. 07 3月, 2016 1 次提交
  2. 02 3月, 2016 1 次提交
  3. 01 3月, 2016 2 次提交
  4. 27 2月, 2016 1 次提交
  5. 26 2月, 2016 2 次提交
    • Z
      Branded login page also in CE · 9a2869ab
      Zeger-Jan van de Weg 提交于
      The only major difference with the EE version is the change from a light and dark logo to only a header logo
      The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
      9a2869ab
    • Y
      Flush repository caches before renaming projects · 1dfef90a
      Yorick Peterse 提交于
      This ensures that if a project is later re-created using the old path it
      doesn't end up re-using the old cache. This also ensures we don't keep
      the cache around until its expired by Redis itself.
      
      Fixes gitlab-org/gitlab-ce#13790
      1dfef90a
  6. 25 2月, 2016 2 次提交
  7. 23 2月, 2016 2 次提交
  8. 21 2月, 2016 1 次提交
    • Y
      Flush emptiness caches whenever needed · e0cb3212
      Yorick Peterse 提交于
      This ensures that the emptiness cache (used for Repository#empty? and
      Repository#has_visible_content?) is flushed after comitting changes
      (using the web editor, API or Git) for new repositories. Once a
      repository is no longer empty there's no need to explicitly flush the
      cache for Repository#empty?. The cache for
      Repository#has_visible_content? in turn is already flushed whenever
      needed.
      
      Fixes gitlab-org/gitlab-ce#13387
      e0cb3212
  9. 20 2月, 2016 22 次提交
  10. 19 2月, 2016 5 次提交
  11. 18 2月, 2016 1 次提交