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

Fix wrong cleaned filters when browser back button is triggered #6771

Merged
merged 122 commits into from
Jul 1, 2024

Commits on May 20, 2024

  1. feat: migrate router to ReactJS

    - Create basic router
    - Remove initilization of AngularJS app
    - Replace AngularJS injector usage by ReactJS
    Desvelao committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7085920 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    e6312d6 View commit details
    Browse the repository at this point in the history
  2. feat(routing): create route resolvers and adapt view components

    - Create route resolvers
      - ip
      - wzConfig
    - Adapt components to the usage of route resolvers
    - Fix an error related to circular dependency
    Desvelao committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9bf7732 View commit details
    Browse the repository at this point in the history
  3. feat(routing): port route resolvers

    - Port route resolvers
      - getSavedSearch
      - nestedResolve
      - savedSearch
    Desvelao committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a0f6f6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b6b136 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b931a61 View commit details
    Browse the repository at this point in the history
  6. Added history to app router

    jbiset committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fd4576e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    f177cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    604e4e6 View commit details
    Browse the repository at this point in the history
  3. fix(routing): add root components

    - WzAgentSelectorWrapper
    - ToastNotificationsModal
    - WzUpdatesNotification
    Desvelao committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fbfa793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9436da2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3a7fc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    915d862 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eee38c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fc2b2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad0ee0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce83e29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    053078c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6fc6be3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d3dbd3c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c179206 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. remove: unused code related to AngularJS

    - useRootScope hook
    - withModuleTabLoader HOC
    - Dashboard component
    Desvelao committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0ad93b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ccf6f4 View commit details
    Browse the repository at this point in the history
  3. remove: unused AngularJS service

    - VisFactoryHandler
    Desvelao committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4f30588 View commit details
    Browse the repository at this point in the history
  4. clean: unused code

    - Remove AngularJS services:
      - DiscoverPendingUpdates
      - LoadedVisualizations
      - RawVisualizations
      - VisHandlers
    - Remove components:
      - KibanaVis
      - ClusterTimelions
      - KibanaVisWrapper
      - Metrics
      - WzVisualize
      - WzFilterBar
    Desvelao committed May 23, 2024
    Configuration menu
    Copy the full SHA
    52c0a98 View commit details
    Browse the repository at this point in the history
  5. clean: unused code

    - Remove components
      - SecurityAlerts
    Desvelao committed May 23, 2024
    Configuration menu
    Copy the full SHA
    15b235b View commit details
    Browse the repository at this point in the history
  6. clean: remove unused code

    - Redux actions and reducers related to deprecated visualizations
    Desvelao committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7a8c96a View commit details
    Browse the repository at this point in the history
  7. clean: remove unused code

    - AngularJS services
      - DataFactory
      - region-maps
      - theming
      - VisFactoryService
    - AngularJS filter: orderObjectBy
    Desvelao committed May 23, 2024
    Configuration menu
    Copy the full SHA
    eb00ca5 View commit details
    Browse the repository at this point in the history
  8. clean: remove deprecated view and services related to deprecated Vuln…

    …erabilities > Inventory based on server API data
    Desvelao committed May 23, 2024
    Configuration menu
    Copy the full SHA
    960c148 View commit details
    Browse the repository at this point in the history
  9. clean: remove ModulesHelper service

    - Remove ModulesHelper service
    - Remove hook: useRefreshAngularDiscover
    Desvelao committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7093191 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d6822a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    ea57a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d2f45 View commit details
    Browse the repository at this point in the history
  3. feat(routing): replace the routing based on state of component to sea…

    …ch params of the history location
    Desvelao committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ac37c69 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    112f14f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1f90e View commit details
    Browse the repository at this point in the history
  3. remove: unused files

    Desvelao committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e78eea5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a7a20e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99d9a02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64fd4f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f27766 View commit details
    Browse the repository at this point in the history
  8. fix(routing): replace usage of window.location to navigate on toastRe…

    …quiresRunningHealthcheck service
    Desvelao committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e0e4a08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d4b0c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a47f002 View commit details
    Browse the repository at this point in the history
  11. fix(routing): replace usage of window.location on Miscesllaneous and …

    …enhance some redirection to health check
    Desvelao committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2825402 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e08b06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d80a6e3 View commit details
    Browse the repository at this point in the history
  14. fix(routing): redictions on main module component

    - Replaced the value of panels in tabView search parameter to dashboard
    Desvelao committed May 27, 2024
    Configuration menu
    Copy the full SHA
    adc0592 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b509e14 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7de1d32 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    18cac81 View commit details
    Browse the repository at this point in the history
  2. Updated history in NavigationService and refactored components in end…

    …points summary to use latest changes
    jbiset committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d11935b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    afc1dc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e8def8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef4339 View commit details
    Browse the repository at this point in the history
  4. fix: error on main overview

    Desvelao committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bc41944 View commit details
    Browse the repository at this point in the history
  5. feat(routing): replace on FIM Inventory the usage of window.location …

    …and internal states to manage the view of flyout, now uses the routing based on the URL
    Desvelao committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5320201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c52cede View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eb238d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24de11e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8a9569 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d087643 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e90f40 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    61ab5fd View commit details
    Browse the repository at this point in the history
  2. fix(routing): replace the page reload when changin the selected API o…

    …r index pattern from the menu selectors
    Desvelao committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0fe43be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2af5bd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    914673d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70fd164 View commit details
    Browse the repository at this point in the history
  6. clean(routing): remove dependencies related to AngularJS

    - angular
    - angular-animate
    - angular-material
    - angular-sanitize
    - angular-aria
    - angular-route
    - angular-mocks
    - ngreat
    Desvelao committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d13140a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2c2e1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b91d1a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch '4.9.0' of https://github.com/wazuh/wazuh-kibana-app int…

    …o feat/6680-migrate-app-routing
    Desvelao committed May 31, 2024
    Configuration menu
    Copy the full SHA
    335caa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73be5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30791e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. test: fix tests

    Desvelao committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e93d38e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. test: fix tests

    Desvelao committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    93aa962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5be1fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b6a66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    165731c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89c975d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    732cdcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8679e41 View commit details
    Browse the repository at this point in the history
  8. Added NavigationService test

    jbiset committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    dbd850f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    3a69dd3 View commit details
    Browse the repository at this point in the history
  2. Added tests for navigateToApp, navigateToUrl, getUrlForApp, goBack, g…

    …oForward and go(n) methods of NavigationService
    jbiset committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    899575d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    99e4afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a25a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b98569d View commit details
    Browse the repository at this point in the history
  4. fix: typo in comment

    Desvelao committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0ef969f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    201a0e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab4d5f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1153ec View commit details
    Browse the repository at this point in the history
  8. Added CHANGELOG

    jbiset committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ec0fa85 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    bdb922a View commit details
    Browse the repository at this point in the history
  2. Changed import in pattern-data-source.ts to resolve issue in health-c…

    …heck.container.test.tsx test
    jbiset committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5ec0d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5364dd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    cb7f139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd20519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1379237 View commit details
    Browse the repository at this point in the history
  4. Fixed flyout fim inventory HOC

    jbiset committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    99a4901 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    476b9a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e27a68 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

  1. Fix pinned agent management

    Machi3mfl committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    80b5867 View commit details
    Browse the repository at this point in the history
  2. Fix vuls inventory

    Machi3mfl committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8a8139c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fb5a12 View commit details
    Browse the repository at this point in the history
  4. Restore search bar props

    Machi3mfl committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    dfae103 View commit details
    Browse the repository at this point in the history
  5. Fix unit tests

    Machi3mfl committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e3be5cd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    4ba6ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578601b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13196fd View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Solved requested changes

    Machi3mfl committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0dbfd61 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    2e139c0 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Machi3mfl committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    03cb3e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch '4.9.0' of https://github.com/wazuh/wazuh-kibana-app int…

    …o fix/6762-wrong-cleaned-filters
    Desvelao committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    339c840 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    7f29967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c534774 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    9751ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe01f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff58355 View commit details
    Browse the repository at this point in the history