Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. Jul 11, 2018
  3. Jul 03, 2018
  4. Apr 18, 2018
    • Yorick Peterse's avatar
      Revert the addition of goldiloader · 6f292eaa
      Yorick Peterse authored
      This reverts the addition of the "goldiloader" Gem and all use of it.
      While this Gem is very promising it's causing a variety of problems on
      GitLab.com due to it eager-loading too much data in places where we
      don't expect/can handle this. At least for the time being this means we
      have to go back to manually fixing N+1 query problems, but at least
      those should not cause a negative impact on availability.
      Verified
      6f292eaa
  5. Apr 09, 2018
  6. Apr 04, 2018
  7. Mar 05, 2018
  8. Feb 05, 2018
  9. Jun 21, 2017
  10. Jun 07, 2017
  11. Apr 28, 2017
    • Jacopo's avatar
      Improve text on todo list when the todo action comes from yourself · 60e9405b
      Jacopo authored
      Improved todo message when an issue is assigned to yourself.
      - The new message when an user assign to himself an issue or a mr is: "You
      assigned issue xx to yourself"
      - The new message when an user adds a todo to himself is: "You added a
      todo for issue xx"
      - The new message when and user mention himself is: "You mentioned
      yourself on issue xx"
      - The new message when an user directly address himself is: "You
      directly addressed yourself on issue xx"
      - The new message when an user mark himself as an approver is: "You set
      yourself as an approver for merge request xx"
      60e9405b
  12. Mar 15, 2017
  13. Feb 23, 2017
  14. Feb 08, 2017
  15. Jan 27, 2017
  16. Jan 14, 2017
  17. Oct 28, 2016
  18. Oct 19, 2016
  19. Aug 19, 2016
  20. Jul 12, 2016
  21. Jul 04, 2016
  22. Jul 01, 2016
  23. Jun 16, 2016
  24. Jun 14, 2016
  25. Jun 03, 2016
  26. Jun 02, 2016
  27. May 20, 2016
  28. May 17, 2016
    • Sean McGivern's avatar
      Create a todo on failing MR build · 6b834f2c
      Sean McGivern authored
      When a build fails for a commit, create a todo for the author of the
      merge request that commit is the HEAD of. If the commit isn't the HEAD
      commit of any MR, don't do anything. If there already is a todo for that
      user and MR, don't do anything.
      
      Current limitations:
      - This isn't configurable by project.
      - The author of a merge request might not be the person who pushed the
        breaking commit.
      6b834f2c
  29. May 09, 2016
Loading