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): HogQLQuery node and data table support #14265

Merged
merged 90 commits into from
Feb 22, 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. 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

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    2f7d3df View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. Configuration menu
    Copy the full SHA
    d8eb091 View commit details
    Browse the repository at this point in the history
  5. 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
  6. 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
  7. 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
  8. Configuration menu
    Copy the full SHA
    b5cd169 View commit details
    Browse the repository at this point in the history
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
    36c5491 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e844256 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59ac65f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    6a498f5 View commit details
    Browse the repository at this point in the history
  2. Update snapshots

    github-actions[bot] committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3a7dfcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5804f88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deb8958 View commit details
    Browse the repository at this point in the history