Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
    • Eugenia Grieff's avatar
      Add service to transfer group milestones · 7a3234c6
      Eugenia Grieff authored
      - Add new service that transfers milestones
      from a group to a project
      - Include new service in Projects transfer service
      - Include FromUnion module in Milestone model
      to use in transfer service
      - Add specs for new milestones service
      - Add specs for transferring milestones in
      project transfer service
      7a3234c6
  2. Aug 20, 2019
    • Luke Duncalfe's avatar
      Add service classes for mutating AwardEmoji · 37b17fa6
      Luke Duncalfe authored
      Adding, destroying and toggling emoji previously lacked services and
      instead were performed through methods called on Awardable models.
      
      This led to inconsistencies where relevant todos would be marked as done
      only when emoji were awarded through our controllers, but not through
      the API. Todos could also be marked as done when an emoji was being
      removed.
      
      Behaviour changes
      
      - Awarding emoji through the API will now mark a relevant Todo as done
      - Toggling an emoji off (destroying it) through our controllers will no
        longer mark a relevant Todo as done
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
      37b17fa6
  3. Jul 29, 2019
  4. Jul 09, 2019
  5. Jun 28, 2019
  6. Apr 08, 2019
  7. Apr 04, 2019
  8. Apr 01, 2019
  9. Mar 28, 2019
  10. Mar 06, 2019
  11. Feb 14, 2019
    • Jarka Kadlecova's avatar
      Check issue milestone availability · 30ab6ee4
      Jarka Kadlecova authored
      Add project when creating milestone in specs
      
      We validate milestone is from the same
      project/parent group as issuable ->
      we need to set project in specs correctly
      
      Improve methods names and specs organization
      30ab6ee4
  12. Feb 04, 2019
  13. Jan 31, 2019
  14. Jan 30, 2019
  15. Jan 11, 2019
  16. Dec 18, 2018
  17. Nov 07, 2018
    • Bob Van Landuyt's avatar
      Allow limiting quick actions to execute · c85a19f9
      Bob Van Landuyt authored
      Sometimes we don't want to trigger any quick actions that cause side
      effects. For example when building a record to validate. This allows
      listing the quick actions that need to be performed.
      c85a19f9
  18. Nov 02, 2018
  19. Sep 11, 2018
  20. Sep 06, 2018
  21. Jul 16, 2018
  22. Jul 09, 2018
  23. Jun 01, 2018
  24. Apr 05, 2018
  25. Apr 04, 2018
  26. Mar 05, 2018
  27. Mar 01, 2018
  28. Feb 26, 2018
  29. Feb 22, 2018
  30. Dec 13, 2017
    • Sean McGivern's avatar
      Execute quick actions when creating MR from issue · b1e3cb24
      Sean McGivern authored
      In CE, this does nothing - the `MergeRequests::BuildService` will, at the time
      of writing, never return a description for this case.
      
      In EE, a project can have a default MR template, which will be returned by the
      service. Previously we were only using the description passed in the params,
      ignoring any already set on the object. Now we fall back to the one set on the
      object if there was none in the params, allowing quick actions to be executed
      from default MR templates when creating an MR from an issue.
      b1e3cb24
  31. Nov 24, 2017
  32. Nov 15, 2017
  33. Nov 13, 2017
Loading