Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature : Resource State Events API Addition #580

Merged
merged 6 commits into from
Sep 1, 2020

Commits on Aug 31, 2020

  1. Feature : Resource State Events

    1. Resource state events api's added
    2. Linking resoruce state event module into client.rb
    
    Resource state event api added in Gitlab 3.2
    Dinesh Shanmugam C committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    715b81c View commit details
    Browse the repository at this point in the history
  2. Fix : Lint errors

    1. Space after comma fixed
    2. Frozen string literal added to top of file
    Dinesh Shanmugam C committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    dc15704 View commit details
    Browse the repository at this point in the history
  3. Fix : Lint formatting error

    Space after comma fixed in one more occurance
    Dinesh Shanmugam C committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c21031c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Tests : Added fixtures for use cases

    1. Resource state event/events for issue
    2. Resource state event/events for MRs
    Dinesh Shanmugam C committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4ee7efd View commit details
    Browse the repository at this point in the history
  2. Tests : Added spec tests for Resource state events

    Tests for
    1. Issue resoruce state events/event
    2. MR resource state event/events
    Dinesh Shanmugam C committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    aeca5a9 View commit details
    Browse the repository at this point in the history
  3. Fix : Fixed test param for shell

    Shell completion returned newly added issue state events.
    Modified the test to accomodate the newly added issue state events.
    Dinesh Shanmugam C committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    345d03a View commit details
    Browse the repository at this point in the history