Commit Graph

  • 41fc64d5de ci: Only report codecov success/failure on PRs, not main (#4756) Maximilian Roos 2024-07-21 16:24:28 -07:00
  • 577ae6f8b2 feat: Highlight in prqlc (#4755) Jonathan 2024-07-21 21:19:55 +02:00
  • 6207ec3bf0 fix: Enforce a line break between annotations (#4699) Maximilian Roos 2024-07-17 12:56:10 -07:00
  • 7a77ed4020 test: Add failing test case & todos for expr parsing (#4749) Maximilian Roos 2024-07-16 17:24:59 -07:00
  • e4b70a4fc7 refine: Add some tests & comments to parser (#4748) Maximilian Roos 2024-07-15 23:23:14 -07:00
  • 1cc9214647 refine(ci): Silence bun version warning in CI (#4746) Maximilian Roos 2024-07-15 12:39:12 -07:00
  • a3c2f5a6bc chore: bump pyo3-build-config from 0.21.2 to 0.22.1 (#4743) dependabot[bot] 2024-07-15 12:28:30 -07:00
  • cc13dcc8e4 chore: bump sqlparser from 0.47.0 to 0.48.0 (#4744) dependabot[bot] 2024-07-15 19:09:54 +00:00
  • c92e2b0804 chore: bump duckdb from 0.10.2 to 1.0.0 (#4745) dependabot[bot] 2024-07-15 19:05:24 +00:00
  • 6e720df05a chore: bump syn from 2.0.69 to 2.0.71 in the patch group (#4741) dependabot[bot] 2024-07-15 18:46:21 +00:00
  • ba59b9ab08 fix: Handle pipe characters preceeding into like a normal pipeline (#4734) Maximilian Roos 2024-07-15 11:09:45 -07:00
  • ee465d9bc2 chore: pre-commit autoupdate (#4740) pre-commit-ci[bot] 2024-07-15 17:13:15 +00:00
  • 39d6c5ffbb feat: Improving error messages when parsin (#4739) Maximilian Roos 2024-07-15 09:42:41 -07:00
  • c58fb33a62 refactor: Fix nightly lint (#4738) Maximilian Roos 2024-07-15 08:50:21 -07:00
  • a33af91169 chore: Fix nightly lint (#4737) Maximilian Roos 2024-07-14 17:53:27 -07:00
  • bbea4f5f9e build: Remove unused dependency (#4736) Maximilian Roos 2024-07-14 17:38:24 -07:00
  • f42747f5d1 refactor: Use sequence in more places (#4735) Maximilian Roos 2024-07-14 16:43:38 -07:00
  • a32d59f24e internal: Further restrict visibility of some items (#4733) Maximilian Roos 2024-07-14 14:38:38 -07:00
  • e984c0f837 refactor: Extract pipe from parser (#4732) Maximilian Roos 2024-07-14 14:36:43 -07:00
  • 26fa0adee9 devops: Change PR title option to refine from tweak (#4730) Maximilian Roos 2024-07-14 14:29:34 -07:00
  • 0b3a52d631 internal: Unify location of generic module (#4731) Maximilian Roos 2024-07-14 14:27:54 -07:00
  • 8a8468b0b7 feat: Add doc comment to documentation generator (#4729) Jonathan 2024-07-14 18:27:37 +02:00
  • f73942093c refactor: Remove common module (#4728) Maximilian Roos 2024-07-13 17:03:21 -07:00
  • 0911ce1d7a refactor: Generalize a sequence parser (#4727) Maximilian Roos 2024-07-13 16:28:26 -07:00
  • b72c5b2b25 feat: Add DocComments to PR (#4701) Maximilian Roos 2024-07-13 15:37:10 -07:00
  • 080a8bb6d4 tweak: Add code comment (#4722) Maximilian Roos 2024-07-12 00:22:36 -07:00
  • f70d8e3702 internal: Add a Start token at the beginning of LR output (#4721) Maximilian Roos 2024-07-11 12:44:19 -07:00
  • 4fc6b55ba4 refactor: Use a parse_with_parser func to test any parser (#4715) Maximilian Roos 2024-07-10 10:11:44 -07:00
  • a1ba7ce066 tweak: Adjust name of repr in docstring (#4714) Maximilian Roos 2024-07-10 00:15:13 -07:00
  • 8eff9c955b tweak(refactor): Move filtering tokens into prepare_stream (#4713) Maximilian Roos 2024-07-10 00:06:43 -07:00
  • 03ea8fe6e5 refactor: Move newline consumption out of pipeline (#4712) Maximilian Roos 2024-07-09 21:27:21 -07:00
  • ca95ac2c31 refactor: Small collapse of single file mod.rs in lexer (#4711) Maximilian Roos 2024-07-09 09:59:16 -07:00
  • 0b51fd3bd3 refactor: Small reorg of parser error (#4710) Maximilian Roos 2024-07-09 09:43:23 -07:00
  • 2b69b586dd internal: Add link to vendored code (#4709) Maximilian Roos 2024-07-09 09:02:21 -07:00
  • 84d62c4fe3 chore: bump oxsecurity/megalinter from 7.11.1 to 7.13.0 (#4704) dependabot[bot] 2024-07-09 00:00:20 +00:00
  • ac710c2197 chore: bump the patch group with 3 updates (#4706) dependabot[bot] 2024-07-08 23:50:57 +00:00
  • c73c3fb8ba test: Disable a megalinter check (#4708) Maximilian Roos 2024-07-08 11:12:10 -07:00
  • 18ab976000 internal: Assume chumsky parser outputs are Debug (#4700) Maximilian Roos 2024-07-08 10:10:41 -07:00
  • 572a9a7d38 chore: pre-commit autoupdate (#4703) pre-commit-ci[bot] 2024-07-08 17:08:36 +00:00
  • 654597887d feat: CLI command to autogenerate JSON Schema for PL, RQ and lineage (#4698) Karl Gutwin 2024-07-05 00:46:53 -04:00
  • 6fa675eeb1 test: Revert "test: Move glaredb to Unsupported temporarily" (#4697) eitsupi 2024-07-03 20:28:47 +09:00
  • 311931a0f7 fix: relations with zero columns (#4695) Aljaž Mur Eržen 2024-07-03 09:24:35 +02:00
  • 08b82a47d8 test: Avoid printing output to terminal in test (#4696) Maximilian Roos 2024-07-02 17:52:33 -07:00
  • 7ad93df27d fix: relational literals with zero rows (#4693) Aljaž Mur Eržen 2024-07-02 20:20:26 +02:00
  • 7d3f289d2b chore: bump mocha from 10.5.1 to 10.6.0 in /prqlc/bindings/js (#4694) dependabot[bot] 2024-07-02 18:10:58 +00:00
  • 59fb3cc4b9 ci: Speed up benchmarks in CI (#4692) Maximilian Roos 2024-07-01 14:05:29 -07:00
  • 3f12c91e24 chore: bump the patch group with 3 updates (#4687) dependabot[bot] 2024-07-01 20:15:50 +00:00
  • 2d0db5e00a tweak: Fix some nightly clippy lints (#4691) Maximilian Roos 2024-07-01 12:37:52 -07:00
  • 8c4511e7c2 chore: bump itertools from 0.12.1 to 0.13.0 (#4688) dependabot[bot] 2024-07-01 19:16:32 +00:00
  • 366c45369b ci: Bump rust nightly version for CI tools (#4689) Maximilian Roos 2024-07-01 11:47:14 -07:00
  • 6a80be80db chore: pre-commit autoupdate (#4686) pre-commit-ci[bot] 2024-07-01 17:18:54 +00:00
  • 5a2a8573b6 test: Adjust test to avoid writing to the repo (#4681) Maximilian Roos 2024-06-30 21:19:06 -07:00
  • d3ed63e250 tweak: Refine rust in integration tests (#4683) Maximilian Roos 2024-06-30 20:36:27 -07:00
  • f32c97ddec test: Move glaredb to Unsupported temporarily (#4682) Maximilian Roos 2024-06-30 20:19:07 -07:00
  • f9ca9face0 test: Give book tests more time under nextest (#4680) Maximilian Roos 2024-06-30 15:05:41 -07:00
  • e9b159e187 test: Run debug command without checking output (#4679) Maximilian Roos 2024-06-27 10:42:33 -07:00
  • a06b00dc9a test: Skip item size check on Linux (#4678) Maximilian Roos 2024-06-26 10:35:16 -07:00
  • 1cf59a6780 refactor: revert name of Indirection to FieldLookup (#4675) Aljaž Mur Eržen 2024-06-26 10:32:07 +02:00
  • 1063746548 feat: improve debug log in parsing stage (#4671) Aljaž Mur Eržen 2024-06-25 20:17:56 +02:00
  • d91851b664 chore: bump mocha from 10.4.0 to 10.5.1 in /prqlc/bindings/js (#4674) dependabot[bot] 2024-06-25 17:48:50 +00:00
  • 044c101be5 test: Exclude SourceTree size from windows tests (#4673) Maximilian Roos 2024-06-25 09:32:40 -07:00
  • c770fd4f11 feat: improve debug log (#4670) Aljaž Mur Eržen 2024-06-25 11:16:13 +02:00
  • cf95966368 feat: enable span serialization (#4662) Aljaž Mur Eržen 2024-06-25 10:29:21 +02:00
  • d5b43316b9 refactor: ast rename (#4659) Michael Spanier 2024-06-24 22:52:48 -04:00
  • bc55e87af3 devops: Coverage task refine (#4669) Maximilian Roos 2024-06-24 17:21:02 -07:00
  • 9b2c576c39 feat: replace env logger with debug log (#4663) Aljaž Mur Eržen 2024-06-24 23:04:01 +02:00
  • 2e2676fee7 chore: bump the patch group with 3 updates (#4668) dependabot[bot] 2024-06-24 18:11:17 +00:00
  • edf038abad refactor: Split up giant expr func in parser (#4653) Maximilian Roos 2024-06-24 10:48:03 -07:00
  • 0d9926ed66 chore: bump oven-sh/setup-bun from 1 to 2 (#4667) dependabot[bot] 2024-06-24 17:41:52 +00:00
  • 5ba8f7e610 chore: pre-commit autoupdate (#4666) pre-commit-ci[bot] 2024-06-24 17:12:38 +00:00
  • 8515a7b2a1 fix: Fix merge (#4665) Maximilian Roos 2024-06-24 10:12:23 -07:00
  • df3f6c130d docs: Update URLs (#4660) Jonathan 2024-06-24 18:42:56 +02:00
  • e0e719ba84 feat: power operator with right associativity (#4125) Aljaž Mur Eržen 2024-06-24 18:13:53 +02:00
  • 8c6a851c2d feat: prqlc compile --debug-log (#4646) Aljaž Mur Eržen 2024-06-24 14:57:15 +02:00
  • 018b84cbf4 chore: fix comment (#4658) Maximilian Roos 2024-06-23 16:23:32 -07:00
  • 559bc4266d ci: Adding one missing env vars in CI (#4656) Maximilian Roos 2024-06-23 15:50:35 -07:00
  • 95ba0a320c ci: Use standard CI env vars throughout to enable caching (#4655) Maximilian Roos 2024-06-23 14:31:56 -07:00
  • a58163f044 perf: Redo benchmarks (#4654) Maximilian Roos 2024-06-23 13:51:46 -07:00
  • bb1676a8a4 refactor: Move into_ methods onto their originating classes (#4651) Maximilian Roos 2024-06-23 12:10:54 -07:00
  • 89dc1af118 docs: Add an etc in the operators summary (#4652) Maximilian Roos 2024-06-22 21:29:50 -07:00
  • c822f33bbe internal: Remove static lifetime in parser (#4649) Maximilian Roos 2024-06-22 12:12:35 -07:00
  • edfaa172e4 chore: bump web-vitals from 4.1.0 to 4.2.0 in /web/playground (#4647) dependabot[bot] 2024-06-21 17:47:38 +00:00
  • e4a7ded60f refactor: clean up exports (#4645) Michael Spanier 2024-06-20 21:05:06 -04:00
  • d1a5e1801b chore: bump monaco-editor from 0.49.0 to 0.50.0 in /web/playground (#4644) dependabot[bot] 2024-06-20 17:36:08 +00:00
  • b3bcbfe457 internal: Small simplification to pipeline in parser (#4643) Maximilian Roos 2024-06-20 01:31:17 -07:00
  • 566e6f1497 internal: Add Clone to parsers (#4642) Maximilian Roos 2024-06-19 21:46:32 -07:00
  • 601a61dc7f test: Fix r-string test (#4637) Maximilian Roos 2024-06-19 21:28:28 -07:00
  • 4c731e5ee3 refactor: Remove prql-compiler (#4640) Maximilian Roos 2024-06-19 21:22:13 -07:00
  • e83a5abfd1 ci: Fix test-taskfile cache key (#4641) Maximilian Roos 2024-06-19 20:22:14 -07:00
  • 63571263f6 refactor!: prqlc-parser major reorg changes, deprecate prqlc-ast (#4634) Michael Spanier 2024-06-19 23:21:46 -04:00
  • a8d29b872a ci: Allow build-web to run outside of upstream (#4635) Maximilian Roos 2024-06-18 13:39:29 -07:00
  • ea70b493ae chore: bump docker/build-push-action from 5 to 6 (#4632) dependabot[bot] 2024-06-17 17:48:52 +00:00
  • a8d83fc267 chore: bump rstest from 0.19.0 to 0.21.0 (#4631) dependabot[bot] 2024-06-17 17:30:42 +00:00
  • a683ba1355 chore: pre-commit autoupdate (#4630) pre-commit-ci[bot] 2024-06-17 17:13:19 +00:00
  • 906bdc16aa build: Update rust toolchain version (#4629) prql-bot 2024-06-17 04:18:14 -07:00
  • 641df3cd57 tweak: sort imports (#4628) Maximilian Roos 2024-06-17 00:29:07 -07:00
  • a0f12b4c4d internal: Remove once_cell dependency (#4627) Maximilian Roos 2024-06-16 21:30:49 -07:00
  • eeaffdbac5 tweak(build): Move semver to workspace dep (#4626) Maximilian Roos 2024-06-16 19:15:44 -07:00
  • 7dd37cb668 ci: Debug update-rust-toolchain (#4618) Maximilian Roos 2024-06-16 17:05:25 -07:00
  • 4cb3cb1d6a ci: Rationalize nightly workflow items (#4621) Maximilian Roos 2024-06-16 15:24:34 -07:00