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

ServiceNow push to Incident generic implementation (supporting both Case specific and generic Alerts) #68464

Merged

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    d16c22e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    53ac886 View commit details
    Browse the repository at this point in the history
  2. fixed running times

    YulNaumenko committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    7c529a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb5e3b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Conflicts:
    #	x-pack/plugins/siem/public/cases/containers/use_post_push_to_service.tsx
    #	x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/servicenow/index.ts
    YulNaumenko committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    dca285e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    5f9d371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3db873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea3450 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    ae59bcd View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    49b1fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a988e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7fb045a View commit details
    Browse the repository at this point in the history
  2. Fixed type checks

    YulNaumenko committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6a61abe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819e002 View commit details
    Browse the repository at this point in the history
  4. Fixed actions unit tests

    YulNaumenko committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ff50f73 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Fixed functional tests

    YulNaumenko committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    41604df View commit details
    Browse the repository at this point in the history
  2. Fixed jest tests

    YulNaumenko committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    752904f View commit details
    Browse the repository at this point in the history
  3. fixed tests

    YulNaumenko committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c2836b4 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    508c7c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    beda51d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. made consumer optional

    YulNaumenko committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0e96eb9 View commit details
    Browse the repository at this point in the history
  2. Cleanup tests

    YulNaumenko committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    6c8e007 View commit details
    Browse the repository at this point in the history
  3. more cleanup

    YulNaumenko committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    5d832f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9627b9b View commit details
    Browse the repository at this point in the history
  5. fixed tests

    YulNaumenko committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9d330cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    298d056 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18a8807 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    76c6630 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9795b71 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    cd92798 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    be23dd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    cac96df View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Conflicts:
    #	x-pack/plugins/security_solution/public/plugin.tsx
    YulNaumenko committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    8b59d18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59fe7ac View commit details
    Browse the repository at this point in the history
  4. fixed failing tests

    YulNaumenko committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    42b60da View commit details
    Browse the repository at this point in the history
  5. fixed jest tests

    YulNaumenko committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    2ed44d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Fixed URL validation

    YulNaumenko committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    0ee8604 View commit details
    Browse the repository at this point in the history
  2. fixed due to comments

    YulNaumenko committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c0bec8d View commit details
    Browse the repository at this point in the history
  3. fixed tests

    YulNaumenko committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8757548 View commit details
    Browse the repository at this point in the history
  4. fixed jest tests

    YulNaumenko committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a3d29e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eafff5 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Conflicts:
    #	x-pack/plugins/security_solution/public/common/lib/connectors/servicenow/translations.ts
    YulNaumenko committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c2041f1 View commit details
    Browse the repository at this point in the history
  7. fixed mock for ServiceNow

    YulNaumenko committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e83f57f View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    9d971e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge master

    YulNaumenko committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    c74e791 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    df1f47d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. fixed consumer config

    YulNaumenko committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    f769478 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Merge remote-tracking branch 'upstream/master' into actions-service-n…

    …ow-general-usage
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    38846b0 View commit details
    Browse the repository at this point in the history
  2. fixed test

    YulNaumenko committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    31a991b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. fixed type check

    YulNaumenko committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f333f42 View commit details
    Browse the repository at this point in the history
  2. Fixed jest test

    YulNaumenko committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    eddbd87 View commit details
    Browse the repository at this point in the history
  3. fixed type check

    YulNaumenko committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    591b9b6 View commit details
    Browse the repository at this point in the history
  4. Merge master

    YulNaumenko committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f44e4e8 View commit details
    Browse the repository at this point in the history