1. 10 Nov, 2020 1 commit
  2. 08 Sep, 2020 1 commit
  3. 25 Aug, 2020 1 commit
  4. 06 Aug, 2020 1 commit
    • zeripath's avatar
      Render the git graph on the server (#12333) · 2c1ae6c8
      zeripath authored
      
      Rendering the git graph on the server means that we can properly track flows and switch from the Canvas implementation to a SVG implementation.
      
      * This implementation provides a 16 limited color selection
      * The uniqued color numbers are also provided
      * And there is also a monochrome version
      *In addition is a hover highlight that allows users to highlight commits on the same flow.
      
      Closes #12209
      
      Signed-off-by: Andrew Thornton art27@cantab.net
      Co-authored-by: default avatarsilverwind <me@silverwind.io>
      2c1ae6c8
  5. 20 May, 2020 1 commit
  6. 23 Feb, 2020 1 commit
  7. 07 Feb, 2020 1 commit
  8. 27 Jun, 2019 1 commit
    • silverwind's avatar
      replace lesshint with stylelint (#7305) · c37ec66e
      silverwind authored
      New CSS linter which is much more powerfull than the previous one.
      Configuration is default but I had to remove a few rules that were
      throwing too many or weird errors.
      
      More importantly, the linter will exit with code 1 on errors so now our
      build will fail if the CSS linter fails which should eliminate linter
      errors being introduced without notice.
      c37ec66e