Skip to content
Snippets Groups Projects
  1. Dec 10, 2019
  2. Dec 02, 2019
  3. Oct 28, 2019
  4. Sep 24, 2019
  5. Sep 18, 2019
  6. Sep 13, 2019
  7. Aug 21, 2019
  8. Jul 17, 2019
  9. Jul 04, 2019
    • Christie Lenneville's avatar
      Change 'Todo' to 'To Do' · c433082f
      Christie Lenneville authored
      Currently, we label items to be done as "Todo." This is grammatically
      incorrect and (therefore) confusing—especially to our Spanish-speaking
      users for whom "todo" has a specific and unrelated meaning.
      
      We should use "To Do" and always use it as singular (not "To Dos").
      
      Updates to wording in a few places per MR (ee) discussion
      
      Updating locale/gitlab.pot
      
      Updates to wording in a few places per MR (ee) discussion
      
      Updating locale/gitlab.pot
      c433082f
  10. Jun 25, 2019
  11. Jun 20, 2019
    • Stan Hu's avatar
      Omit issues links in merge request entity API response · 1b7ab11f
      Stan Hu authored
      The merge request widget has a section that includes which issues may be
      closed or mentioned based on the merge request description. The problem
      is that rendering and redacting Markdown can be expensive, especially
      since the browser polls for the data every 10 seconds.
      
      Since these links don't change much and are just nice to have, we only
      load them on first page load. The frontend will use the existing data if
      the data doesn't appear on subsequent requests.
      
      This saves about 30% of the rendering time of this endpoint, which adds
      up to significant savings considering that
      `MergeRequestsController#show.json` is called over a million times a day
      on GitLab.com.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63546
      1b7ab11f
  12. Jun 18, 2019
  13. Apr 08, 2019
  14. Apr 05, 2019
  15. Feb 20, 2019
  16. Feb 18, 2019
  17. Feb 04, 2019
  18. Jan 30, 2019
  19. Jan 24, 2019
  20. Dec 19, 2018
  21. Dec 08, 2018
  22. Nov 19, 2018
  23. Oct 23, 2018
  24. Oct 02, 2018
    • Jacopo's avatar
      Hides Close MR button on merged MR · e2056f08
      Jacopo authored
      When a Merge request is merged, shows only the Report abuse menu item
      in the dropdown menu instead of showing the close_reopen_report toggle
      with an unusable Close button.
      The Report abuse is still hidden when the author of the Merge request
      is the current_user.
      
      Hides the Reopen button on a closed and locked issue when the
      issue.author is not the current_user
      e2056f08
  25. Sep 14, 2018
  26. Sep 11, 2018
  27. Sep 07, 2018
  28. Aug 17, 2018
  29. Aug 02, 2018
  30. 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
  31. Jul 11, 2018
  32. Jul 06, 2018
  33. Jul 04, 2018
  34. Jun 07, 2018
  35. Jun 03, 2018
  36. May 24, 2018
  37. Apr 19, 2018
  38. Apr 10, 2018
Loading