Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Feb 19, 2020
  3. Feb 18, 2020
  4. Feb 16, 2020
  5. Feb 13, 2020
  6. Feb 11, 2020
  7. Feb 07, 2020
  8. Feb 06, 2020
  9. Jan 30, 2020
  10. Jan 27, 2020
  11. Jan 16, 2020
  12. Jan 15, 2020
  13. Jan 10, 2020
  14. Dec 27, 2019
  15. Dec 03, 2019
  16. Nov 25, 2019
  17. Nov 14, 2019
  18. Nov 05, 2019
  19. Oct 21, 2019
  20. Oct 09, 2019
  21. Oct 03, 2019
  22. Oct 02, 2019
  23. Sep 18, 2019
  24. Sep 04, 2019
  25. Jul 24, 2019
    • Stan Hu's avatar
      Add Rugged calls to performance bar · 291df05e
      Stan Hu authored
      This will help diagnose the source of excessive I/O from Rugged
      calls. To implement this, we need to obtain the full list of arguments
      sent to each request method.
      291df05e
  26. Jul 18, 2019
    • Stan Hu's avatar
      Add Rugged calls and duration to API and Rails logs · 1136c0c8
      Stan Hu authored
      This adds `rugged_duration_ms` and `rugged_calls` fields to
      `api_json.log` and `production_json.log`. This will make it easier to
      identify performance issues caused by excessive I/O.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64676
      1136c0c8
    • Markus Koller's avatar
      Add start_sha to commits API · f8cecafb
      Markus Koller authored
      When passing start_branch on committing from the WebIDE, it's possible
      that the branch has changed since editing started, which results in the
      change being applied on top of the latest commit in the branch and
      overwriting the new changes.
      
      By passing the start_sha instead we can make sure that the change is
      applied on top of the commit which the user started editing from.
      Unverified
      f8cecafb
  27. Jul 17, 2019
  28. Jul 16, 2019
  29. Jul 10, 2019
  30. Jul 05, 2019
  31. Jun 27, 2019
  32. Jun 25, 2019
Loading