0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
Marius Andra
c64d94a26c
feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
Marius Andra
e494d0e878
feat(hog): start arrays from 1 (#23773) 2024-07-18 14:20:38 +02:00
Ben White
cbf1f0c86f
feat(cdp): Added kinesis template (#23635)
Co-authored-by: Marius Andra <marius.andra@gmail.com>
2024-07-16 15:55:05 +02:00
Marius Andra
c8abb23fda
feat(hog): datetimes, toInt/toFloat, toUnixTimestampMilli (#23714) 2024-07-15 15:34:35 +00:00
Marius Andra
5beb6fa47f
feat(hog): format date times (#23712) 2024-07-15 12:24:23 +00:00
Marius Andra
930e4d5741
feat(hog): dates and times (#23687) 2024-07-15 12:58:32 +02:00
Marius Andra
0a2c3dca04
feat(hog): for in loops (#23631) 2024-07-11 18:34:21 +02:00
Marius Andra
043aa16e5b
feat(hog): memory limits (#23564) 2024-07-10 15:11:15 +02:00
Marius Andra
5c90d21751
feat(hog): nullish coalescing (#23521)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-09 13:02:00 +02:00
Marius Andra
b5deb786d3
feat(hog): support ternary, if() and multiIf() (#23517) 2024-07-08 14:54:17 +00:00
Marius Andra
01a9f360ad
feat(hog): C++ parser (#23100) 2024-06-21 11:22:39 -05:00
Marius Andra
249a9476e6
feat(hog): trailing commas (#23104) 2024-06-20 14:05:15 +00:00
Marius Andra
d0a3395059
feat(hog): generateUUIDv4 (#23006) 2024-06-17 09:07:32 +00:00
Marius Andra
fa00f3528a
feat(hog): empty, not empty (#22980) 2024-06-14 17:27:26 +02:00
Marius Andra
919d017699
fix(hogvm): if without else, add base64 and url encoding/decoding (#22976) 2024-06-14 09:03:57 +00:00
Marius Andra
4e0c8f985f
feat(hog): for loops and nicer bytecode on /debug, (#22952) 2024-06-13 16:10:37 +00:00
Marius Andra
779b17f46e
feat(hog): remove semicolons, require "as" for column aliases (#22868) 2024-06-12 11:46:11 +02:00
Marius Andra
3791562e18
fix(hog): modify global objects (#22800) 2024-06-10 09:47:34 +02:00
Marius Andra
4d08d7436c
feat(hog): hoge tests, cli and debugger (#22743) 2024-06-07 11:37:53 +02:00