Skip to content
Snippets Groups Projects
  1. Aug 17, 2016
  2. Aug 15, 2016
  3. Aug 12, 2016
  4. Aug 08, 2016
  5. Aug 05, 2016
  6. Aug 04, 2016
  7. Aug 03, 2016
  8. Aug 02, 2016
  9. Jul 29, 2016
  10. Jul 28, 2016
  11. Jul 26, 2016
  12. Jul 22, 2016
  13. Jul 21, 2016
  14. Jul 19, 2016
  15. Jul 18, 2016
    • Alejandro Rodríguez's avatar
      Refactor Refs to preserve their target objects instead of just a string representation · 396cba39
      Alejandro Rodríguez authored
      Notice that in `spec/tag_spec.rb` I changed the sha because previously they
      referenced the tag annotation commit. With the refactor, the sha must be the one
      of the commit that the tag actually points at.
      396cba39
    • Douwe Maan's avatar
    • Douwe Maan's avatar
      Merge branch 'diff-collection-collapsable' into 'master' · 8de35134
      Douwe Maan authored
      Handle collapsable DiffCollection
      
      We want to give the user the opportunity to see more files while preserving safe limits on rendering diffs so files bigger than 10KB (we consider too large 100KB) their lines are not taking into account to decide if the collection overflow and you can decide if you want to expand them on click or no. And those files will be collapsed by default (they are just quite big).
      
      Besides to keep good performance we start collapsing all the files since we are over the safe limits (what we used before as hard limits). So we can start measuring rendering files with expand links and in the future move to higher the safe limits maybe.
      
      To do that you have to methods `collapsed?` and `collapse` which means if it's quite large and the other if the collection collapsed it when iterated as a whole.
      
      It's quite similar to the `too_large`concept but give us a little bit more flexibility.
      
      Related with: https://gitlab.com/gitlab-org/gitlab-ce/issues/19820
      
      See merge request !101
      8de35134
    • Paco Guzman's avatar
      Handle collapsable DiffCollection · 703105c3
      Paco Guzman authored
      We want to give the user the opportunity to see more
      files while preserving safe limits on rendering diffs
      so files bigger than 10KB (we consider too large 100KB)
      their lines are not taking into account to decide
      if the collection overflow and you can decide if
      you want to expand them on click or no.
      
      To keep good performance we start collapsing all
      the files since we are over the safe limits.
      
      To do that you have to methods `collapsed?` and
      `collapse` which means if it's quite large and the
      other if the collection collapsed it when iterated
      as a whole.
      
      It's quite similar to the `too_large`concept but
      give us a little bit more flexibility.
      703105c3
    • Valery Sizov's avatar
      bump to 10.3.1 · 5f0f4783
      Valery Sizov authored
      5f0f4783
Loading