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

[SIEM][CASE][skip-ci] Connectors flyout #58632

Closed
wants to merge 42 commits into from

Commits on Mar 6, 2020

  1. Refactor structure

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    7a47cf5 View commit details
    Browse the repository at this point in the history
  2. Init ServiceNow class

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    4e940c1 View commit details
    Browse the repository at this point in the history
  3. Add constants

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    3d098d3 View commit details
    Browse the repository at this point in the history
  4. Add configuration scheme

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    58f6fd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82fae42 View commit details
    Browse the repository at this point in the history
  6. Refactor parameters schema

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    8ef660a View commit details
    Browse the repository at this point in the history
  7. Create new types

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    4e710ad View commit details
    Browse the repository at this point in the history
  8. Add supported source fields

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    91a85a6 View commit details
    Browse the repository at this point in the history
  9. Create helpers

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    5af92be View commit details
    Browse the repository at this point in the history
  10. Create ServiceNow lib

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9585d6b View commit details
    Browse the repository at this point in the history
  11. Push incident

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    709e1e5 View commit details
    Browse the repository at this point in the history
  12. Declare private methods

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    818f2fe View commit details
    Browse the repository at this point in the history
  13. Create UpdateIncident type

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b537fc6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f805bb View commit details
    Browse the repository at this point in the history
  15. Create executor actions

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    cacef33 View commit details
    Browse the repository at this point in the history
  16. Refactor response

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    389ae3d View commit details
    Browse the repository at this point in the history
  17. Test helpers

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    bf87ebe View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e75fac View commit details
    Browse the repository at this point in the history
  19. Fix validation errors

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    66ce060 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    33f3d6e View commit details
    Browse the repository at this point in the history
  21. Create mock incident

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    700d82c View commit details
    Browse the repository at this point in the history
  22. Test executor

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b5d95f7 View commit details
    Browse the repository at this point in the history
  23. Test ServiceNow lib

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    6998d8f View commit details
    Browse the repository at this point in the history
  24. Convert to camelCase

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    e392650 View commit details
    Browse the repository at this point in the history
  25. Remove caller_id

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9ff7184 View commit details
    Browse the repository at this point in the history
  26. Refactor helpers

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    d7afa1b View commit details
    Browse the repository at this point in the history
  27. Refactor schema

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    d044981 View commit details
    Browse the repository at this point in the history
  28. Remove executorAction

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9c9b25e View commit details
    Browse the repository at this point in the history
  29. Test action handlers

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    4ad2fdd View commit details
    Browse the repository at this point in the history
  30. Refactor tests

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    bfbbc3f View commit details
    Browse the repository at this point in the history
  31. Create and update comments

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9535eaa View commit details
    Browse the repository at this point in the history
  32. Create servicenow connector

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    d8eebee View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c76dc04 View commit details
    Browse the repository at this point in the history
  34. Add ServiceNow logo

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    ac7afa3 View commit details
    Browse the repository at this point in the history
  35. Create connnectors mapping

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    512698e View commit details
    Browse the repository at this point in the history
  36. Create validators in utils

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    3c1ab93 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e29a9a4 View commit details
    Browse the repository at this point in the history
  38. Validate URL

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    baa8481 View commit details
    Browse the repository at this point in the history
  39. Use connectors from config

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    379e693 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    83523db View commit details
    Browse the repository at this point in the history
  41. Show flyout

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    7e42a5d View commit details
    Browse the repository at this point in the history
  42. Add closures options

    cnasikas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    6449515 View commit details
    Browse the repository at this point in the history