Skip to content
Snippets Groups Projects
  1. Oct 13, 2017
  2. Oct 10, 2017
  3. Sep 07, 2017
  4. Aug 31, 2017
  5. Aug 07, 2017
  6. Jul 28, 2017
    • Alex Ives's avatar
      Fixes #29385: Add /shrug and /tableflip commands · a07fe9d7
      Alex Ives authored
      
      - Updated DSL to support substitution definitions
      - Added substitution definition, inherits from command definition
      - Added tabelflip and shrug substitutions to interpret service
      - Added support for substitution definitions to the extractor for preview mode.
      - Added substitution handling in the interpret service
      
      Signed-off-by: default avatarAlex Ives <alex@ives.mn>
      a07fe9d7
  7. Jul 21, 2017
  8. Jul 20, 2017
  9. Jul 07, 2017
    • Toon Claes's avatar
      Remove /reassign quick action · acbad6d8
      Toon Claes authored
      /reassign should only work when multiple assignees are available. And
      since this is only the case for GitLab EE, remove it from CE.
      
      This was picked using 517c97eb of gitlab-ee.
      acbad6d8
  10. Jun 20, 2017
    • Toon Claes's avatar
      Ensure /reassign does not assign multiple users · 2194856f
      Toon Claes authored
      Set the assignee to last user in the array if multiple assignees aren't
      allowed.
      
      Also, use `parse_params` where possible.
      2194856f
    • Toon Claes's avatar
      Make MergeRequest respond to assignee_ids & assignee_ids= · 451e2553
      Toon Claes authored
      To make it simpler to assign users to an Issuable, make MergeRequest
      support the attribute `assignee_ids`.
      451e2553
    • Toon Claes's avatar
      Backport /reassign quick command · fcd46c1a
      Toon Claes authored
      The /reassign quick command works even when no multiple assignees are allowed of
      there isn't any assignee yet. So for consistency, it's also be backported to
      CE. But it functions the same as the /assign quick action.
      fcd46c1a
    • Toon Claes's avatar
      Backport issuable for assignee slash commands from EE · 132cd009
      Toon Claes authored
      Avoid conflicts when merge CE to EE by backporting code from EE.
      
      Instead of checking in `SlashCommands::InterpretService` what the issuable the
      type of the issuable is, ask the issuable if it is capable to do those thing and
      implement it in the issuable itself. The issuable will check if it's possible
      and if the licensed feature is available.
      
      This should also make it easier to ever add multiple assignees to MergeRequests.
      132cd009
  11. Jun 15, 2017
  12. Jun 14, 2017
  13. Jun 07, 2017
  14. May 05, 2017
  15. May 04, 2017
  16. Apr 28, 2017
  17. Apr 07, 2017
  18. Mar 01, 2017
    • James Lopez's avatar
      Update occurrences of MWBS to MWPS · a0101ebf
      James Lopez authored
       Rename column in the database
       Rename fields related to import/export feature
       Rename API endpoints
       Rename documentation links
       Rename the rest of occurrences in the code
       Replace the images that contain the words "build succeeds" and docs referencing to them
       Make sure pipeline is green and nothing is missing.
      
      updated doc images
      
      renamed only_allow_merge_if_build_succeeds in projects and fixed references
      
      more updates
      
      fix some spec failures
      
      fix rubocop offences
      
      fix v3 api spec
      
      fix MR  specs
      
      fixed issues with partials
      
      fix MR spec
      
      fix alignment
      
      add missing v3 to v4 doc
      
      wip - refactor v3 endpoints
      
      fix specs
      
      fix a few typos
      
      fix project specs
      
      copy entities fully to V3
      
      fix  entity error
      
      more fixes
      
      fix failing specs
      
      fixed missing entities in V3 API
      
      remove comment
      
      updated code based on feedback
      
      typo
      
      fix spec
      a0101ebf
  19. Feb 28, 2017
  20. Feb 03, 2017
  21. Jan 18, 2017
    • Ruben Davila's avatar
      Add some API endpoints for time tracking. · 0f3c9355
      Ruben Davila authored
      New endpoints are:
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time"
      
      GET  :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
      0f3c9355
  22. Jan 15, 2017
  23. Jan 13, 2017
  24. Jan 11, 2017
  25. Nov 17, 2016
  26. Oct 19, 2016
  27. Oct 11, 2016
  28. Oct 03, 2016
  29. Sep 28, 2016
  30. Aug 18, 2016
  31. Aug 17, 2016
  32. Aug 16, 2016
  33. Aug 13, 2016
Loading