Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
  2. Jan 29, 2020
  3. Jan 28, 2020
  4. Jan 21, 2020
  5. Jan 16, 2020
  6. Jan 10, 2020
  7. Dec 16, 2019
  8. Dec 13, 2019
  9. Dec 05, 2019
  10. Nov 29, 2019
  11. Nov 15, 2019
  12. Nov 07, 2019
  13. Oct 23, 2019
  14. Oct 22, 2019
  15. Oct 21, 2019
  16. Sep 18, 2019
  17. Sep 16, 2019
  18. Aug 29, 2019
  19. Aug 22, 2019
  20. Aug 19, 2019
  21. Aug 12, 2019
  22. Aug 01, 2019
  23. Jul 27, 2019
  24. Jul 26, 2019
    • Patrick Derichs's avatar
      Use NotesFinder in module IssuableActions · 355a2df5
      Patrick Derichs authored
      Add spec for concern IssuableActions
      
      Add shared samples for discussions endpoint
      
      Add schema validations for discussions
      
      Fix rubocop style issue
      
      Make target assignable
      
      Use new possibility to provide target
      355a2df5
  25. Jul 25, 2019
    • Thong Kuah's avatar
      Removes potentially incorrect, and slow fallback · 41f87e9e
      Thong Kuah authored
      Deployment_platform is relatively expensive and calling this after the
      fact means that this may not be the cluster that was deployed to.
      
      Correspondingly reduce the leeway given in the related N+1 spec
      41f87e9e
  26. Jul 16, 2019
  27. Jul 10, 2019
  28. Jul 08, 2019
  29. Jul 07, 2019
  30. Jul 05, 2019
  31. Jun 22, 2019
    • Stan Hu's avatar
      Enable Gitaly ref name caching for discussions.json · 30167193
      Stan Hu authored
      This eliminates many potential duplicate FindCommit RPCs for the same
      ref, which often occurs in the RelativeLinkFilter#current_commit call.
      On the GitLab 12.0 release post, for example, this would save close to
      400 RPC calls.
      30167193
  32. Jun 12, 2019
  33. Jun 03, 2019
    • Shinya Maeda's avatar
      Abstract auto merge processes · d4b46936
      Shinya Maeda authored
      We have one auto merge strategy today - Merge When Pipeline
      Succeeds.
      
      In order to add more strategies for Merge Train feature,
      we abstract the architecture to be more extensible.
      
      Removed arguments
      
      Fix spec
      d4b46936
Loading