Skip to content
Snippets Groups Projects
  1. Oct 05, 2020
    • Emanuele Aina's avatar
      gitlab-ci: Reduce cost and latency of jobs · 9892fdf0
      Emanuele Aina authored
      
      Add the `lightweight` tag to run jobs on the GitLab runners set up for
      jobs that do not need large amounts of resources (max 2GB of RAM) and do
      not need privileged containers.
      
      The former makes jobs cheaper because they user smaller VM instance
      types, the latter improves latency as there's no strong need to spin
      separate VMs to keep each job isolated and existing instances can be
      re-used instead.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      9892fdf0
  2. Oct 02, 2020
  3. Oct 01, 2020
  4. Sep 30, 2020
  5. Sep 28, 2020
  6. Sep 25, 2020
  7. Sep 24, 2020
  8. Sep 23, 2020
  9. Sep 22, 2020
  10. Sep 21, 2020
    • Martyn Welch's avatar
      Don't add anchors to page titles · 932647cf
      Martyn Welch authored
      
      We are currently adding anchor links to all headings. This includes the
      page titles, which is the one heading to which we really don't need a
      link. The page title is also centered and the addition of the anchor
      causes the normally visible part of the title to be nudged to rendered off
      center. This is visually unappealing, so stop adding anchors to the page
      titles.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      932647cf
    • Martyn Welch's avatar
      Add AnchorJS to aid with linking to page fragments · 0b9c716d
      Martyn Welch authored
      
      After trying to manually create a link to a page section for the nth time,
      I finally scratched that itch and added AnchorJS to provide the links for
      us. This greatly simplifies the process for linking to sections of pages,
      especially useful for those not versed in digging around in the page
      source.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      0b9c716d
  11. Sep 20, 2020
  12. Sep 15, 2020
  13. Sep 11, 2020
  14. Sep 10, 2020
  15. Sep 08, 2020
  16. Sep 07, 2020
  17. Sep 03, 2020
    • Martyn Welch's avatar
      Update and classify a batch of design documents · 786fb549
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      The design documents imported from designs.apertis.org need to be
      classified and moved into the structure implemented for documents on the
      new website. The content of the documents also need minor edits to ensure
      a good look and feel as well as the addition of notes to explain the
      context of some documents (such as noting that certain concept documents
      have been implemented since they were written and when that occurred).
      
      This commit contains conversion of an initial batch of design documents.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      786fb549
    • Martyn Welch's avatar
      Fix creation dates · a98cb03f
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      Got out of step whilst adding creation dates to designs and failed to test
      properly. A stray space is stopping the dates from being parsed. Remove
      the space.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      a98cb03f
  18. Sep 02, 2020
  19. Aug 31, 2020
  20. Aug 27, 2020
Loading