Skip to content
Snippets Groups Projects
  1. Oct 17, 2019
  2. Oct 16, 2019
  3. Oct 14, 2019
  4. Oct 11, 2019
  5. Oct 10, 2019
  6. Oct 09, 2019
  7. Oct 08, 2019
  8. Oct 07, 2019
  9. Oct 04, 2019
  10. Oct 02, 2019
  11. Oct 01, 2019
  12. Sep 27, 2019
    • S.Listl's avatar
      QuickEntry · bce9f263
      S.Listl authored and Sebastian Listl's avatar Sebastian Listl committed
      (cherry picked from commit caac232e)
      bce9f263
    • S.Listl's avatar
      Quick entry · 1cc60de4
      S.Listl authored and Sebastian Listl's avatar Sebastian Listl committed
      (cherry picked from commit c708b72d)
      1cc60de4
    • David Büchler's avatar
      Small refactorings · eeaa8bc5
      David Büchler authored
      eeaa8bc5
    • David Büchler's avatar
      Small refactorings · 81263871
      David Büchler authored
      81263871
    • David Büchler's avatar
      The function ScanForDuplicates has been refactored and is now much more easy... · c664b39b
      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
      c664b39b
  13. Sep 26, 2019
  14. Sep 25, 2019
    • David Büchler's avatar
      The Cache rebuilding has been changed. The values to check for duplicates are... · ca57d1a0
      David Büchler authored
      The Cache rebuilding has been changed. The values to check for duplicates are now loaded using the entities api instead of pure sql. If the cache for all duplicates of a scanner gets rebuilt, it's now done in blocks. This ensures that even while wokring on huge recordsets, the ressources are enough. It sure may take some time to check huge recordsets...
      The flag "Use external Webservice" has been removed from the view because no native api to a duplicate scanning service exists, therefore this is unnecessary right now. The config of the resultfields has been removed aswell, if no external service is used, it's enough to work with the id which is always in the index's response.
      The configuration of the indexfields has been changed, no manual connection between entity and db field is necessary because no sql is used any more. Instead, the fields can be selected via dropdown which offers the entity fields to select.
      Some refactoring
      Changes on the docks to reflect the changed datastructure of some arrays
      ca57d1a0
  15. Sep 24, 2019
  16. Sep 23, 2019
  17. Sep 20, 2019
    • David Büchler's avatar
      Refactorings · e26e9f34
      David Büchler authored
      Documentation
      Example code to show the usage of the webservice callback
      e26e9f34
    • David Büchler's avatar
      Moved several functions from Duplicate...Utils to _Duplicate...Utils · 0af4c1db
      David Büchler authored
      If a field which is configured to be used in the indexsearch contains no value, no pattern will be added @see _buildFilterPatternConfig
      0af4c1db
    • David Büchler's avatar
      The flag if an external webservice should be used is now used in the code. If... · dbfe335e
      David Büchler authored
      The flag if an external webservice should be used is now used in the code. If true, the parameterized callbackfunction gets called. See DuplicateScannerUtils._isUseExternalWebservice
      dbfe335e
    • David Büchler's avatar
      The possibility to integrate a webservice call and the necessary formatting of... · 400d8c71
      David Büchler authored
      The possibility to integrate a webservice call and the necessary formatting of the values has been developed. The function RebuildDuplicatesCache now awaits a function as parameter in which an external developer can implement the steps to format the values and call the desired webservice. There is no native webservice call implementation because the formfactor of the data send to a webservice is always different and how with the particular webservices has to be communicated cant be known by the standard implementation.
      The customized function gets an array which holds values based on the configured resultFields. To access a value the key which is its index field ought to be used. The resultfields, which are known at this place, can be converted to their respective index field name pendants using DuplicateScannerUtils.TranslateEntityToIndexFields which returns some kind of map (access via key).
      
      New function DuplicateScannerUtils.TranslateEntityToIndexFields
      400d8c71
  18. Sep 19, 2019
  19. Sep 18, 2019
Loading