1. 19 2月, 2018 2 次提交
  2. 17 2月, 2018 2 次提交
  3. 09 2月, 2018 1 次提交
  4. 08 2月, 2018 2 次提交
  5. 07 2月, 2018 3 次提交
  6. 06 2月, 2018 2 次提交
    • J
      File upload UI obeys LFS filters · d2a77094
      James Edwards-Jones 提交于
      Uses Lfs::FileModificationHandler to coordinate LFS detection, creation of LfsObject, etc
      
      Caveats:
       1. This isn't used by the multi-file editor / Web IDE
       2. This isn't used on rename. We'd need to be able to download LFS files
          and add them to the commit if they no longer match so not as simple.
       3. We only check the root .gitattributes file, so this should be improved
          to correctly check for nested .gitattributes files in subfolders.
      d2a77094
    • F
      Allow moving wiki pages from the UI · 27c08a16
      Francisco Javier López 提交于
      27c08a16
  7. 03 2月, 2018 2 次提交
  8. 02 2月, 2018 1 次提交
  9. 01 2月, 2018 3 次提交
    • Z
      fd46d6ce
    • Z
      Client changes for Tag,BranchNamesContainingCommit · 0a47d192
      Zeger-Jan van de Weg 提交于
      As part of gitlab-org/gitaly#884, this commit contains the client
      implementation for both TagNamesContaintingCommit and
      BranchNamesContainingCommit. The interface in the Repository model stays
      the same, but the implementation on the serverside, e.g. Gitaly, uses
      `for-each-ref`, as opposed to `branch` or `tag` which both aren't
      plumbing command. The result stays the same.
      
      On the serverside, we have the opportunity to limit the number of names
      to return. However, this is not supported on the front end yet. My
      proposal to use this ability: gitlab-org/gitlab-ce#42581. For now, this
      ability is not used as that would change more behaviours on a feature
      flag which might lead to unexpected changes on page refresh for example.
      0a47d192
    • T
      Enable RuboCop Style/RegexpLiteral · 2b6307f6
      Takuya Noguchi 提交于
      2b6307f6
  10. 31 1月, 2018 7 次提交
  11. 30 1月, 2018 1 次提交
  12. 29 1月, 2018 2 次提交
  13. 25 1月, 2018 8 次提交
  14. 24 1月, 2018 2 次提交
  15. 23 1月, 2018 2 次提交