Skip to content
Snippets Groups Projects
  1. Jul 30, 2018
    • Bob Van Landuyt's avatar
      Show the status of a user in interactions · f1d3ea63
      Bob Van Landuyt authored
      The status is shown for
      - The author of a commit when viewing a commit
      - Notes on a commit (regular/diff)
      - The user that triggered a pipeline when viewing a pipeline
      - The author of a merge request when viewing a merge request
      - The author of notes on a merge request (regular/diff)
      - The author of an issue when viewing an issue
      - The author of notes on an issue
      - The author of a snippet when viewing a snippet
      - The author of notes on a snippet
      - A user's profile page
      - The list of members of a group/user
      f1d3ea63
  2. Jun 21, 2018
  3. Apr 18, 2018
  4. Apr 11, 2018
    • Yorick Peterse's avatar
      Support Markdown rendering using multiple projects · daad7144
      Yorick Peterse authored
      This refactors the Markdown pipeline so it supports the rendering of
      multiple documents that may belong to different projects. An example of
      where this happens is when displaying the event feed of a group. In this
      case we retrieve events for all projects in the group. Previously we
      would group events per project and render these chunks separately, but
      this would result in many SQL queries being executed. By extending the
      Markdown pipeline to support this out of the box we can drastically
      reduce the number of SQL queries.
      
      To achieve this we introduce a new object to the pipeline:
      Banzai::RenderContext. This object simply wraps two other objects: an
      optional Project instance, and an optional User instance. On its own
      this wouldn't be very helpful, but a RenderContext can also be used to
      associate HTML documents with specific Project instances. This work is
      done in Banzai::ObjectRenderer and allows us to reuse as many queries
      (and results) as possible.
      Unverified
      daad7144
  5. Apr 03, 2018
  6. Feb 28, 2018
  7. Nov 22, 2017
  8. Nov 17, 2017
  9. Nov 16, 2017
  10. Nov 06, 2017
  11. Nov 03, 2017
  12. Nov 02, 2017
  13. Oct 21, 2017
  14. Oct 07, 2017
  15. Oct 03, 2017
  16. Sep 18, 2017
  17. Aug 30, 2017
  18. Aug 18, 2017
  19. Aug 17, 2017
  20. Aug 07, 2017
  21. Aug 03, 2017
  22. Aug 02, 2017
  23. Jul 28, 2017
    • Sean McGivern's avatar
      Fix replying to commit comments on MRs from forks · 75d04f6a
      Sean McGivern authored
      A commit comment shows in the MR, but if the MR is from a fork, it will have a
      different project ID to the MR's target project. In that case, add an
      note_project_id param so that we can pick the correct project for the note.
      75d04f6a
  24. Jul 21, 2017
  25. May 05, 2017
  26. May 02, 2017
  27. Apr 05, 2017
  28. Mar 01, 2017
  29. Feb 28, 2017
  30. Feb 08, 2017
  31. Jan 11, 2017
Loading