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

Adapt the reporting to the rendering of dashboards #6558

Draft
wants to merge 30 commits into
base: 4.9.0
Choose a base branch
from

Commits on Mar 27, 2024

  1. feat(reporting): adapt the screenshot taking to dashboard rendering

    - Adapt the Generate report button to use the search context
      - Create state and reducers into Redux store
      - Create hook to send the search context from a dashboard
        to the Generate report button
      - Remove disabledReport property and use the search context instead
    - Replace the mechanim to take the visualizations of the screenshots from the DOM
    Desvelao committed Mar 27, 2024
    Copy the full SHA
    81d093c View commit details
    Browse the repository at this point in the history
  2. feat(reporting): remove unused AngularJS service to generate the reports

    - Remove the dependency injectiong of the unused AngularJS service to
      generate the reports
    Desvelao committed Mar 27, 2024
    Copy the full SHA
    09e584c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    abb19d8 View commit details
    Browse the repository at this point in the history
  4. feat(reporting): enhance the toast messagen when a PDF report is gene…

    …rated
    
    - Add abilities to the toast message when a PDF report is generated:
      - Open the report
      - Go to Reporting application
    Desvelao committed Mar 27, 2024
    Copy the full SHA
    3bf249c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    23454f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

    …o feat/6556-adapt-reporting-dashboard-rendering
    Desvelao committed Apr 23, 2024
    Copy the full SHA
    495873d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. feat(reporting): replace query.getOpenSearchQuery from global source …

    …to use the search context
    Desvelao committed Apr 25, 2024
    Copy the full SHA
    1386a63 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.9.0' of https://github.com/wazuh/wazuh-kibana-app int…

    …o feat/6556-adapt-reporting-dashboard-rendering
    Desvelao committed Apr 25, 2024
    Copy the full SHA
    27ff426 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c18ce40 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Copy the full SHA
    ee1f4aa View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.9.0' of https://github.com/wazuh/wazuh-kibana-app int…

    …o feat/6556-adapt-reporting-dashboard-rendering
    Desvelao committed Apr 30, 2024
    Copy the full SHA
    baff7a5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6fc37b5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9e940a6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    73f5cc8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    17bc7f3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Copy the full SHA
    456c3dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    315298e View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.9.0' of https://github.com/wazuh/wazuh-kibana-app int…

    …o feat/6556-adapt-reporting-dashboard-rendering
    Desvelao committed May 2, 2024
    Copy the full SHA
    ea584d6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    792ea78 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

    …o feat/6556-adapt-reporting-dashboard-rendering
    Desvelao committed May 3, 2024
    Copy the full SHA
    7c7dafb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c4e3531 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.9.0' of https://github.com/wazuh/wazuh-kibana-app int…

    …o feat/6556-adapt-reporting-dashboard-rendering
    Desvelao committed May 3, 2024
    Copy the full SHA
    9e97555 View commit details
    Browse the repository at this point in the history
  4. Merge branch '4.9.0' of https://github.com/wazuh/wazuh-kibana-app int…

    …o feat/6556-adapt-reporting-dashboard-rendering
    Desvelao committed May 3, 2024
    Copy the full SHA
    b24e167 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0fdf767 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

    …o feat/6556-adapt-reporting-dashboard-rendering
    Desvelao committed May 6, 2024
    Copy the full SHA
    8ca7000 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    acb073f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    59b075b View commit details
    Browse the repository at this point in the history
  4. fix(reporting): malformed table row error due to missing columns on t…

    …he row for summary table when the agregations should not return buckets
    
    - Add tests
    Desvelao committed May 6, 2024
    Copy the full SHA
    3c742c0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix: typo

    Desvelao committed May 7, 2024
    Copy the full SHA
    2f4a4f0 View commit details
    Browse the repository at this point in the history