Skip to content
Snippets Groups Projects
  1. Aug 01, 2018
  2. Jul 30, 2018
  3. Jul 25, 2018
  4. Jul 24, 2018
  5. Jul 20, 2018
  6. Jul 19, 2018
    • Sean McGivern's avatar
      Add a Gitlab::Profiler.print_by_total_time convenience method · ef973f6f
      Sean McGivern authored
      This method uses Gitlab::Profiler::TotalTimeFlatPrinter internally, which is the
      same as RubyProf::FlatPrinter, but the min_percent option (and new max_percent
      option) applies to the _total_ time, not the _self_ time. This helps us figure
      out if we're calling a library inefficiently, for instance.
      ef973f6f
  7. Jul 17, 2018
  8. Jul 16, 2018
  9. Jul 12, 2018
  10. Jul 11, 2018
  11. Jul 09, 2018
  12. Jul 06, 2018
  13. Jul 04, 2018
    • Bob Van Landuyt's avatar
      Add pipeline lists to GraphQL · 04b04658
      Bob Van Landuyt authored
      This adds Keyset pagination to GraphQL lists. PoC for that is
      pipelines on merge requests and projects.
      
      When paginating a list, the base-64 encoded id of the ordering
      field (in most cases the primary key) can be passed in the `before` or
      `after` GraphQL argument.
      04b04658
  14. Jul 03, 2018
  15. Jun 30, 2018
  16. Jun 28, 2018
  17. Jun 26, 2018
  18. Jun 25, 2018
  19. Jun 22, 2018
  20. Jun 21, 2018
  21. Jun 20, 2018
  22. Jun 19, 2018
  23. Jun 15, 2018
  24. Jun 13, 2018
  25. Jun 12, 2018
  26. Jun 07, 2018
Loading