Releases: ingef/conquery
Releases · ingef/conquery
2.0.0-2023KW19
What's Changed
- adds force option to concept upload by @thoniTUB in #2977
- No unregistering form fields on unmount by @Kadrian in #3013
- Use suggested min timestamp for history by @Kadrian in #3014
- adds admin page for connectors by @thoniTUB in #3011
- Add api types for new time stratified infos by @Kadrian in #3016
- Reintegrate Master by @github-actions in #3019
- Feature/datasets subpages by @MarcoKorinth in #2988
- Reintegrate Master by @github-actions in #3023
- provide select description if none is provided in preview-config by @awildturtok in #3017
- Feature/adminui force delete by @MarcoKorinth in #2983
- Map totals in EntityPreview timeStratifiedInfos, output them as
completeby @awildturtok in #3018 - Feature/authentication docs by @thoniTUB in #3028
- update workflow triggers and check names by @thoniTUB in #3026
- Iterate form styles further by @Kadrian in #3024
- Re add unselected form tab hover effect by @Kadrian in #3030
- Persist form values when switching form by @Kadrian in #3020
- Fixes ExternalNode failing when no dates are provided by @awildturtok in #3029
- Long Result list is now scrollable by @fabian-bizfactory in #3025
- Fix dataset form fields not correctly initializing after dataset change by @Kadrian in #3034
- Fix expandable condition by @Kadrian in #3035
- Currency Input update by @fabian-bizfactory in #3021
- Follow up highlight navigatable by @fabian-bizfactory in #3033
- Remove raw data badge tooltip by @Kadrian in #3039
- Fix requestAwareUri parsing by @awildturtok in #3042
- creates logs directory and defines it as volume (new log-lib is not able to create it manually) by @awildturtok in #3043
- removes PREFIX_LIST as it is a dupe and deprecated by @awildturtok in #3044
- Form editor prevent opening, when cannot drop + add highlighting by @fabian-bizfactory in #3038
- Fix form reset by @Kadrian in #3049
- migrate to NotNull as NotEmpty is not allowed on URL by @awildturtok in #3050
- adds alias for unit:
prefixto avoid annoying version mismatches by @awildturtok in #3051 - Add Tooltip To Analysis Layer by @fabian-bizfactory in #3040
- Background removed for form Concept Tree Node so highlighting works for HoverNavigatable by @fabian-bizfactory in #3048
- fix forSelect not respecting UniversalSelects on concepts by @awildturtok in #3052
- Implement rendering to json object in EntityPreviewExecution by @awildturtok in #3046
- add datepicker for date inputs by @MarcoKorinth in #3045
- build and publish images on certain branches by @awildturtok in #3053
- Hide Copy Button Attribute by @fabian-bizfactory in #3041
- Add timestratified data to history by @Kadrian in #3037
- Fix release merge by @Kadrian in #3054
- fixed datepicker autofocus issue by @MarcoKorinth in #3055
Full Changelog: v2.0.0-2023KW13-HOTFIX-MISSING-ICONS...v2.0.0-2023KW19
2.0.0-2023KW13-HOTFIX-MISSING-ICONS
What's Changed
Full Changelog: v2.0.0-2023KW13...v2.0.0-2023KW13-HOTFIX-MISSING-ICONS
2.0.0-2023KW13
What's Changed
- Fix tooltip alignment with popperOptions using padding instead of skidding by @Kadrian in #2944
- Use new Label Request Format in Frontend by @fabian-bizfactory in #2931
- adds validation for unique column labels by @awildturtok in #2961
- Use active dataset for dataset form fields by @Kadrian in #2956
- Result Assets get Type from url and fix a truncation oversight by @fabian-bizfactory in #2966
- move validity date logic from DateRestrictingNode to ValidityDateNode by @thoniTUB in #2963
- capsule result urls in api object by @thoniTUB in #2905
- adds date restriction back to QueryPlanContext by @thoniTUB in #2972
- Upgrade storybook to remove vulnerability of peer depedency by @Kadrian in #2975
- fix field transform to not return null when value=0 by @fabian-bizfactory in #2969
- Fix all frontend warnings by @Kadrian in #2976
- create validity date node in Concept by @thoniTUB in #2974
- Reintegrate Master by @github-actions in #2980
- Feature/reference base url by @thoniTUB in #2967
- Reduce bundle size by 40%, using individual font awesome icons by @Kadrian in #2978
- Fix version timestamp by @Kadrian in #2979
- Upgrade frontend dependencies by @Kadrian in #2982
- Search on references by @awildturtok in #2968
- Fix/form serdes error by @thoniTUB in #2985
- upgrade to codeql v2: by @awildturtok in #2986
- Bump flatten-maven-plugin from 1.3.0 to 1.4.0 by @dependabot in #2990
- Fix build timestamp in dev by @Kadrian in #2991
- Use simple download icon for project items by @Kadrian in #2993
- Only trigger hover effect in query if placeable by @fabian-bizfactory in #2992
- Export entity info in time by @awildturtok in #2973
- Use question mark for version info by @Kadrian in #2996
- adds tooltip for validitydate selector by @thoniTUB in #2995
- Fixes a bug, where totals for Filters without labels were not computed by @awildturtok in #2997
- fixes not having unique searchables by @awildturtok in #2998
- adds toString in QueryPlan where missing by @awildturtok in #3000
- Preview fixed observation period by @awildturtok in #3001
- Feature/generic external forms by @thoniTUB in #2957
- register asset servlet for admin-ui by @thoniTUB in #2999
- Support tooltips for date columns by @Kadrian in #3003
- Only allow accessing history when canUpload permission set by @Kadrian in #3002
- add root concept info in Tooltip by @fabian-bizfactory in #2971
- Iterate form styles by @Kadrian in #3004
- Refactor additional info hover by @Kadrian in #3006
- Remove legacy way of configuring right tabs by @Kadrian in #3008
- splitted deletion of test concept and table into seperate test cases … by @FabianBinder21 in #3007
- Fix missing icons by @Kadrian in #3015
- Merge Release by @github-actions in #2989
New Contributors
- @FabianBinder21 made their first contribution in #3007
Full Changelog: v2.0.0-2023KW09...v2.0.0-2023KW13
2.0.0-2023KW11-RC
What's Changed
- Fix tooltip alignment with popperOptions using padding instead of skidding by @Kadrian in #2944
- Use new Label Request Format in Frontend by @fabian-bizfactory in #2931
- adds validation for unique column labels by @awildturtok in #2961
- Use active dataset for dataset form fields by @Kadrian in #2956
- Result Assets get Type from url and fix a truncation oversight by @fabian-bizfactory in #2966
- move validity date logic from DateRestrictingNode to ValidityDateNode by @thoniTUB in #2963
- capsule result urls in api object by @thoniTUB in #2905
- adds date restriction back to QueryPlanContext by @thoniTUB in #2972
- Upgrade storybook to remove vulnerability of peer depedency by @Kadrian in #2975
- fix field transform to not return null when value=0 by @fabian-bizfactory in #2969
- Fix all frontend warnings by @Kadrian in #2976
- create validity date node in Concept by @thoniTUB in #2974
- Reintegrate Master by @github-actions in #2980
- Feature/reference base url by @thoniTUB in #2967
- Reduce bundle size by 40%, using individual font awesome icons by @Kadrian in #2978
- Fix version timestamp by @Kadrian in #2979
- Upgrade frontend dependencies by @Kadrian in #2982
- Search on references by @awildturtok in #2968
- Fix/form serdes error by @thoniTUB in #2985
Full Changelog: v2.0.0-2023KW09...v2.0.0-2023KW11-RC
2.0.0-2023KW09
What's Changed
- Fixes name of getSearchConcept to not shadow the field by @awildturtok in #2923
- Feature/speedup escape by @thoniTUB in #2921
- Tutorial: switch icd condition from prefix to equal by @thoniTUB in #2929
- Fix local folder not deleted after project item added by @Kadrian in #2932
- Support new textarea field for forms by @Kadrian in #2919
- Endpoint to easily search/resolve singular entities by via basic Queries by @awildturtok in #2933
- fixed node description bug which appeared after origin node was removed by @MarcoKorinth in #2924
- fixes issues with nullable ExternalPrintId entries in resolve entities by @awildturtok in #2936
- search entities open api (and lint openapi) by @awildturtok in #2935
- map keycloak groups to conquery groups by @thoniTUB in #2928
- Reintegrate Master by @github-actions in #2937
- Fix crashing MapInternToExternMapper#external when not yet initialize… by @awildturtok in #2948
- Or search filters by @awildturtok in #2947
- provide a list of filters, not a whole concept by @awildturtok in #2946
- bring back german tooltip by @thoniTUB in #2951
- inject storage into managed execution, separate internal executions by @thoniTUB in #2941
- Migrate to node18 + vite by @Kadrian in #2949
- Remove extra install frontend step by @Kadrian in #2945
- Entity search by @Kadrian in #2938
- Open browser automatically when frontend dev server started by @Kadrian in #2955
- Feature/admin UI dataset overhall by @MarcoKorinth in #2950
- Quality of life UI improvements by @Kadrian in #2959
- OpenAPI definitions for Queries by @awildturtok in #2958
- OpenApi for Concepts, Filters and Selects by @awildturtok in #2960
- use different ids for dataset in e2e test to avoid timing bux by @thoniTUB in #2965
- Merge Release by @github-actions in #2942
Full Changelog: v2.0.0-2023KW05-HOTFIX-INFINITELY-OLD-ENTITIES...v2.0.0-2023KW09
2.0.0-2023KW05-HOTFIX-INFINITELY-OLD-ENTITIES
What's Changed
- Infinitely old entities by @awildturtok in #2925
Full Changelog: v2.0.0-2023KW05...2.0.0-2023KW05-HOTFIX-INFINITELY-OLD-ENTITIES
2.0.0-2023KW05
What's Changed
- Adjust import description by @Kadrian in #2867
- Bump java-jwt from 3.18.1 to 4.2.2 by @dependabot in #2878
- reword "data set" -> "dataset" by @thoniTUB in #2880
- fix tooltip not shown when hover is available by @fabian-bizfactory in #2876
- allows external implementation to provide the response builder by @thoniTUB in #2883
- History entity ids iteration by @Kadrian in #2875
- Feature/auto label by @MarcoKorinth in #2879
- added padding to the bottom of scroll into view container by @MarcoKorinth in #2877
- use structured directories for dumps AND also dump exceptions for unreadbles by @awildturtok in #2888
- adds locale serdes by @thoniTUB in #2861
- remove hardcoded select labels for event_duration and event_date selects by @thoniTUB in #2891
- adds english translations to builtin forms by @thoniTUB in #2892
- Introduce mapping of searchConcept for EntityPreview by @awildturtok in #2889
- add Notification Type to Snack Messaging by @fabian-bizfactory in #2884
- Replace InputMultiSelectDropzone with DropzoneWithFileInput by @Kadrian in #2885
- Flags Filter as MultiSelect by @awildturtok in #2895
- Feature/reintegrate master by @thoniTUB in #2896
- Reintegrate Master by @github-actions in #2894
- History empty state by @Kadrian in #2897
- multi column boolean select (not select filter) by @awildturtok in #2899
- Initial openapi.yaml document by @awildturtok in #2811
- fix id localization fall backs by @thoniTUB in #2902
- Force reformat to enforce a change by @awildturtok in #2911
- Adds hidden flag to SecondaryIdDescription by @awildturtok in #2914
- Fix no newline by @Kadrian in #2915
- Iterate on history timeline sort order; add open all by @Kadrian in #2913
- also add COLUMN semantics to SECONDARY_ID flagged columns by @awildturtok in #2904
- Update semantic types api by @Kadrian in #2918
- Fix trying to display dates and source within group ids accidentally by @Kadrian in #2920
Full Changelog: v2.0.0-2022KW50-HOTFIX-HELP-MENU...v2.0.0-2023KW05
2.0.0-2022KW50-HOTFIX-HELP-MENU
What's Changed
Full Changelog: v2.0.0-2022KW50-HOTFIX-FE-LABEL-INF-LOOP...v2.0.0-2022KW50-HOTFIX-HELP-MENU
2.0.0-2022KW50-HOTFIX-FE-LABEL-INF-LOOP
What's Changed
Full Changelog: v2.0.0-2022KW50...v2.0.0-2022KW50-HOTFIX-FE-LABEL-INF-LOOP
2.0.0-2022KW50
What's Changed
- Bump shiro-core from 1.9.1 to 1.10.1 by @dependabot in #2810
- Bump apache-arrow.version from 10.0.0 to 10.0.1 by @dependabot in #2838
- added auto scroll for select inputs to make available options visible by @MarcoKorinth in #2829
- Only execute MatchingStats where necessary by @awildturtok in #2839
- Iterate h3 form headline styles by @Kadrian in #2841
- super rough draft of only executing query for known Entities by @awildturtok in #2815
- Fix history date range --> until today by default by @Kadrian in #2844
- pull up feature list in export form by @thoniTUB in #2850
- Make TrieSearch respect generateSuffixes=False by @awildturtok in #2851
- make changes to backend forms to match the new form format by @lrisch in #2828
- onFocus select all input by @fabian-bizfactory in #2847
- reduce warnings in build process by @thoniTUB in #2837
- Add an import modal for copy pasting values from clipboard, for editor, for history by @Kadrian in #2854
- Flatten /api removing redundant ids by @awildturtok in #2812
- added automatic label generation from selected concepts for querynodeeditor by @MarcoKorinth in #2849
- Allow dropping a file within the Import Modal as well by @Kadrian in #2855
- move result generator configs into providers by @thoniTUB in #2859
- move idColumnConfig to toplevel because it is not frontend specific by @thoniTUB in #2860
- remove default view jackson view setting by @thoniTUB in #2865
- Fix typo in for loop for history by @Kadrian in #2866
New Contributors
- @MarcoKorinth made their first contribution in #2829
- @lrisch made their first contribution in #2828
Full Changelog: v2.0.0-2022KW48...v2.0.0-2022KW50