Skip to content

Releases: acdh-oeaw/repo-file-checker

DROID ouput parsing fixes

03 Dec 16:10
Compare
Choose a tag to compare
Various fixes:

* FileChecker::checkFromDroidOutput(): do not skip directories despite
  having shorter lines in the droid output
* enable code coverage computation and upload

Thumbs.db and .DS_Store files removal added

15 Nov 11:42
Compare
Choose a tag to compare
3.14.0

CheckFunctions::check00RemoveFiles() added

Relax the file/dir name check

23 Oct 08:04
Compare
Choose a tag to compare

The previous check required at least three characters which was an undocumented behavior. Now it accepts single and two characters file/dir names.

Do not generate info message for valid PDFs

02 Sep 09:33
Compare
Choose a tag to compare
3.13.3

CheckFunctions::check11PdfFile(): do not generate the info message fo…

Harden against files removed during the filechecker run

26 Aug 09:13
Compare
Choose a tag to compare
3.13.2

FileChecker::checkFromDroidOutput(): catch and report as ordinary err…

Harden against broken DROID output

07 Aug 12:26
Compare
Choose a tag to compare
3.13.1

FileChecker::checkFromDroidOutput(): harden against uncomplete lines …

Allow to continue an interrupted check

28 Jun 11:51
Compare
Choose a tag to compare
3.13.0

FileChecker::checkFromDroidOutput(): remove the debugging break state…

Bugfixes

26 Jun 07:34
Compare
Choose a tag to compare

Harden against error messages with non-UTF8 characters and force an exception on any JSON serialization error.

Tuning

25 Jun 12:42
Compare
Choose a tag to compare
  • Tune the locale check
  • Include the droid output in the reports dir

Bugfixes

24 Jun 12:10
Compare
Choose a tag to compare

FileChecker:

  • check for utf8 locale
  • fix the droid output reading