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

Implement try catch strategy on WzLog #3373

Merged
merged 16 commits into from
Jun 23, 2021

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    a1b4037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1e3c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bd7038 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23c4e3e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Added lowercase levels in storeError (#3377)

    * Added lowercase levels in storeError
    
    * Updated CHANGELOG
    
    Co-authored-by: Ibarra Maximiliano <maximiliano.ibarra@wazuh.com>
    2 people authored and gabiwassan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3e84f4a View commit details
    Browse the repository at this point in the history
  2. [Feature] Mitre Att&ck Intelligence + adapt Framework (#3368)

    * refactor in vulnerabilities table component
    
    * refactor code in vuls inventory and add new table component with export csv
    
    * adapat table
    
    * finished refactor table component
    
    * delete console logs and fix wrong version
    
    * add new fields in suggestions
    
    * add changelog
    
    * changes in component table and remove status and type columns
    
    * fix columns position
    
    * feat(mitre): Add Mitre Att&ck intelligence section
      - Created Intelligence tab in Mitre Att&ck Module
      - Created left and right panel
      - Created resource button for the left panel
      - Created search bar for searhin in all resources
      - Created list of each resource
    
    * feat(mitre_intelligence): Modify the search results view and another
    improvements
      - Modify the Search results view
      - Improve useAsyncAction hook
      - Add Mitre Att&ck Intelligence to Agent modules component
      - Improve TableWithSearchBar component to accept filters as props
      - Refactor Mitre Atta&ck resources
      - Refator PanelSplit component
      - Fix filtersToObject helper
      - Update test
    
    * feat(mitre_att&ck_intelligence): Render description as markdown
      - Create Markdown component
      - Apply the Markdown component to the resource description in the resouce table
    
    * feat(mitre_atta&ck_intelligence): Add like operator to search resource
    by description
    
    * change endpoint and adapt component in mitre
    
    * fix flyout
    
    * feat(mirte_att&ck_integillence): Add the References resource
      - Added to left panel
      - Added resource view
    
    * add redirect to intelligence
    
    * fix merge
    
    * fix merge flyout
    
    * fix package version
    
    * fix(mitre_att&ck_intelligence): Organize resource suggestions and remove Reference resource
    
    * fix PR comments and add intelligence section redirect
    
    * Created new Mitre flyout
    
    * Changelog
    
    * fix comments PR
    
    * add redirect values in query params
    
    * apply prettier
    
    * Resolving comments and upgrading code
    
    * Applying comments upgrades to references table
    
    * Applying more upgrade comments
    
    * fix(mitre_intelligence): Remove the Promise.reject in resource details flyout
    
    * clear comments and imports
    
    * fix error handler techniques
    
    * delete session storage
    
    * delete files and fix get techniques data
    
    * Created new Mitre flyout (#3344)
    
    * Created new Mitre flyout
    
    * Changelog
    
    * Erasing comments
    
    * Erasing console.log
    
    * Resolving comments and upgrading code
    
    * Applying comments upgrades to references table
    
    * Applying more upgrade comments
    
    * fix(mitre_intelligence): Remove the Promise.reject in resource details flyout
    
    Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com>
    
    * fix redirect flyout to rules
    
    * feat(frontend/mitre_att&ck_intelligence): Removed welcome intelligence
      - Removed welcome intelligence view and adjustments when doing a general search
      - Set a resource type as selected
      - Update test
    
    * fix comments PR
    
    * fix(mitre_att&ck_intelligence): Change how to open the resource details flyout
      - Change how to open the resource details flyout
      - Refactor some componentes properties
      - Removed not used code
    
    * changelog: Added PR to chengelog
    
    * Update CHANGELOG.md
    
    * fix(mitre_att&ck_intelligence): Fix error in table-default.tsx
    
    * fix(mitre_att&ck_intelligence): PR request changes:
      - Add tests for:
        - Components: Markdown, PanelSplit
        - React Hooks: useAsyncAction
      - Renamed files
      - Add justification for using dangerouslySetInnerHTML property
      - Refactor requests to get mitre techniques
      - Fix tooltips to open tactic/technique details in Framework
      - Added some missing semicolon
      - Fix CSS class wz-markdown-wrapper name
    
    * fix get mitre Techniques from api
    
    Co-authored-by: eze9252 <eze9252@gmail.com>
    Co-authored-by: CPAlejandro <cuellarpeinado@gmail.com>
    Co-authored-by: Alejandro Cuéllar Peinado <alejandro.cuellar@wazuh.com>
    Co-authored-by: Ezequiel Airaudo <36004787+eze9252@users.noreply.github.com>
    Co-authored-by: Franco Charriol <franco.charriol@wazuh.com>
    6 people authored and gabiwassan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    2150a8e View commit details
    Browse the repository at this point in the history
  3. feat(error-orchestrator): Improved on createGetterSetter (#3376)

    * feat(error-orchestrator): Improved on createGetterSetter
    
    * bugfix(error-orchestrator): Added default value of disaply and store, remove location of types and fixed toastMessage of addError
    
    * feat(error-orchestrator): Added creatorGetterSetter on wazuh-app to avoid dependence on Kibana.
    gabiwassan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b607cd3 View commit details
    Browse the repository at this point in the history
  4. feat(error-orchestrator): Rebase 4.3 and apply new implementation get…

    …ErrorOrchestrator. PR comments.
    gabiwassan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    0c98dc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d39934 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c7bca7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d113c4 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/3265-implement-try-catch-frontend' into feature…

    …/implement-try-catch-wzlogs
    gabiwassan committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    02ea72b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    2a7f7bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b010102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b308d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87a728b View commit details
    Browse the repository at this point in the history