1. 19 6月, 2018 1 次提交
  2. 06 6月, 2018 1 次提交
  3. 31 5月, 2018 1 次提交
  4. 26 5月, 2018 3 次提交
  5. 07 5月, 2018 1 次提交
  6. 03 5月, 2018 1 次提交
  7. 02 5月, 2018 2 次提交
  8. 23 4月, 2018 1 次提交
  9. 08 4月, 2018 1 次提交
  10. 07 4月, 2018 2 次提交
  11. 06 4月, 2018 1 次提交
    • J
      Add new repository archive route · 07f517d4
      James Ramsay 提交于
      Repository archives are always named `<project>-<ref>-<sha>` even if
      the ref is a commit. A consequence of always including the sha even
      for tags is that packaging a release is more difficult because both
      the ref and sha must be known by the packager.
      
      - add `<project>/-/archive/<ref>/<filename>.<format>` route using the
      `-` separator to prevent namespace collisions. If the filename is
      `<project>-<ref>` or the ref is a sha, the sha will be omitted,
      otherwise the default filename will be used.
      - deprecate previous archive route `repository/<ref>/archive`
      07f517d4
  12. 05 4月, 2018 1 次提交
  13. 27 3月, 2018 2 次提交
  14. 23 3月, 2018 1 次提交
  15. 17 3月, 2018 1 次提交
  16. 13 3月, 2018 1 次提交
  17. 08 3月, 2018 2 次提交
  18. 06 3月, 2018 2 次提交
  19. 28 2月, 2018 2 次提交
  20. 24 2月, 2018 1 次提交
  21. 23 2月, 2018 1 次提交
  22. 06 2月, 2018 3 次提交
  23. 01 2月, 2018 1 次提交
  24. 25 1月, 2018 1 次提交
  25. 13 1月, 2018 1 次提交
  26. 06 1月, 2018 1 次提交
  27. 05 1月, 2018 2 次提交
    • J
      Backport 'Rebase' feature from EE to CE · 27a75ea1
      Jan Provaznik 提交于
      When a project uses fast-forward merging strategy user has
      to rebase MRs to target branch before it can be merged.
      Now user can do rebase in UI by clicking 'Rebase' button
      instead of doing rebase locally.
      
      This feature was already present in EE, this is only backport
      of the feature to CE. Couple of changes:
      * removed rebase license check
      * renamed migration (changed timestamp)
      
      Closes #40301
      27a75ea1
    • M
      Move cache reset to ci_cd_settings controller · f834e290
      Matija Čupić 提交于
      f834e290
  28. 27 12月, 2017 1 次提交
  29. 22 12月, 2017 1 次提交