Skip to content
Snippets Groups Projects
  1. Feb 21, 2020
  2. Feb 15, 2020
  3. Feb 12, 2020
  4. Feb 10, 2020
  5. Jan 30, 2020
  6. Jan 29, 2020
  7. Jan 23, 2020
  8. Jan 21, 2020
  9. Jan 16, 2020
  10. Jan 14, 2020
  11. Jan 10, 2020
  12. Dec 03, 2019
  13. Nov 15, 2019
  14. 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
  15. Oct 03, 2019
  16. Jul 10, 2019
  17. May 13, 2019
  18. Apr 09, 2019
  19. Apr 05, 2019
  20. Apr 04, 2019
  21. Mar 27, 2019
  22. Mar 25, 2019
    • Sean McGivern's avatar
      Remove N+1 queries from users autocomplete · c5f9b2be
      Sean McGivern authored
      Both of these were related to groups:
      
      1. We need to preload routes (using the `with_route` scope) if we're
         going to get the group's path.
      2. We were counting each group's members separately.
      
      They're in the same commit because the spec for N+1 detection wouldn't
      pass with only one of these fixes.
      c5f9b2be
  23. Feb 18, 2019
  24. Feb 14, 2019
  25. Jan 25, 2019
    • Kamil Trzcińśki's avatar
      Add Container Registry API · 045d07ba
      Kamil Trzcińśki authored
      This includes a set of APIs to manipulate container registry.
      This includes also an ability to delete tags based on requested
      criteria, like keep-last-n, matching-name, older-than.
      045d07ba
  26. Sep 11, 2018
  27. Jul 16, 2018
  28. Jul 03, 2018
  29. Jun 25, 2018
  30. Jun 20, 2018
    • Bob Van Landuyt's avatar
      Add a cop for `FinderMethods` · f3f1df14
      Bob Van Landuyt authored
      This notifies developers when calling `find(_by!)` chained on
      `execute`. And suggests using the methods from `FinderMethods`. These
      will perform the correct authorization checks on the resource when it
      is found.
      f3f1df14
  31. Jun 15, 2018
  32. Jun 06, 2018
  33. May 07, 2018
  34. May 04, 2018
  35. Nov 22, 2017
  36. Nov 17, 2017
  37. Sep 18, 2017
  38. Sep 06, 2017
Loading