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: Replace breakdown module with QueryBuilder #4283

Merged
merged 45 commits into from
Jul 1, 2024

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    719a800 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove problematic test"

    This reverts commit b442bb5.
    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c2d235e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2826624 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fe8155 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aa91db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    774fe43 View commit details
    Browse the repository at this point in the history
  7. Get breakdown tests passing

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2e00452 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c461788 View commit details
    Browse the repository at this point in the history
  9. Handle revenue metrics removal

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8e026fa View commit details
    Browse the repository at this point in the history
  10. Add test for nil-removal case

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7c80afa View commit details
    Browse the repository at this point in the history
  11. Include percentage metric

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    29908e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6422ad5 View commit details
    Browse the repository at this point in the history
  13. Fixup time-on-page

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3e1bb3e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    91138e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f23d8c0 View commit details
    Browse the repository at this point in the history
  16. Filter goals

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    44be971 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    411abb3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e6e033b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    18f5e20 View commit details
    Browse the repository at this point in the history
  20. Update tests

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    eec2093 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3cd2613 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f53a95f View commit details
    Browse the repository at this point in the history
  23. Revenue to money

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    03d29fe View commit details
    Browse the repository at this point in the history
  24. Improved table deciding

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4b17275 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a61cceb View commit details
    Browse the repository at this point in the history
  26. bounce_rate to 0

    Previous behavior relied on two queries being made - new query leads to 0 naturally
    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    08a2a5c View commit details
    Browse the repository at this point in the history
  27. Update pagination test

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d464cfd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d25fc3b View commit details
    Browse the repository at this point in the history
  29. Make revenue logic breakdown-specific

    Its hard to fit into the new schema and likely needs a rethink for apiv2
    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0b38f12 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a0bef27 View commit details
    Browse the repository at this point in the history
  31. Get GA4 test passing

    Most failures are related to ordering, pageviews shouldnt be read off of sessions
    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7e3c940 View commit details
    Browse the repository at this point in the history
  32. Clean up old methods

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f402f66 View commit details
    Browse the repository at this point in the history
  33. Simplify imported.ex

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a1a1d10 View commit details
    Browse the repository at this point in the history
  34. Dont crash on garbage filters

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    98dd4c2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f27010c View commit details
    Browse the repository at this point in the history
  36. Fix test data

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    34025d9 View commit details
    Browse the repository at this point in the history
  37. Update table_decider

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1b5b00b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    bbab7a1 View commit details
    Browse the repository at this point in the history
  39. Revert revenue changes

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d9a7de5 View commit details
    Browse the repository at this point in the history
  40. Use Query.set

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6372eec View commit details
    Browse the repository at this point in the history
  41. Remove a TODO

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f8b0765 View commit details
    Browse the repository at this point in the history
  42. csv importer: no pageviews

    Pageviews were incorrectly fetched from sessions table before, causing issues
    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    43480c4 View commit details
    Browse the repository at this point in the history
  43. csv importer tweaking

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    64a6472 View commit details
    Browse the repository at this point in the history
  44. Remove use Plausible

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7abac8e View commit details
    Browse the repository at this point in the history
  45. to_existing_atom

    macobo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    eac23c8 View commit details
    Browse the repository at this point in the history