-
Notifications
You must be signed in to change notification settings - Fork 12
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
cleanup money #3535
cleanup money #3535
Commits on Jul 31, 2024
-
restructures ResultType and decouples printing into ResultPrinters:
- ResultType is now very simple mix of primitive enum and LIST. (We hope to remove even more logic from it) - Result printing was always weird with Mappings embedded in StringT. We've moved that responsibility into ResultInfo via SelectResultInfo for mapped Selects. - This PR opens the possibility to embed anonymization into the ResultInfo. - PrintSettings now caches the C10n calls as they were before that sometimes invoked per cell, which should make rendering faster.
Configuration menu - View commit details
-
Copy full SHA for e688d98 - Browse repository at this point
Copy the full SHA e688d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ad761 - Browse repository at this point
Copy the full SHA 84ad761View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18a0bd8 - Browse repository at this point
Copy the full SHA 18a0bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 061c9ac - Browse repository at this point
Copy the full SHA 061c9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ba8d0 - Browse repository at this point
Copy the full SHA 92ba8d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bab8bab - Browse repository at this point
Copy the full SHA bab8babView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a0a42 - Browse repository at this point
Copy the full SHA a3a0a42View commit details
Commits on Aug 7, 2024
-
fixes type of MappableSingleColumnSelect, and fixing type selection f…
…or QueryStatisticsTest
Configuration menu - View commit details
-
Copy full SHA for 56950fd - Browse repository at this point
Copy the full SHA 56950fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7645cf1 - Browse repository at this point
Copy the full SHA 7645cf1View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f152160 - Browse repository at this point
Copy the full SHA f152160View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a9986 - Browse repository at this point
Copy the full SHA d2a9986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31de3f2 - Browse repository at this point
Copy the full SHA 31de3f2View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b2ee30 - Browse repository at this point
Copy the full SHA 8b2ee30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eecef6 - Browse repository at this point
Copy the full SHA 0eecef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0c47e - Browse repository at this point
Copy the full SHA cb0c47eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd7407 - Browse repository at this point
Copy the full SHA 3bd7407View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4692bf - Browse repository at this point
Copy the full SHA d4692bfView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e95bb29 - Browse repository at this point
Copy the full SHA e95bb29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d03233 - Browse repository at this point
Copy the full SHA 6d03233View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8cceb5 - Browse repository at this point
Copy the full SHA d8cceb5View commit details
Commits on Aug 29, 2024
-
reworks Money to no longer be "cent" based and instead just use it as…
… storage primitive. Is now BigDecimal
Configuration menu - View commit details
-
Copy full SHA for 15237c9 - Browse repository at this point
Copy the full SHA 15237c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ff223 - Browse repository at this point
Copy the full SHA f6ff223View commit details -
We inject the result specific Printers using the printerFactory. This untangles the burden of formatting. Now a Select claiming to produce a specific type only needs to guarantee they are in a format capable of being handled by the printers it elects to use. This allows us later to make a printer that alters the result before printing it, without having to inject into all renderers.
Configuration menu - View commit details
-
Copy full SHA for 7d53595 - Browse repository at this point
Copy the full SHA 7d53595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39608be - Browse repository at this point
Copy the full SHA 39608beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3f81c - Browse repository at this point
Copy the full SHA 3a3f81cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39c4f4 - Browse repository at this point
Copy the full SHA a39c4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d92b0a9 - Browse repository at this point
Copy the full SHA d92b0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fdb5c2 - Browse repository at this point
Copy the full SHA 4fdb5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84549da - Browse repository at this point
Copy the full SHA 84549daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab633f9 - Browse repository at this point
Copy the full SHA ab633f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a769b16 - Browse repository at this point
Copy the full SHA a769b16View commit details -
delay binding of PrintSettings to createPrinter. Remove PrintSettings…
… from ResultInfo, move all usages to usage sites.
Configuration menu - View commit details
-
Copy full SHA for ce5f407 - Browse repository at this point
Copy the full SHA ce5f407View commit details -
Configuration menu - View commit details
-
Copy full SHA for b97fc49 - Browse repository at this point
Copy the full SHA b97fc49View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf9cb7 - Browse repository at this point
Copy the full SHA bbf9cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e95f8f7 - Browse repository at this point
Copy the full SHA e95f8f7View commit details -
fix handling of Money in ArrowResultGenerationTest separately to Parq…
…uetResultGenerationTest
Configuration menu - View commit details
-
Copy full SHA for 4239f39 - Browse repository at this point
Copy the full SHA 4239f39View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e9ed1e - Browse repository at this point
Copy the full SHA 8e9ed1eView commit details
Commits on Sep 3, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for e0904a8 - Browse repository at this point
Copy the full SHA e0904a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ce4fb - Browse repository at this point
Copy the full SHA 88ce4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b939bef - Browse repository at this point
Copy the full SHA b939befView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca94db8 - Browse repository at this point
Copy the full SHA ca94db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a82a528 - Browse repository at this point
Copy the full SHA a82a528View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ae999 - Browse repository at this point
Copy the full SHA d5ae999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee0f68 - Browse repository at this point
Copy the full SHA 9ee0f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for b90891a - Browse repository at this point
Copy the full SHA b90891aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a6b14 - Browse repository at this point
Copy the full SHA 23a6b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e7833 - Browse repository at this point
Copy the full SHA 38e7833View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03434fb - Browse repository at this point
Copy the full SHA 03434fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 672cb42 - Browse repository at this point
Copy the full SHA 672cb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ffea9 - Browse repository at this point
Copy the full SHA f8ffea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bdfdd1 - Browse repository at this point
Copy the full SHA 8bdfdd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6358f64 - Browse repository at this point
Copy the full SHA 6358f64View commit details
Commits on Sep 5, 2024
-
Revert "try fixing Money handling for preview"
This reverts commit 6358f64.
Configuration menu - View commit details
-
Copy full SHA for 65e701c - Browse repository at this point
Copy the full SHA 65e701cView commit details -
revert using Decimal for Arrow/Parquet: causes issues with jsArrow an…
…d other dependencies
Configuration menu - View commit details
-
Copy full SHA for e9203fa - Browse repository at this point
Copy the full SHA e9203faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88224e5 - Browse repository at this point
Copy the full SHA 88224e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa20ba - Browse repository at this point
Copy the full SHA efa20baView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c65d0fe - Browse repository at this point
Copy the full SHA c65d0feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 484acf2 - Browse repository at this point
Copy the full SHA 484acf2View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32d30d1 - Browse repository at this point
Copy the full SHA 32d30d1View commit details
Commits on Oct 2, 2024
-
Merge branch 'develop' into feature/cleanup-MONEY
# Conflicts: # backend/src/main/java/com/bakdata/conquery/models/query/SingleTableResult.java # backend/src/main/java/com/bakdata/conquery/models/query/preview/EntityPreviewExecution.java # backend/src/main/java/com/bakdata/conquery/models/query/resultinfo/ResultInfo.java # backend/src/main/java/com/bakdata/conquery/models/query/resultinfo/printers/ResultPrinters.java # backend/src/test/java/com/bakdata/conquery/integration/common/IntegrationUtils.java # backend/src/test/java/com/bakdata/conquery/integration/json/FormTest.java # backend/src/test/java/com/bakdata/conquery/io/result/ResultTestUtil.java # backend/src/test/java/com/bakdata/conquery/io/result/excel/ExcelResultRenderTest.java # backend/src/test/java/com/bakdata/conquery/models/events/stores/types/ColumnStoreSerializationTests.java # backend/src/test/java/com/bakdata/conquery/models/types/ResultTypeTest.java
Configuration menu - View commit details
-
Copy full SHA for 256b651 - Browse repository at this point
Copy the full SHA 256b651View commit details