Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
  2. 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
  3. Jul 27, 2018
  4. Jul 24, 2018
  5. Jul 17, 2018
  6. Jul 13, 2018
  7. Jul 12, 2018
  8. Jul 11, 2018
  9. Jul 10, 2018
  10. Jul 09, 2018
  11. Jul 06, 2018
  12. Jul 05, 2018
  13. Jul 04, 2018
  14. Jul 03, 2018
  15. Jul 02, 2018
  16. Jun 29, 2018
  17. Jun 28, 2018
  18. Jun 27, 2018
  19. Jun 26, 2018
  20. Jun 25, 2018
  21. Jun 21, 2018
  22. Jun 20, 2018
    • blackst0ne's avatar
      [Rails5] Set request.format in commits_controller · 6da19415
      blackst0ne authored
      Since Rails 5.0 `request.format` is being set depending on the route extension.
      
      In commits pages we pass a ref as a URL parameter.
      If the ref is an extension-like, Rails converts it and sets to
      `request.format`.
      
      E.g. if the ref is `some_branch.atom`, Rails starts responding with
      `atom` format, but it should response with `html` because `.atom` is the
      part of ref name, not the format.
      
      This commit explicitly sets `request.format` to `:html` when needed.
      6da19415
  23. Jun 19, 2018
Loading