• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Retrieving the datasource should not depend on the fact that a driver is configured

Better initialize the datasource for those object that won't return the full set of expected fields

Add missing return

Tolerate non-existing files, but throw a warning

Further collect callback logics into procs and test them

Further cleanup of the indexer logics

- unindexing an object in an own proc

- clarified idioms

- cleanup redundant operations

Claim coverage, bump version number

Factor some of the logic in the indexer into own procs for the purpose of:

- being able to tell programmatically if an object can be indexed

- being able to index an object programmatically using a simpler api

- better test operations

Rework file-to-text conversion with the goal of:

- also for LibreOffice documents, strip the XML from extracted content

- handle errors all at once outside the switch, as the behavior would always be the same

- avoid creating a tempfile

    • -142
    • +125
    ./tcl/search-convert-procs.tcl
Prefer unset to array unset when the whole array should be deleted

See https://wiki.tcl-lang.org/page/Dict+VS+Array+Speed

  1. … 7 more files in changeset.
merge with missing files

    • -0
    • +0
    ./sql/oracle/search-packages-create.sql
  1. … 1450 more files in changeset.
merge from oacs-5-10

    • -1
    • +17
    ./sql/oracle/search-packages-create.sql
    • -0
    • +50
    ./sql/oracle/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
    • -25
    • +128
    ./tcl/search-convert-procs.tcl
  1. … 8085 more files in changeset.
file test.docx was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.docx
file test.ppt was initially added on branch oacs-5-10.

    • binary
    ./tcl/test/data/test.ppt
file test.pdf was initially added on branch oacs-5-10.

    • binary
    ./tcl/test/data/test.pdf
file test.ott was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.ott
file test.ots was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.ots
file test.otp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.otp
file test.odt was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.odt
file test.ods was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.ods
file test.odp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.odp
file test.html was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.html
file test.xlsx was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.xlsx
file test.xls was initially added on branch oacs-5-10.

    • binary
    ./tcl/test/data/test.xls
file test.txt was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.txt
file test.pptx was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/data/test.pptx
file search-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/search-procs.tcl
file test.doc was initially added on branch oacs-5-10.

    • binary
    ./tcl/test/data/test.doc
file upgrade-5.10.0d3-5.10.0d4.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 33 more files in changeset.