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(hogql): Events table based on hogql #14315

Merged
merged 209 commits into from
Feb 28, 2023
Merged

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    7e44195 View commit details
    Browse the repository at this point in the history
  2. visitor

    mariusandra committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a87115f View commit details
    Browse the repository at this point in the history
  3. cleanup

    mariusandra committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c55f170 View commit details
    Browse the repository at this point in the history
  4. parse limit by

    mariusandra committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    d47bc61 View commit details
    Browse the repository at this point in the history
  5. parse limit by

    mariusandra committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    839d505 View commit details
    Browse the repository at this point in the history
  6. merge limit clauses

    mariusandra committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fef9463 View commit details
    Browse the repository at this point in the history
  7. Update snapshots

    github-actions[bot] authored and mariusandra committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9cd96bc View commit details
    Browse the repository at this point in the history
  8. fix placeholders

    mariusandra committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2d0d1e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    5064dad View commit details
    Browse the repository at this point in the history
  2. resolve aliases

    mariusandra committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    62dd464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c04d20 View commit details
    Browse the repository at this point in the history
  4. column resolver

    mariusandra committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c550147 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2253f41 View commit details
    Browse the repository at this point in the history
  6. annotate

    mariusandra committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a006872 View commit details
    Browse the repository at this point in the history
  7. constants

    mariusandra committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b7b5521 View commit details
    Browse the repository at this point in the history
  8. simple sql query

    mariusandra committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    60376dd View commit details
    Browse the repository at this point in the history
  9. Update snapshots

    github-actions[bot] committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9683e92 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. introduce "print name"

    mariusandra committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ac3048e View commit details
    Browse the repository at this point in the history
  2. visit_unknown

    mariusandra committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    86ddae5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c48024c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. completely redo printing

    mariusandra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    afe485d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hogql-symbol-resolution' of github.com:PostHog/posthog …

    …into hogql-symbol-resolution
    mariusandra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    761a398 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb35bc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8af1c79 View commit details
    Browse the repository at this point in the history
  5. some sample queries

    mariusandra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    076916e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1cbd94 View commit details
    Browse the repository at this point in the history
  7. query tests

    mariusandra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fd271dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b41055e View commit details
    Browse the repository at this point in the history
  9. document current join ast

    mariusandra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    309a764 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    592a18c View commit details
    Browse the repository at this point in the history
  11. turn joins around

    mariusandra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    72da1d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54e5539 View commit details
    Browse the repository at this point in the history
  13. query aliases

    mariusandra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    95b6a5e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da83eec View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. resolver tests

    mariusandra committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2e27c1e View commit details
    Browse the repository at this point in the history
  2. cleanup

    mariusandra committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    78caa57 View commit details
    Browse the repository at this point in the history
  3. more tiny cleanup

    mariusandra committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    48f684f View commit details
    Browse the repository at this point in the history
  4. resolver cleanup

    mariusandra committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5cea7bd View commit details
    Browse the repository at this point in the history
  5. bit of printer cleanup

    mariusandra committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9e995fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0522eb5 View commit details
    Browse the repository at this point in the history
  7. placeholders in query

    mariusandra committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    166e7fe View commit details
    Browse the repository at this point in the history
  8. changes

    mariusandra committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2287c07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92983fb View commit details
    Browse the repository at this point in the history
  10. pass two more tests

    mariusandra committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    66b47ab View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. legacy person properties

    mariusandra committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    fa22ddd View commit details
    Browse the repository at this point in the history
  2. Update snapshots

    github-actions[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    3004248 View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    github-actions[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e7efe0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b075bc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74957e0 View commit details
    Browse the repository at this point in the history
  6. Update snapshots

    github-actions[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e59ef94 View commit details
    Browse the repository at this point in the history
  7. fix pp

    mariusandra committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f095fec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff60757 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4715e8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07204aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1002382 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d681f8 View commit details
    Browse the repository at this point in the history
  13. move it up

    mariusandra committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b32cb4b View commit details
    Browse the repository at this point in the history
  14. Update snapshots

    github-actions[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    425a02e View commit details
    Browse the repository at this point in the history
  15. Update snapshots

    github-actions[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    0d17eb7 View commit details
    Browse the repository at this point in the history
  16. Update snapshots

    github-actions[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    4851b8f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. basic hogql node

    mariusandra committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d17d725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc17eff View commit details
    Browse the repository at this point in the history
  3. actual sql editor

    mariusandra committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f3e7900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d731524 View commit details
    Browse the repository at this point in the history
  5. Update snapshots

    github-actions[bot] committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0759e08 View commit details
    Browse the repository at this point in the history
  6. Update snapshots

    github-actions[bot] committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5605a94 View commit details
    Browse the repository at this point in the history
  7. query into snapshot data

    mariusandra committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1b02f02 View commit details
    Browse the repository at this point in the history
  8. splash expander

    mariusandra committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b59cf91 View commit details
    Browse the repository at this point in the history
  9. code quality issues

    mariusandra committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5cf6e77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af86159 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    44ff1a4 View commit details
    Browse the repository at this point in the history
  12. bandage

    mariusandra committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    fdf1861 View commit details
    Browse the repository at this point in the history
  13. lazy table joins

    mariusandra committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a0e0dce View commit details
    Browse the repository at this point in the history
  14. test

    mariusandra committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    750f165 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aee30ae View commit details
    Browse the repository at this point in the history
  16. Update snapshots

    github-actions[bot] committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b8f1793 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    5d015fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a0e05 View commit details
    Browse the repository at this point in the history
  3. resolve lazy tables

    mariusandra committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8763040 View commit details
    Browse the repository at this point in the history
  4. fix bug

    mariusandra committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b97bcc6 View commit details
    Browse the repository at this point in the history
  5. add groups table

    mariusandra committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1978c27 View commit details
    Browse the repository at this point in the history
  6. support intervals

    mariusandra committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f81e9fe View commit details
    Browse the repository at this point in the history
  7. prettier for sql

    mariusandra committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4c0e109 View commit details
    Browse the repository at this point in the history
  8. prettier for sql

    mariusandra committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    3fd47f4 View commit details
    Browse the repository at this point in the history
  9. add failing test

    mariusandra committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d6b8d3e View commit details
    Browse the repository at this point in the history
  10. support dollars

    mariusandra committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f72bf63 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    e24402d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7d3df View commit details
    Browse the repository at this point in the history
  3. asterisk and obelisk

    mariusandra committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    947e7bf View commit details
    Browse the repository at this point in the history
  4. yeet

    mariusandra committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    74bf09c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8eb091 View commit details
    Browse the repository at this point in the history
  6. fix aliases

    mariusandra committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    9f1ae92 View commit details
    Browse the repository at this point in the history
  7. not needed

    mariusandra committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c767159 View commit details
    Browse the repository at this point in the history
  8. fix a few fields

    mariusandra committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e496907 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5cd169 View commit details
    Browse the repository at this point in the history
  10. pretty printing

    mariusandra committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4e3830c View commit details
    Browse the repository at this point in the history
  11. update sample query

    mariusandra committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b25fd20 View commit details
    Browse the repository at this point in the history
  12. Update snapshots

    github-actions[bot] committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    bf29398 View commit details
    Browse the repository at this point in the history
  13. update sample query

    mariusandra committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f21c928 View commit details
    Browse the repository at this point in the history
  14. Update snapshots

    github-actions[bot] committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b35777f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    7271431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edcbbb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c05d7b0 View commit details
    Browse the repository at this point in the history
  4. asterisks work again

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    55ba79e View commit details
    Browse the repository at this point in the history
  5. Update snapshots

    github-actions[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f739980 View commit details
    Browse the repository at this point in the history
  6. test splotch desplotcher

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    02468b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88d1a19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ad909c View commit details
    Browse the repository at this point in the history
  9. fix test

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    837ff1d View commit details
    Browse the repository at this point in the history
  10. field traverser

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ecdc8ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36c5491 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e844256 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ef7f29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59ac65f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8fc4e70 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    69b78be View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    986aa91 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    98e05c2 View commit details
    Browse the repository at this point in the history
  19. fix bad merge

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e7c38ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a6836f7 View commit details
    Browse the repository at this point in the history
  21. revert

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7c0ff20 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    aa8eed7 View commit details
    Browse the repository at this point in the history
  23. few fixes

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    83107f5 View commit details
    Browse the repository at this point in the history
  24. indicate legacy queries

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a87a737 View commit details
    Browse the repository at this point in the history
  25. move the kludge

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3150c50 View commit details
    Browse the repository at this point in the history
  26. move the kludge

    mariusandra committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5530a5e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    b4cc8f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b60c2 View commit details
    Browse the repository at this point in the history
  3. support nested splotches

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0456203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d97e25 View commit details
    Browse the repository at this point in the history
  5. actually fix the test

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    873b54c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5112392 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6199e2a View commit details
    Browse the repository at this point in the history
  8. also if PoE is on

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    10b9339 View commit details
    Browse the repository at this point in the history
  9. not exposing team_id

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    52334ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    940f294 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2dcdd6 View commit details
    Browse the repository at this point in the history
  12. simplify

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2e75217 View commit details
    Browse the repository at this point in the history
  13. example

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ef8d352 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d8a4791 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e23667 View commit details
    Browse the repository at this point in the history
  16. rename

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bde6e9f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f8669d4 View commit details
    Browse the repository at this point in the history
  18. not adding this yet

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6e3844b View commit details
    Browse the repository at this point in the history
  19. klean kludge

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    02602c2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d3bb2cd View commit details
    Browse the repository at this point in the history
  21. best guess JSON parsing

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b40c41f View commit details
    Browse the repository at this point in the history
  22. remove funny changes

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2eddaae View commit details
    Browse the repository at this point in the history
  23. remove funny changes

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    057e654 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b45811f View commit details
    Browse the repository at this point in the history
  25. refactor

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    030c1dc View commit details
    Browse the repository at this point in the history
  26. rename field for clarity

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d796232 View commit details
    Browse the repository at this point in the history
  27. easier this way

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e7599f3 View commit details
    Browse the repository at this point in the history
  28. more comments and renames

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5024a42 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fe582b4 View commit details
    Browse the repository at this point in the history
  30. reduce duplication

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    9d1cb00 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9a51249 View commit details
    Browse the repository at this point in the history
  32. add virtual tables

    mariusandra committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    70a5338 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    417682a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30589c9 View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    github-actions[bot] committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    3e5b96e View commit details
    Browse the repository at this point in the history
  4. Like -> Base

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8c58dcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e549890 View commit details
    Browse the repository at this point in the history
  6. add back person select

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    bcb305c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2eced41 View commit details
    Browse the repository at this point in the history
  8. default limit to 100

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    541bb84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    065455f View commit details
    Browse the repository at this point in the history
  10. few comments

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    00f3e94 View commit details
    Browse the repository at this point in the history
  11. fix ordering

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2871291 View commit details
    Browse the repository at this point in the history
  12. Update snapshots

    github-actions[bot] committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7818492 View commit details
    Browse the repository at this point in the history
  13. way too eager

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0f8962c View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/events-table-based-on-hogql' int…

    …o events-table-based-on-hogql
    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    003bc23 View commit details
    Browse the repository at this point in the history
  15. Update snapshots

    github-actions[bot] committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5648df4 View commit details
    Browse the repository at this point in the history
  16. Update snapshots

    github-actions[bot] committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    10c68c7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f24b593 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    74f6d33 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'events-table-based-on-hogql' of github.com:PostHog/post…

    …hog into events-table-based-on-hogql
    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9420e36 View commit details
    Browse the repository at this point in the history
  20. support property groups

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ff9c5aa View commit details
    Browse the repository at this point in the history
  21. support property groups

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f59b8c5 View commit details
    Browse the repository at this point in the history
  22. support all comparisons

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8a43443 View commit details
    Browse the repository at this point in the history
  23. action_to_expr

    mariusandra committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    09ac7bb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. nicer property tests

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d68df6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53fa484 View commit details
    Browse the repository at this point in the history
  3. elements filter

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    918e7be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c04a5e0 View commit details
    Browse the repository at this point in the history
  5. fix typing

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    20610dd View commit details
    Browse the repository at this point in the history
  6. Update snapshots

    github-actions[bot] committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    092bd0c View commit details
    Browse the repository at this point in the history
  7. tests for elements regex

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    48ffb25 View commit details
    Browse the repository at this point in the history
  8. better tests

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    272915f View commit details
    Browse the repository at this point in the history
  9. has_aggregation test

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    4d01276 View commit details
    Browse the repository at this point in the history
  10. test action steps

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    31d883b View commit details
    Browse the repository at this point in the history
  11. remove pass

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    8cdb4d6 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/events-table-based-on-hogql' int…

    …o events-table-based-on-hogql
    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5ac1c39 View commit details
    Browse the repository at this point in the history
  13. fix old call

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    176ed16 View commit details
    Browse the repository at this point in the history
  14. array values

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    ab2c994 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c5e27fe View commit details
    Browse the repository at this point in the history
  16. small fixes

    mariusandra committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f288e68 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5775ab2 View commit details
    Browse the repository at this point in the history
  18. Update snapshots

    github-actions[bot] committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e76a85b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c02edcb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    165e691 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    182ff11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f176dff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    547463d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8dd9c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ef5272 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6a97e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9287598 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d45dfd8 View commit details
    Browse the repository at this point in the history