1. 30 5月, 2019 1 次提交
    • J
      Added rack-timeout for Puma · 6d6bae66
      Jan Provaznik 提交于
      It assures that requests are aborted after 60 seconds, otherwise
      an exception is raised. This exception is logged by Sentry, also
      there is a Prometheus counter for measuring number of requests in each
      state.
      6d6bae66
  2. 27 5月, 2019 1 次提交
  3. 24 5月, 2019 1 次提交
  4. 23 5月, 2019 1 次提交
  5. 22 5月, 2019 3 次提交
  6. 20 5月, 2019 2 次提交
  7. 17 5月, 2019 1 次提交
  8. 16 5月, 2019 2 次提交
  9. 14 5月, 2019 1 次提交
  10. 11 5月, 2019 1 次提交
  11. 07 5月, 2019 2 次提交
  12. 06 5月, 2019 1 次提交
  13. 05 5月, 2019 3 次提交
  14. 03 5月, 2019 1 次提交
    • L
      Add support for two-step Gitaly Rebase RPC · 49cb4b3d
      Luke Duncalfe 提交于
      The new two-step Gitaly `Rebase` RPC yields the rebase commit SHA to the
      client before proceeding with the rebase.
      
      This avoids an issue where the rebase commit SHA was returned when the
      RPC had fully completed, and in some cases this would be after the Rails
      `post_receive` worker services had already run. In these situations,
      the merge request did not yet have its rebase_commit_sha attribute set
      introducing the possibility for bugs (such as previous approvals being
      reset).
      
      https://gitlab.com/gitlab-org/gitlab-ee/issues/5966
      49cb4b3d
  15. 02 5月, 2019 1 次提交
    • J
      Add opentracing integration for graphql · 96750fac
      Jan Provaznik 提交于
      Extends existing graphql's tracer with opentracing measurements. Because
      it also adds Tracing::Graphql class (for opentracing), it also renames
      Graphql::Tracing class to Graphql::GenericTracing to minimize confusion
      with similar class names.
      96750fac
  16. 30 4月, 2019 3 次提交
  17. 29 4月, 2019 1 次提交
  18. 27 4月, 2019 2 次提交
  19. 25 4月, 2019 1 次提交
    • F
      Added list_pages method to avoid loading all wiki pages content · dde69bfb
      Francisco Javier López 提交于
      Inside a wiki, when we show the sidebar or browse to the `pages`,
      all page contents are retrieved from Gitaly and that is a waste
      of resources, since no content from that pages are going to be
      showed.
      
      This MR introduces the method `ProjectWiki#list_pages`,
      which uses new wiki_list_pages RPC call to retrieve
      pages without content
      
      Also in the `WikisController` we're using the method to show
      pages in the sidebar and also on the `pages` page.
      dde69bfb
  20. 23 4月, 2019 5 次提交
  21. 19 4月, 2019 1 次提交
    • R
      Adds new metrics for unicorn monitoring · 4c248c05
      Ryan Cobb 提交于
      This adds new metrics for monitoring unicorn. These metrics include
      process_cpu_seconds_total, process_start_time_seconds, process_max_fds,
      and unicorn_workers.
      4c248c05
  22. 18 4月, 2019 1 次提交
  23. 17 4月, 2019 1 次提交
  24. 12 4月, 2019 3 次提交