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

Wrong active-response endpoint parameter from dev tools #3466

Merged
merged 29 commits into from
Nov 5, 2021

Commits on Jul 13, 2021

  1. compare path

    sortiz committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    f34ac4f View commit details
    Browse the repository at this point in the history
  2. Logs removed

    sortiz committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    051b6e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Fixing and updating unit-tests. (#3413)

    * test(unit-test): Fixing and updating unit-tests.
    
    * test(scheduler-job): Fixing suite scheduler-job tests.
    
    * test(unit-test): Fixing updating unit-tests.
    
    * test(check-result): Fixing uTest of check-result, added error case.
    
    * test(unit-test): Skipped uTest with dependency of API.
    
    * test(prettier): Applied prettier, redux-mock-store dependency
    
    * test(jest): Jest config without dependencies.
    
    * test(git-actions): Added workflow for uTest.
    
    * test(check-result): Update workflow.
    
    * test(git-actions): Updated workflow
    
    * test(gitactions): Dependencies for unit test.
    
    * test(gitactions): Added coverage-comment
    
    * test(gitactions): Changed text to text-summary
    
    * test(gitactions): Show summary
    
    * test(gitactions): Show summary + added dependencies
    
    * test(gitactions): Typo
    
    * test(gitactions): Porcents
    
    * test(gitactions): Typo
    
    * test(gitactions): Testing node version with yarn
    
    * test(gitactions): Update
    
    * test(gitactions): Update
    
    * test(gitactions): testing coverage summary
    
    * test(gitactions): testing coverage summary
    
    * test(gitactions): fix param github-token
    
    * test(gitactions): update
    
    * test(gitactions): testing report.json
    
    * test(gitactions): final test.
    
    * test(actions): testing kibana dependencies
    
    * test(actions): testing kibana dependencies
    
    * test(actions): testing kibana dependencies
    
    * test(actions): testing kibana dependencies
    
    * test(actions): testing
    
    * test(actions): testing
    
    * test(actions): test with old config jest.
    
    * test(actions): set node version for jest
    
    * test(actions): testing with bootstrap
    
    * test(actions): rollback dependencies
    
    * test(actions): rollback
    
    * test(groups-main): fixing snapshot test
    
    * test(groups-main): added coverage
    
    * test(groups-main): fix path
    
    * test(groups-main): fix path
    
    * test(git-actions): fix script
    
    * test(git-actions): fix checkout
    
    * test(git-actions): fix checkout
    
    * test(git-actions): fix checkout
    
    * test(git-actions): fix checkout
    
    * test(git-actions): fix checkout
    
    * test(git-actions): fix checkout
    
    * test(git-actions): fix checkout
    
    * test(git-actions): fix checkout
    
    * fix(syscollector): Refactor for agents-sections.
    
    * fix(syscollector): Clean files.
    
    * fix(syscollector): Clean files.
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test
    
    * fix(syscollector): test comment coverage
    
    * fix(syscollector): test comment coverage
    
    * fix(syscollector): test comment coverage
    
    * fix(actions): test comment coverage
    
    * Create Cypress Workflow for 4.3-7.10 (#3444)
    
    * Fixed dispatch for updateCurrentAgentData (#3453)
    
    * fix(syscollector): Fixed dispatch for updateCurrentAgentData
    
    * fix(syscollector): Refactor for agents-sections.
    
    * fix(actions): add const env
    
    Co-authored-by: Matias Ezequiel Moreno <49887871+matiasmoreno876@users.noreply.github.com>
    2 people authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    796bcaa View commit details
    Browse the repository at this point in the history
  2. Added try-catch strategy in Reporting section (#3427)

    * Implemented new try-catch strategy
    
    * Updated context
    
    * Added test file and snapshot
    
    * Updated CHANGELOG
    
    * Requested changes
    
    * Removed blank space in message
    
    * Updated error title and message
    
    Co-authored-by: Ibarra Maximiliano <maximiliano.ibarra@wazuh.com>
    Co-authored-by: Gabriel Wassan <gabriel.wassan@wazuh.com>
    3 people committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    816dd0d View commit details
    Browse the repository at this point in the history
  3. Implement/try catch in Components > Overview (#3442)

    * Techniques and mitre
    
    * Resources
    
    * Update changelog
    pablomarga authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    78676a5 View commit details
    Browse the repository at this point in the history
  4. Refactor try catch in Management > Statistics (#3429)

    * Added error handling implementation
    
    * Changed wrong var err
    
    * Draft statistics test and snapshot
    
    * Updated CHANGELOG
    
    * Updating title and message error
    
    Co-authored-by: Ibarra Maximiliano <maximiliano.ibarra@wazuh.com>
    Co-authored-by: Gabriel Wassan <gabriel.wassan@wazuh.com>
    3 people committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    80e7b39 View commit details
    Browse the repository at this point in the history
  5. Refactor try catch in Management > Configuration (#3451)

    * Added new try-catch strategy in Management > Configuration
    
    * Updated CHANGELOG
    
    * Requested changes
    
    * doc(changelog): update
    
    Co-authored-by: Ibarra Maximiliano <maximiliano.ibarra@wazuh.com>
    Co-authored-by: Gabriel Wassan <gabriel.wassan@wazuh.com>
    3 people committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    357ee09 View commit details
    Browse the repository at this point in the history
  6. Updating test. (#3470)

    * test(unittest): Updating test.
    
    * test(unittest): Updating test.
    gabiwassan authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    60588bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0c7a53 View commit details
    Browse the repository at this point in the history
  8. add changelog

    eze9252 authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    9d77820 View commit details
    Browse the repository at this point in the history
  9. fix styles in api selector

    eze9252 authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    51a55ce View commit details
    Browse the repository at this point in the history
  10. Refactor try catch in Agent Syscollector/Vuls/Stats (#3462)

    * fix(syscollector): Added try catch strategy.
    
    * Implement try catch strategy in Groups (#3415)
    
    * Implement try catch groups
    
    * Add test
    
    * test(groups): Added simple snapshot test.
    
    * Add changelog
    
    * Change context
    
    * Change title
    
    Co-authored-by: gabiwassan <gabriel.wassan@wazuh.com>
    
    * Create Cypress Workflow for 4.3-7.10 (#3444)
    
    * Fixed dispatch for updateCurrentAgentData (#3453)
    
    * fix(syscollector): Fixed dispatch for updateCurrentAgentData
    
    * fix(syscollector): Refactor for agents-sections.
    
    * doc(changelog): Updated
    
    * Updating test. (#3470)
    
    * test(unittest): Updating test.
    
    * test(unittest): Updating test.
    
    * test(agent-table): Added unit test & fix collectCoverage
    
    Co-authored-by: Pablo Martínez <pablo.martinez@wazuh.com>
    Co-authored-by: Matias Ezequiel Moreno <49887871+matiasmoreno876@users.noreply.github.com>
    3 people authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    eb2157c View commit details
    Browse the repository at this point in the history
  11. Refactor try catch in Management > Status (#3434)

    * Added try-catc new strategy
    
    * Added test file and component snapshot
    
    * Updated CHANGELOG
    
    * Updating error title and message
    
    * Refactor try catch in Management > Statistics (#3429)
    
    * Added error handling implementation
    
    * Changed wrong var err
    
    * Draft statistics test and snapshot
    
    * Updated CHANGELOG
    
    * Updating title and message error
    
    Co-authored-by: Ibarra Maximiliano <maximiliano.ibarra@wazuh.com>
    Co-authored-by: Gabriel Wassan <gabriel.wassan@wazuh.com>
    
    * Merged conflicts
    
    * Updating test. (#3470)
    
    * test(unittest): Updating test.
    
    * test(unittest): Updating test.
    
    * merged CHANGELOG
    
    Co-authored-by: Ibarra Maximiliano <maximiliano.ibarra@wazuh.com>
    Co-authored-by: Gabriel Wassan <gabriel.wassan@wazuh.com>
    3 people committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    edf886f View commit details
    Browse the repository at this point in the history
  12. Refactor try-catch components/add-moludes-data (#3472)

    * Implemented error-handling
    
    * Updated CHANGELOG
    
    Co-authored-by: Ibarra Maximiliano <maximiliano.ibarra@wazuh.com>
    Co-authored-by: Gabriel Wassan <gabriel.wassan@wazuh.com>
    3 people committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    0a32d1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63fd003 View commit details
    Browse the repository at this point in the history
  14. Updated CHANGELOG

    Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    89978a5 View commit details
    Browse the repository at this point in the history
  15. Rebase Changes

    Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    b9a904a View commit details
    Browse the repository at this point in the history
  16. Code styling

    asteriscos authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    3553371 View commit details
    Browse the repository at this point in the history
  17. Fixed double EuiOverlayMask import

    asteriscos authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    b680a41 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f6c6e6e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4383eb0 View commit details
    Browse the repository at this point in the history
  20. Removed wzOverlayMask imports

    asteriscos authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    794ad66 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4fb7176 View commit details
    Browse the repository at this point in the history
  22. Fix error in save before exit prompt in configuration edit (#3460)

    * Changed the hasChanges state to false after the file is saved succesfully
    mpRegalado authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    0b47904 View commit details
    Browse the repository at this point in the history
  23. feat(orchestrator): Applied try-catch strategy on controllers & facto…

    …ries & directives. (#3474)
    gabiwassan authored and Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    87a5a7f View commit details
    Browse the repository at this point in the history
  24. Requested changes

    Machi3mfl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    b4bb00c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f8ae8de View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

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

Commits on Nov 5, 2021

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