Skip to content
Snippets Groups Projects
  1. Jan 14, 2020
  2. Jan 13, 2020
  3. Jan 03, 2020
  4. Dec 18, 2019
  5. Dec 16, 2019
  6. Dec 13, 2019
  7. Dec 11, 2019
  8. Dec 10, 2019
  9. Dec 06, 2019
  10. Dec 04, 2019
  11. Dec 01, 2019
  12. Nov 30, 2019
  13. Nov 29, 2019
  14. Nov 28, 2019
  15. Nov 27, 2019
  16. Nov 26, 2019
  17. Nov 22, 2019
  18. Nov 20, 2019
  19. Nov 19, 2019
  20. Nov 15, 2019
  21. Nov 14, 2019
  22. Nov 13, 2019
  23. Nov 12, 2019
  24. Nov 07, 2019
  25. Nov 05, 2019
  26. Oct 29, 2019
  27. Oct 24, 2019
    • Bob Van Landuyt's avatar
      Only assign merge params when allowed · 20cb4f7a
      Bob Van Landuyt authored
      When a user updates a merge request coming from a fork, they should
      not be able to set `force_remove_source_branch` if they cannot push
      code to the source project.
      
      Otherwise developers of the target project could remove the source
      branch of the source project by setting this flag through the API.
      20cb4f7a
  28. Oct 22, 2019
  29. Oct 21, 2019
  30. Oct 18, 2019
  31. Oct 10, 2019
  32. Oct 07, 2019
  33. Sep 18, 2019
  34. Sep 16, 2019
  35. Sep 13, 2019
  36. Sep 11, 2019
  37. Sep 07, 2019
    • Jan Provaznik's avatar
      Use delete_all for deleting events · f2754e41
      Jan Provaznik authored
      Because we don't have any destroy callbacks (or other logic
      triggered on event destroy), there is no reason for deleting events
      inefficiently one by one, instead we can use :delete_all.
      f2754e41
Loading