- Dec 04, 2019
-
-
David Büchler authored
Reorganized changes in the duplicates related liquibase files. The files in folder 2019.2.1 have been reset to the version before the change from commit 50be8ae4 which is the same as in 2019.3.1. Those changes have been moved to drop and alter liquibase scripts inside the folder 2019.3.2/Duplicates. Now an update from 2019.3.1 -> 2019.3.2 creates the correct liquibase structure.
-
- Dec 03, 2019
-
-
(cherry picked from commit ab3efeefbdd316af4b9af191c78a7003d68b0b98)
-
David Büchler authored
Removed all loggings Changed the constraint on nullable=false on Column CLUSTERID in unrelatedDuplicates. This is necessary because of the live view of the duplicates. If the duplicates arent determined beforehand and sorted into clusters, the creation of a unrelated relation would fail because the used duplicate is not in a cluster
-
David Büchler authored
-
Markus Escher authored
-
- Dec 02, 2019
-
-
Johannes Goderbauer authored
-
Johannes Goderbauer authored
# Conflicts: # language/_____LANGUAGE_de/_____LANGUAGE_de.aod
-
- Nov 29, 2019
-
-
Sophia Leierseder authored
-
- Nov 22, 2019
-
-
Simon Leipold authored
-
- Nov 21, 2019
-
-
Johannes Hörmann authored
-
Johannes Hörmann authored
-
Johannes Hörmann authored
-
Johannes Hörmann authored
-
Johannes Hörmann authored
-
Sophia Leierseder authored
-
Sophia Leierseder authored
Conflicts: .liquibase/Data_alias/basic/_demoData/generatedData/AB_ATTRIBUTERELATION.xml .liquibase/Data_alias/basic/_demoData/generatedData/AB_OBJECTRELATIONTYPE.xml .liquibase/Data_alias/basic/_demoData/generatedData/ACTIVITY.xml .liquibase/Data_alias/basic/_demoData/generatedData/ADDRESS.xml .liquibase/Data_alias/basic/_demoData/generatedData/CAMPAIGN.xml .liquibase/Data_alias/basic/_demoData/generatedData/CAMPAIGNCOST.xml .liquibase/Data_alias/basic/_demoData/generatedData/CAMPAIGNSTEP.xml .liquibase/Data_alias/basic/_demoData/generatedData/CLASSIFICATIONTYPE.xml .liquibase/Data_alias/basic/_demoData/generatedData/COMMUNICATION.xml .liquibase/Data_alias/basic/_demoData/generatedData/CONTACT.xml .liquibase/Data_alias/basic/_demoData/generatedData/CONTRACT.xml .liquibase/Data_alias/basic/_demoData/generatedData/DESCRIPTIONTRANSLATION.xml .liquibase/Data_alias/basic/_demoData/generatedData/DOCUMENTTEMPLATE.xml .liquibase/Data_alias/basic/_demoData/generatedData/FORECAST.xml .liquibase/Data_alias/basic/_demoData/generatedData/OBJECTMEMBER.xml .liquibase/Data_alias/basic/_demoData/generatedData/OFFER.xml .liquibase/Data_alias/basic/_demoData/generatedData/OFFERITEM.xml .liquibase/Data_alias/basic/_demoData/generatedData/ORGANISATION.xml .liquibase/Data_alias/basic/_demoData/generatedData/PERSON.xml .liquibase/Data_alias/basic/_demoData/generatedData/PRODUCT.xml .liquibase/Data_alias/basic/_demoData/generatedData/PRODUCTPRICE.xml .liquibase/Data_alias/basic/_demoData/generatedData/SALESORDER.xml .liquibase/Data_alias/basic/_demoData/generatedData/SALESORDERITEM.xml .liquibase/Data_alias/basic/_demoData/generatedData/SALESPROJECT.xml .liquibase/Data_alias/basic/_demoData/generatedData/SALESPROJECT_MILESTONE.xml .liquibase/Data_alias/basic/_demoData/generatedData/SALESPROJECT_TOUCHPOINT.xml .liquibase/Data_alias/basic/_demoData/generatedData/SALUTATION.xml .liquibase/Data_alias/basic/_demoData/generatedData/TASK.xml .liquibase/Data_alias/basic/_demoData/generatedData/TICKET.xml
-
- Nov 18, 2019
-
-
Johannes Hörmann authored
-
- Nov 14, 2019
-
-
Johannes Hörmann authored
-
David Büchler authored
Changed liquibase files accordingly.
-
David Büchler authored
Removed the block size configuration from the client. Default value is 5000. All scanners now use the same value, it can be changed via designer custom setting in the preferences 2 fields in the person entity have been added, now the firstname and the lastname fields exist as phonetic and text_no_stopwords Refactorings
-
- Nov 12, 2019
-
-
Johannes Hörmann authored
-
- Nov 11, 2019
-
-
Johannes Hörmann authored
-
- Nov 07, 2019
-
-
Johannes Hörmann authored
-
- Nov 06, 2019
-
-
Michael Sieber authored
-
- Nov 05, 2019
-
-
Johannes Hörmann authored
-
Johannes Hörmann authored
-
- Nov 04, 2019
-
-
Johannes Hörmann authored
-
Johannes Hörmann authored
-
- Oct 29, 2019
-
-
Johannes Hörmann authored
-
Johannes Hörmann authored
replace all keywords in liquibase which are filled with spaces to 36 chars by the same keyword without the spaces
-
- Oct 24, 2019
-
-
Johannes Hörmann authored
-
- Oct 22, 2019
-
-
S.Listl authored
-
- Oct 17, 2019
-
-
Sophia Leierseder authored
-
- Oct 07, 2019
-
-
David Büchler authored
New field BLOCK_SIZE which specifies the bulk size of data which gets loaded. This is used in the case of a cache rebuild, the data to scan for duplicates gets loaded in the thru BLOCK_SIZE specified size.
-
- Oct 02, 2019
-
-
David Büchler authored
Feld DB_FIELD_NAME removed Created fields for defaultvalues city,zip,... to use in duplicatesearchconfig Custom fields added in subProcess to have them added to the index
-
- Oct 01, 2019
-
-
S.Listl authored
-
S.Listl authored
-
Johannes Hörmann authored
-
Johannes Hörmann authored
-
- Sep 27, 2019
-
-
David Büchler authored
The function ScanForDuplicates has been refactored and is now much more easy to use because it does much more stuff inside to have an easier api. "RebuildDuplicatesCache" and "ScanForDuplicates" have been refactored. The fields used in the prefilter don't have to be configured manually by the user. Instead, the fields defined by the prefilter now get added automatically to the list of fields to be used. In the case, that the field has been added via the users config anyways, it doesn't get added by code to ensure that each field is mentioned exactly once. To reflect these changes, the javadoc including the example of ScanForDuplicates and RebuildDuplicates has been updated. Until it's possible to load values from a consumed entity dynamically via code, the possibility to select entity fields from consumed entities via ui has been removed. See ticket #1044577. Now only "native" fields directly from the base entity can be selected. Since the entity fields are now used in the configuration of the duplicate search, no db fields have to be configured any more. The field has been removed from liquibase
-