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(chart): Supporting custom SQL as temporal x-axis column with filter #25126

Merged
merged 14 commits into from
Sep 18, 2023

Commits on Aug 30, 2023

  1. fix: dealing with case where x_axis is dict when column is custom_sql…

    … while applying granularity
    zef committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5b62640 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. renaming vars

    zef committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8bc5c72 View commit details
    Browse the repository at this point in the history
  2. lint

    zef committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a191583 View commit details
    Browse the repository at this point in the history
  3. added api_tests

    zef committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cf8c0ba View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    f65d707 View commit details
    Browse the repository at this point in the history
  2. skip test for now

    zef committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    08a50ce View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/zef/fix_x_axis_custom_sql' into …

    …zef/fix_x_axis_custom_sql
    zef committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a76ed47 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update tests

    kgabryje committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d16ffbb View commit details
    Browse the repository at this point in the history
  2. fixing test

    zef committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    16f941d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/zef/fix_x_axis_custom_sql' into …

    …zef/fix_x_axis_custom_sql
    zef committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    91788c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb52a1a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. using is_adhoc_column to determine x_axis

    zef committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5c79619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e01b6 View commit details
    Browse the repository at this point in the history
  3. fixed tests

    zef committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    672eea4 View commit details
    Browse the repository at this point in the history