Releases: ingef/conquery
Releases · ingef/conquery
2.0.0-2024KW40
What's Changed
- Fix/reintegrate action shallow checkout log by @thoniTUB in #3545
- Reintegrate Main by @github-actions in #3547
- Don't render folder if no children match by @Kadrian in #3549
- Refactor concept search and concept tree list by @Kadrian in #3550
- Bump org.apache.logging.log4j:log4j-to-slf4j from 2.19.0 to 2.24.0 by @dependabot in #3551
- fix nested structure nodes skip and parent reference by @thoniTUB in #3552
- Bump org.testcontainers:postgresql from 1.17.6 to 1.20.1 by @dependabot in #3553
- fix casting date to integer not long by @awildturtok in #3567
- fixes multithreaded access of NumberFormat causing issues by @awildturtok in #3569
- Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 by @dependabot in #3411
- Bump org.codehaus.mojo:flatten-maven-plugin from 1.4.0 to 1.6.0 by @dependabot in #3268
- Reintegrate Main by @github-actions in #3561
- fix subsequent actions on automated PR by @thoniTUB in #3574
- Reintegrate Main by @github-actions in #3575
- Merge Release by @github-actions in #3576
- All-Queries-Endpoint fails on uninitialied queries by @thoniTUB in #3570
- enable mutation of semantics for EntityPreviewExecution by @awildturtok in #3571
- Reintegrate Main by @github-actions in #3577
- show warning in ui if user or role could not be resolved by @thoniTUB in #3593
- Merge Release by @github-actions in #3581
Full Changelog: v2.0.0-2024KW35-HOTFIX-OM-VIEW...v2.0.0-2024KW40
2.0.0-2024KW35-HOTFIX-OM-VIEW
What's Changed
Full Changelog: v2.0.0-2024KW35-FIX-CC-MAPS...v2.0.0-2024KW35-HOTFIX-OM-VIEW
2.0.0-2024KW35-FIX-RESULT-TYPE
What's Changed
Full Changelog: v2.0.0-2024KW35...v2.0.0-2024KW35-FIX-RESULT-TYPE
2.0.0-2024KW35-FIX-CC-MAPS
What's Changed
- use ConcurrentHashMap where concurrent access is possible. by @awildturtok in #3562
Full Changelog: v2.0.0-2024KW35-FIX-RESULT-TYPE...v2.0.0-2024KW35-FIX-CC-MAPS
2.0.0-2024KW35
What's Changed
- Feature/integrate object initialization upon parsing by @thoniTUB in #3499
- remove parameterization so subclasses can use an initializer by @thoniTUB in #3515
- fixes placement of Add-Opens entry by @awildturtok in #3517
- fix whitespaces that broke freemarker by @thoniTUB in #3523
- removes ResultType from AutoDoc because it is not CPSType anymore by @thoniTUB in #3524
- Reintegrate Master by @github-actions in #3522
- enable healthcheck for sql connection by @thoniTUB in #3521
- sort dropdown options in admin-ui by @thoniTUB in #3526
- capusule mina logic on shard and introduce filter to set MDC by @thoniTUB in #3511
- Fix negation conversion if negation is not the first node by @jnsrnhld in #3527
- Feature/capsule object mapper creator by @thoniTUB in #3528
- Feature/sql config doc by @thoniTUB in #3530
- Adds timeout check to ClusterHealthCheck by @thoniTUB in #3532
- fix sign mistake in calculation by @thoniTUB in #3534
- Feature/use intermediate branch to merge back master by @thoniTUB in #3525
- Feature/sql config doc by @thoniTUB in #3533
- restructures ResultType and decouples printing into ResultPrinters: by @awildturtok in #3512
- Feature/extract execution synchronization by @thoniTUB in #3519
- remove cqpp import via file path by @thoniTUB in #3536
- fixes typo by @thoniTUB in #3537
- Fix reintegrate action by @thoniTUB in #3546
Full Changelog: v2.0.0-2024KW31...v2.0.0-2024KW35
2.0.0-2024KW31
What's Changed
- Fix performance issues with SearchFilter by @awildturtok in #3480
- Merge Release by @github-actions in #3481
- drop CBlockLock, as it is not needed and causes severe performance de… by @awildturtok in #3482
- Reintegrate Master by @github-actions in #3479
- adds error message when async SQL-query fails by @awildturtok in #3486
- catch and log exceptions for registerColumnValuesInSearch, such error… by @awildturtok in #3488
- Fix SqlConnectorConfig serialization by @jnsrnhld in #3485
- use ConcurrentHashMap in ConceptTreeCache.java as the prior impl can … by @awildturtok in #3490
- Remove order statement from SQL query by @jnsrnhld in #3491
- Fix EXISTS select conversion on connector level by @jnsrnhld in #3493
- Implement DistinctSelect conversion by @jnsrnhld in #3494
- Implement arbitrary date select conversion by @jnsrnhld in #3375
- Use DateReader in DefaultResultSetProcessor by @jnsrnhld in #3497
- Bump lombok from 1.18.22 to 1.18.24 by @dependabot in #2509
- Feature/untangle dataset registry and meta storage by @thoniTUB in #3502
- remove ResultType CPSType usage. Simply inline the type. by @awildturtok in #3501
- Implement external ID lookup for SQL mode by @jnsrnhld in #3496
- drop default usage with jackson by @awildturtok in #3503
- use http client where possible to import test data by @thoniTUB in #3498
- dont use config override in Conquery by @awildturtok in #3504
- Fix ConceptColumnSelect conversion if there is only 1 connector by @jnsrnhld in #3495
- catches serdes error for specific mapper and prints its view by @thoniTUB in #3505
- Feature/expose shard metrics by @thoniTUB in #3507
- Bump ws from 6.2.2 to 6.2.3 in /frontend by @dependabot in #3470
- enforce non-null in EntityPreviewConfig Fields by @awildturtok in #2984
- Fix TableExportQuery conversion by @jnsrnhld in #3509
- Fix full outer joining when converting forms by @jnsrnhld in #3510
- Split imports on preprocess by @awildturtok in #3389
- Merge Release by @github-actions in #3513
Full Changelog: v2.0.0-2024KW27...v2.0.0-2024KW31
v2.0.0-2024KW27
What's Changed
- Fix SQL config defaults and validation by @jnsrnhld in #3456
- Explicit select types by @awildturtok in #3463
- adds cypress tests for index service by @thoniTUB in #3227
- Rework select and filter conversion by @jnsrnhld in #3453
- adds managerNode to script end by @thoniTUB in #3462
- use Set for MultiSelectFilterNode by @awildturtok in #3466
- use lable not name in ConceptColumnSelect to give properly cased output. by @awildturtok in #3467
- Implement COUNT_QUARTERS select and filter for dateranges by @jnsrnhld in #3446
- Implement ConceptColumnSelect conversion by @jnsrnhld in #3465
- Fix: support nested StructureNodes by @thoniTUB in #3468
- Fix/separate manager restart by @thoniTUB in #3469
- Improve history's default filter state and its empty search state by @Kadrian in #3473
- Make more history content searchable by @Kadrian in #3474
Full Changelog: v2.0.0-2024KW22...v2.0.0-2024KW27
2.0.0-2024KW22
What's Changed
- Draft: SMTP Appender by @awildturtok in #3365
- Reintegrate Master by @github-actions in #3422
- implementation of the csrf signed double submit pattern by @thoniTUB in #3409
- Implement entity date query conversion by @jnsrnhld in #3399
- fix not respecting money format by @awildturtok in #3426
- adds shard reconnect mechanic if connection to manager is lost by @thoniTUB in #3425
- Merge Release by @github-actions in #3423
- SQL conversion of relative forms by @jnsrnhld in #3419
- Full export form conversion by @jnsrnhld in #3428
- create a new user from validated jwt by @thoniTUB in #3432
- add better username fallbacks and validate created user by @thoniTUB in #3433
- Fix feature conversion of AND/OR nodes by @jnsrnhld in #3431
- Run npm audit fix by @Kadrian in #3434
- Fix duration sum for infinity dates by @jnsrnhld in #3430
- Fix query upload by @Kadrian in #3435
- Rework version info format by @thoniTUB in #3381
- Fine-tune a disclosure's open state after appending and re-trigger validation by @Kadrian in #3437
- Handle internal server error on upload query by @Kadrian in #3438
- Fix reused query conversion by @jnsrnhld in #3429
- Try and run validation after tab switch only after timeout by @Kadrian in #3440
- Reintegrate Master by @github-actions in #3427
- feat: change diagram fontfamily to Roboto by @MarcoKorinth in #3439
- Make SQL executions async by @jnsrnhld in #3442
- Implement support for multiple DB tenants in SQL mode by @jnsrnhld in #3444
- Bump com.nimbusds:oauth2-oidc-sdk from 9.1 to 11.12 by @dependabot in #3447
- AdminEnd Render-Bug: return description for StringStoreString by @thoniTUB in #3449
- exports dropwizard-metrics to prometheus format by @thoniTUB in #3424
- Allow single-character multi-select filtering by @Kadrian in #3451
- Improve how we load and reset entity history by @Kadrian in #3450
- Add a basic fulltext concept search to the history timeline by @Kadrian in #3452
- adds validation for entity preview requests by @thoniTUB in #3454
- Temporarily fix entity preview fetch by @Kadrian in #3459
- Fix null value handling in SqlDateSetParser by @jnsrnhld in #3458
- Fix FAILED executions in SQL mode by @jnsrnhld in #3457
- Merge Release by @github-actions in #3443
Full Changelog: v2.0.0-2024KW18...v2.0.0-2024KW22
2.0.0-2024KW18-HOTFIX-MONEY
What's Changed
- fix not respecting money format by @awildturtok in #3426
Full Changelog: v2.0.0-2024KW18...2.0.0-2024KW18-HOTFIX-MONEY
2.0.0-2024KW18
What's Changed
- Bump io.dropwizard:dropwizard-dependencies from 2.1.1 to 4.0.6 by @dependabot in #3284
- Implement event date select conversion by @jnsrnhld in #3339
- fix initialization order for to ensure resolving before checking cont… by @awildturtok in #3369
- update superuser id in tutorial by @thoniTUB in #3374
- Dont drop null columns in Concepts by @awildturtok in #3387
- Simplify Table rendering. Move allocations out of Cell-functions, avoiding unnecessary allocations by @awildturtok in #3358
- Add triple equals rule to avoid unintentional non-strict equality by @Kadrian in #3393
- Cache position at startup by @awildturtok in #3395
- Reintegrate master by @awildturtok in #3396
- fixes validation of initial users/roles, adds default for overview scope by @thoniTUB in #3397
- Support DISCLOSURE_LIST form field by @Kadrian in #3394
- Add react types, run npm audit fix by @Kadrian in #3401
- Iterate disclosure type by @Kadrian in #3402
- Re-trigger validation of default values after applying them to disclosure list field by @Kadrian in #3403
- adds missing filter test by @thoniTUB in #3398
- Absolute form conversion by @jnsrnhld in #3378
- Bump apache-arrow.version from 10.0.1 to 16.0.0 by @dependabot in #3400
- remove events which dont satisfy filter concepts instead of assigning… by @awildturtok in #3406
- logging around connectivity by @awildturtok in #3405
- Feat/preview adjustments by @MarcoKorinth in #3404
- adds and removes headers for index.html to prevent it from being hashed by @thoniTUB in #3392
- Fix minor issues with isOfInterest by @awildturtok in #3410
- adds logging to auth entities and sets get-log-level to trace by @thoniTUB in #3408
- use months not quarters by @awildturtok in #3412
- fix: quarters are 3 months long by @awildturtok in #3413
- fix comparison for exactly fitting buffers by @awildturtok in #3416
- don't concat searches, instead merge them by priority. Pushing up goo… by @awildturtok in #3414
- Import better rejection message by @awildturtok in #3415
- Feat/preview adjustments by @MarcoKorinth in #3417
- fix obsolete null checks creating illegal state by @awildturtok in #3420
- Merge Release by @github-actions in #3421
Full Changelog: v2.0.0-2024KW15-HOTFIX-BIG-MESSAGES...v2.0.0-2024KW18