Skip to content
Snippets Groups Projects
  1. Aug 02, 2016
  2. Jul 29, 2016
  3. Jul 28, 2016
  4. Jul 26, 2016
  5. Jul 22, 2016
  6. Jul 21, 2016
  7. Jul 19, 2016
  8. 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
    • Dmitriy Zaporozhets's avatar
      Merge branch 'optional_branch_update' into 'master' · 0a7810b7
      Dmitriy Zaporozhets authored
      Optional ref update on commit create
      
      
      
      See merge request !102
      0a7810b7
    • Valery Sizov's avatar
      Optional ref update on commit create · c0067588
      Valery Sizov authored
      c0067588
  9. Jul 06, 2016
Loading