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

feat: support new dashboard plugin architecture #396

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    9013df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    879f061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c032e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03b3cb0 View commit details
    Browse the repository at this point in the history
  5. refactor: simplify the communication for offline caching

    It should be enough to use isParentCached for knowing when to start
    recording and remove the cache in the plugin.
    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e329628 View commit details
    Browse the repository at this point in the history
  6. refactor: move caching logic in shared component

    The component will be eventually moved to the analytics library.
    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7b04638 View commit details
    Browse the repository at this point in the history
  7. fix: fix typo

    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3d687d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62f7ae1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8610a75 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    faf7e31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8f9097 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67aef2a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    37039b4 View commit details
    Browse the repository at this point in the history
  14. fix: avoid ResizeObserver loop error

    This causes Cypress to fail due to the error overlay.
    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7397f9e View commit details
    Browse the repository at this point in the history
  15. chore: remove debug logs

    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e60ca36 View commit details
    Browse the repository at this point in the history
  16. chore: bump analytics with period selector fix

    This should make some Cypress tests pass.
    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    929e81c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    334f02d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1138893 View commit details
    Browse the repository at this point in the history
  19. test: fix tests for 2.39

    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ae9fcf7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8cfe5c5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e755bcc View commit details
    Browse the repository at this point in the history
  22. test: skip failing test on 40

    Waiting for a decision on how to treat the time dimensions.
    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f7f0ed2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    008d22d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2d2583d View commit details
    Browse the repository at this point in the history
  25. test: fix tag filtering

    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5569aa4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    68614a5 View commit details
    Browse the repository at this point in the history
  27. chore: update analytics

    edoardo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    28dfcc6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8633759 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    f7395e7 View commit details
    Browse the repository at this point in the history
  2. chore: update yarn.lock

    edoardo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5cac399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed3c3fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1066caf View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. chore: run prettier

    edoardo committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d83e2ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60fe53 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    40757b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd9b7cb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    0fd5a80 View commit details
    Browse the repository at this point in the history
  2. test: fix decimals in test

    edoardo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    12aeaf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

Commits on Nov 12, 2024

  1. test: move tooltip open in tooltip assertion helper function

    There were issues with tooltip Cypress tests after upgrading @dhis2/ui.
    Most likely because now the Tooltip stays open until a mouseout event
    occours and this can cover an element which is targeted for another
    test.
    The Esc key can also be used to close it, and this is what this change
    is doing.
    edoardo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    271f453 View commit details
    Browse the repository at this point in the history
  2. fix: ensure the Tooltip is closed immediately

    The default behaviour has a small delay, which causes Tooltip to linger
    around for a while and appearing on top of other elements (like modals)
    which is not desirable.
    edoardo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    efc9139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699a59d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. fix: format date ranges in tooltip component

    This fixes a bug where the tooltip show date ranges in different formats
    when changing the range and updating the visualization.
    edoardo committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    01a2841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b50879 View commit details
    Browse the repository at this point in the history