Skip to content
Snippets Groups Projects

Issues bulk update

Merged gitlab-qa-bot requested to merge github/fork/AlexDenisov/issues_bulk_update into master

Created by: AlexDenisov

Added few specs and cleanup a bit.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
8 8 assignee_id = update_data[:assignee_id]
9 9 status = update_data[:status]
10 10
11 new_state = nil
  • Created by: dzaporozhets

    what if I want just to update assignee or milestone? status will be blank in this case

    By Administrator on 2013-05-16T10:32:53 (imported from GitLab project)

    By Administrator on 2013-05-16T10:32:53 (imported from GitLab)

  • gitlab-qa-bot
  • 8 8 assignee_id = update_data[:assignee_id]
    9 9 status = update_data[:status]
    10 10
    11 new_state = nil
    • Created by: AlexDenisov

      Sorry, that's my fault. I'll revert this cleanup and add few more tests for those cases.

      By Administrator on 2013-05-16T10:32:53 (imported from GitLab project)

      By Administrator on 2013-05-16T10:32:53 (imported from GitLab)

  • Created by: AlexDenisov

    @randx, I've rewrote "cleanup" and added few more tests.

    By Administrator on 2013-05-16T10:34:19 (imported from GitLab project)

    By Administrator on 2013-05-16T10:34:19 (imported from GitLab)

  • Created by: coveralls

    Coverage Status

    Coverage increased (+0%) when pulling 6e8cb844 on AlexDenisov:issues_bulk_update into 31f007f7 on gitlabhq:master.

    By Administrator on 2013-05-16T11:03:09 (imported from GitLab project)

    By Administrator on 2013-05-16T11:03:09 (imported from GitLab)

  • Created by: AlexDenisov

    Seems that fail is unrelated

    By Administrator on 2013-05-16T11:03:56 (imported from GitLab project)

    By Administrator on 2013-05-16T11:03:56 (imported from GitLab)

  • Created by: dzaporozhets

    @AlexDenisov thank you

    By Administrator on 2013-05-16T12:12:37 (imported from GitLab project)

    By Administrator on 2013-05-16T12:12:37 (imported from GitLab)

  • Created by: AlexDenisov

    You're welcome ;-)

    By Administrator on 2013-05-16T12:49:53 (imported from GitLab project)

    By Administrator on 2013-05-16T12:49:53 (imported from GitLab)

  • Please register or sign in to reply
    Loading