summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* fix testcaseThomas Feldmann2022-03-31
|
* add testsThomas Feldmann2022-03-31
|
* add rule filtering by tagsThomas Feldmann2022-03-30
|
* fix created testsThomas Feldmann2022-02-11
|
* add date_addedThomas Feldmann2022-02-11
|
* format with black and isortThomas Feldmann2022-02-09
|
* add simulation options to shellThomas Feldmann2022-02-09
|
* message if shell is not run in simulationThomas Feldmann2022-02-09
|
* remove macos from testsThomas Feldmann2022-02-07
|
* update shell tests for windowsThomas Feldmann2022-02-07
|
* update docsThomas Feldmann2022-02-07
|
* add filter testsThomas Feldmann2022-02-06
|
* update testsThomas Feldmann2022-02-06
|
* fix renameThomas Feldmann2022-02-06
|
* fix copyThomas Feldmann2022-02-04
|
* updateThomas Feldmann2022-02-03
|
* update testsThomas Feldmann2022-02-03
|
* update testsThomas Feldmann2022-02-02
|
* move integration tests to todoThomas Feldmann2022-02-02
|
* support running completely in mem for testsThomas Feldmann2022-02-02
|
* formattingThomas Feldmann2022-02-02
|
* update testsThomas Feldmann2022-02-02
|
* update docsThomas Feldmann2022-02-01
|
* update docsThomas Feldmann2022-02-01
|
* fix examplesThomas Feldmann2022-02-01
|
* doc testsThomas Feldmann2022-01-30
|
* update testsThomas Feldmann2022-01-28
|
* update some testsThomas Feldmann2022-01-28
|
* validate all example configsThomas Feldmann2022-01-26
|
* python 3.6 minimum, remove old compat codeThomas Feldmann2021-04-20
|
* Action: macOS tags (#113)Thomas Feldmann2021-04-20
| | | | | | | | | | | | | * support simple match syntax in filename filter * make mypy happy * add mypy to dev dependencies * optionally import textract * add macos_tags * add documentation
* mark rule order test as todoThomas Feldmann2020-06-08
|
* Add filter: Duplicates (#55)Thomas Feldmann2020-05-17
| | | Adds a duplicate detection filter.
* add unit test for #74Thomas Feldmann2020-04-30
|
* filename bugfixThomas Feldmann2020-04-03
|
* Merge pull request #71 from the-geekery/feature/multiline-file-content-filterThomas Feldmann2020-03-28
|\ | | | | Add support for multiline content filters
| * Add support for multiline content filterszor-el2020-03-18
| | | | | | | | | | | | | | Side benefit: Much better run-time performance compared to multiple filters per rule. Closes #70
* | Flatten filter and action listsTomasz Rawdanowicz2020-03-18
|/
* update testsThomas Feldmann2020-03-04
|
* try to fix CI for file content filterfgma2020-01-09
|
* support for file content based filtering using regular expressionsfgma2020-01-09
|
* add delete actionThomas Feldmann2019-11-28
|
* WIP: Add EXIF filter (#46)Thomas Feldmann2019-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make dotdict case insensitive * cidict no longer needed * update dependencies * add tag comparison * fix linter warnings * add expected values * Bring up to date with master branch * add type hints * add exif filter test * ensure py3.5 compatibility * add exif tests * update comments * update docs and tests for exif * update changelog
* Merge feature/filter-exif into masterThomas Feldmann2019-11-26
|
* add test for #52Thomas Feldmann2019-11-22
|
* Typehints (#53)Thomas Feldmann2019-11-22
| | | | | | * add type hints * fix rename test * update changelog
* add test for issue #51Thomas Feldmann2019-11-22
|
* replace all assert_called with call_count > 0Thomas Feldmann2019-10-25
| | | | to support python3.5
* use unittest.mock instead of mock libraryThomas Feldmann2019-08-29
|
* update filters to support arguments (#45)Thomas Feldmann2019-08-19
| | | | | | | | | | | | | | | | | | | | | | * update filters to support attrs * separate pipeline and run commands * update for py3.4 compatibility * fix dependencies * update python action * removed todo * don't break old configs * cleanup * update docs * fix output for filter echos