Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Apr 04, 2019
  3. Apr 02, 2019
  4. Dec 07, 2018
    • Dennis Tang's avatar
      Further design iteration on project overview · 75496059
      Dennis Tang authored
      Continues the iteration on the project overview UI:
      
      - moved star, fork and new clone button
      (copy SSH/HTTPS URLs) to top right,
        made them smaller
      - avatar is now larger (64px)
      - 'Request access' is now a link instead
        of a button
      - overview comes before the description +
        changed styling and added icons
      - description font-size is now 16px (large-paragraph)
      - quick links to files are moved downwards
        below the commit/pipeline info
      - margins changed to group content into
        4 groups to clean up the interface
      - visibility info reduced to icon-only and
        moved to the right of the title
      75496059
  5. Jun 15, 2018
  6. Apr 17, 2018
  7. Apr 06, 2018
    • 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
  8. Dec 19, 2017
  9. Sep 22, 2017
  10. Sep 14, 2017
  11. Jul 05, 2017
  12. Jun 15, 2017
  13. Jun 07, 2017
  14. Jun 06, 2017
  15. Mar 16, 2017
  16. Feb 16, 2017
  17. Jan 23, 2017
  18. Dec 17, 2016
  19. Dec 06, 2016
  20. Nov 10, 2016
  21. Oct 17, 2016
  22. Oct 05, 2016
  23. Sep 19, 2016
    • Lin Jen-Shin's avatar
      Fix download artifacts button link: · 31e59264
      Lin Jen-Shin authored
      Rails ignored unused arguments and ref_name_and_path is the last
      path argument, therefore we need to concatenate that parts ourselves.
      
      Otherwise, 'download' won't be shown at all.
      31e59264
  24. Aug 25, 2016
  25. Aug 24, 2016
  26. Aug 17, 2016
  27. Aug 16, 2016
  28. Aug 15, 2016
  29. Aug 11, 2016
  30. Jul 19, 2016
  31. Jul 18, 2016
Loading