BigW Consortium Gitlab

  1. 02 May, 2017 1 commit
    • Remove N+1 queries when checking nodes visible to user · 52d049b4
      Sean McGivern authored
      N in this case is low, as it's the number of distinct projects referenced from
      MRs, rather than the number of MRs referenced (issues use their own
      optimization). Still, on issues or MRs which are often referenced from MRs, it
      will save a few queries.
  2. 26 Apr, 2017 1 commit
  3. 25 Apr, 2017 3 commits
  4. 21 Apr, 2017 2 commits
  5. 19 Apr, 2017 3 commits
  6. 15 Apr, 2017 1 commit
  7. 13 Apr, 2017 1 commit
  8. 10 Apr, 2017 1 commit
  9. 07 Apr, 2017 1 commit
    • Add indication for closed or merged issuables in GFM · ace833b3
      Adam Buckland authored
      Example: for issues that are closed, the links will now show '[closed]'
      following the issue number. This is done as post-process after the markdown has
      been loaded from the cache as the status of the issue may change between
      the cache being populated and the content being displayed.
      
      In order to avoid N+1 queries problem when rendering notes ObjectRenderer
      populates the cache of referenced issuables for all notes at once,
      before the post processing phase.
      
      As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes
      method has been refactored to return a Hash utilising the node itself as the
      key, since this was a common pattern of usage for this method.
  10. 06 Apr, 2017 1 commit
  11. 28 Mar, 2017 4 commits
  12. 21 Mar, 2017 1 commit
  13. 16 Mar, 2017 1 commit
  14. 15 Mar, 2017 1 commit
  15. 14 Mar, 2017 1 commit
  16. 09 Mar, 2017 1 commit
  17. 06 Mar, 2017 2 commits
    • Use native unicode emojis · e6fc0207
      Eric Eastwood authored
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
    • SanitizationFilter allows html5 details and summary (Issue #21605) · 00f5cb84
      James authored
      Also adds details/summary tags to Copy-as-GFM
  18. 01 Mar, 2017 1 commit
  19. 23 Feb, 2017 9 commits
  20. 21 Feb, 2017 1 commit
  21. 16 Feb, 2017 1 commit
  22. 13 Feb, 2017 1 commit
  23. 08 Feb, 2017 1 commit