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

APIv2: TimeSeries using QueryBuilder, release experimental_session_count #4305

Merged
merged 43 commits into from
Jul 9, 2024

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    a6b2cd3 View commit details
    Browse the repository at this point in the history
  2. Introduce select_merge_as macro

    This simplifies some select_merge calls
    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bf795d6 View commit details
    Browse the repository at this point in the history
  3. Simplify select_join_fields

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    57fee06 View commit details
    Browse the repository at this point in the history
  4. Remove a needless dynamic

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    34a6025 View commit details
    Browse the repository at this point in the history
  5. wrap_select_columns macro

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    588a5cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a91501a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dbdad1 View commit details
    Browse the repository at this point in the history
  8. Moduledoc

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    dcfa7a6 View commit details
    Browse the repository at this point in the history
  9. Improved macros

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1336940 View commit details
    Browse the repository at this point in the history
  10. Wrap more code

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1698ead View commit details
    Browse the repository at this point in the history
  11. select_merge_as more

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4548461 View commit details
    Browse the repository at this point in the history
  12. Move defp to the end

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    def9e26 View commit details
    Browse the repository at this point in the history
  13. include.time_labels parsing

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ffbf21d View commit details
    Browse the repository at this point in the history
  14. include.time_labels in result

    Note that the previous implementation of the labels from TimeSeries.ex was broken
    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2b4c13c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    69ece9a View commit details
    Browse the repository at this point in the history
  16. Remove boilerplate

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1968d3d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e9a2c6 View commit details
    Browse the repository at this point in the history
  18. time:week dimension

    macobo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ab3cf05 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0a43348 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7609750 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    73c79e7 View commit details
    Browse the repository at this point in the history
  2. Explicitly format datetimes

    macobo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2e24a85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d355be View commit details
    Browse the repository at this point in the history
  4. Solve week-related crash

    macobo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    87edab1 View commit details
    Browse the repository at this point in the history
  5. conversion_rate hacking

    macobo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5f22239 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    618525f View commit details
    Browse the repository at this point in the history
  7. Simplify do_decide_tables

    macobo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1d2bd2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01a99eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    794aed1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. time:week handling continued

    macobo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    44d2b0f View commit details
    Browse the repository at this point in the history
  2. cast_revenue_metrics_to_money

    macobo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ece6f32 View commit details
    Browse the repository at this point in the history
  3. fix full_intervals support

    macobo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4036103 View commit details
    Browse the repository at this point in the history
  4. Handle minute/realtime graphs

    macobo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    400386f View commit details
    Browse the repository at this point in the history
  5. experimental_session_count? with timeseries

    This becomes required as we try to include visits from sessions by default
    macobo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    18162b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    333d93a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4536b35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4deb1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95ff561 View commit details
    Browse the repository at this point in the history
  10. Simplify imported.ex

    macobo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    53c8c6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7dd2eff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54310b2 View commit details
    Browse the repository at this point in the history
  13. moduledoc

    macobo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    61ff043 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3ed9b90 View commit details
    Browse the repository at this point in the history