An error occurred fetching the project authors.
  1. 31 May, 2018 1 commit
  2. 07 May, 2018 1 commit
  3. 02 May, 2018 2 commits
  4. 01 May, 2018 1 commit
  5. 23 Apr, 2018 1 commit
  6. 08 Apr, 2018 1 commit
  7. 07 Apr, 2018 2 commits
  8. 06 Apr, 2018 1 commit
    • James Ramsay's avatar
      Add new repository archive route · 07f517d4
      James Ramsay authored
      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
  9. 04 Apr, 2018 1 commit
  10. 26 Mar, 2018 2 commits
  11. 22 Mar, 2018 1 commit
  12. 16 Mar, 2018 1 commit
  13. 13 Mar, 2018 1 commit
  14. 08 Mar, 2018 1 commit
  15. 07 Mar, 2018 1 commit
  16. 06 Mar, 2018 1 commit
  17. 05 Mar, 2018 1 commit
  18. 28 Feb, 2018 2 commits
  19. 23 Feb, 2018 2 commits
  20. 05 Feb, 2018 3 commits
  21. 31 Jan, 2018 1 commit
  22. 24 Jan, 2018 1 commit
  23. 12 Jan, 2018 1 commit
  24. 05 Jan, 2018 2 commits
    • Matija Čupić's avatar
      21a713f9
    • Jan Provaznik's avatar
      Backport 'Rebase' feature from EE to CE · 27a75ea1
      Jan Provaznik authored
      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
  25. 04 Jan, 2018 1 commit
  26. 27 Dec, 2017 1 commit
  27. 21 Dec, 2017 2 commits
  28. 16 Dec, 2017 3 commits
  29. 12 Dec, 2017 1 commit