Commit graph

779 commits

Author SHA1 Message Date
Theresa Gresch 7f444185c0 Add test condition for camera model 2019-07-16 14:11:33 +02:00
Theresa Gresch 6d194f142e Edit example files 2019-07-16 14:11:06 +02:00
Theresa Gresch 8d7cbe3cb0 Add test photoLabel model 2019-07-16 13:10:31 +02:00
Theresa Gresch d2c9b73a38 Add test for lens model 2019-07-16 13:02:42 +02:00
Theresa Gresch adead738cd Add tests for label model 2019-07-16 12:57:55 +02:00
Theresa Gresch 2eb0011377 Add test for country model 2019-07-16 12:53:23 +02:00
Theresa Gresch 67c21ab0d1 Add tests for album model 2019-07-16 12:44:13 +02:00
Theresa Gresch 1fec474bd0 Add tests for camera model 2019-07-16 12:36:30 +02:00
Theresa Gresch ab9938999c Add tests for label search form 2019-07-16 11:18:30 +02:00
Theresa Gresch 8cedf9d192 Add tests for album search form 2019-07-16 11:17:52 +02:00
Theresa Gresch 0b26f813ca Add more test conditions to photos search form 2019-07-16 11:17:33 +02:00
Theresa Gresch 81f6ded2cc Add tests for photos search form 2019-07-16 10:41:30 +02:00
Michael Mayer 9b73c91ed5 Remove index from label name (use slug instead)
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2019-07-15 23:11:29 +02:00
Michael Mayer 7afb7a87db Search performance improvements (indexes and labels) 2019-07-15 22:54:54 +02:00
Michael Mayer ed2c9a9829 Frontend: Remove "karma-webdriver-launcher" 2019-07-15 22:19:42 +02:00
Michael Mayer b628592510 Fix TestConfig_ClientConfig 2019-07-15 21:19:11 +02:00
Michael Mayer 61c1478533 Fix for finding existing photo by time and place 2019-07-15 20:42:49 +02:00
Michael Mayer 37428df8ba Upgrade Go to 1.12.7 and use TensorFlow lib with AVX2 support 2019-07-15 20:41:27 +02:00
Michael Mayer cacf326997 Upgrade JS dependencies: vuetify, webpack, babel, karma & eslint 2019-07-15 20:38:14 +02:00
Michael Mayer 336d4b5cdc Disable go unit test cache for code coverage reports 2019-07-15 20:30:40 +02:00
Michael Mayer f5d5dbe25e Upgrade lodash to ^4.17.14 2019-07-14 21:14:21 +02:00
Michael Mayer 8fe9b6e4f8 Upgrade JS dependencies (security patches) 2019-07-14 19:14:54 +02:00
Michael Mayer c531c5aec9 Use test config for TestConfig_Db and TestConfig_CloseDb 2019-07-14 19:06:44 +02:00
Michael Mayer 460712dff4 Update db config for Travis CI tests 2019-07-14 18:35:43 +02:00
Michael Mayer 3f0178aeeb Additional db config for Travis CI tests 2019-07-14 18:29:45 +02:00
Michael Mayer 695ff61f4a Set db password in Travis CI config to fix tests 2019-07-14 18:04:34 +02:00
Theresa Gresch 801097c368 Revert change to Db function 2019-07-10 10:33:16 +02:00
Theresa Gresch 31b29fa42b Adapt Db function to return nil in case the db is not initialized 2019-07-10 09:10:46 +02:00
Theresa Gresch 73d5871886 Add tests for config.go 2019-07-10 09:10:02 +02:00
Theresa Gresch 9c6c6f2539 Add tests for config.go 2019-07-09 17:43:34 +02:00
Theresa Gresch 3813ee327a Add tests for config.co 2019-07-09 16:57:37 +02:00
Theresa Gresch 92e03b2069 Add test for indexAll function 2019-07-09 14:30:08 +02:00
Theresa Gresch 775a48727b Add assertion for chroma hex value to colors test 2019-07-09 14:16:41 +02:00
Theresa Gresch 064a5b7c09 Add tests ThumbnailFromFile and CreateThumbnail functions 2019-07-09 13:55:31 +02:00
Theresa Gresch 7e537014e2 Add test for ThumbnailFilename function 2019-07-09 13:26:54 +02:00
Theresa Gresch 46f997e8ba Add tests for invalid thumbnail type and invalid image format for thumbnail function 2019-07-09 12:46:43 +02:00
Theresa Gresch b99753b051 Add tests for more search queries 2019-07-08 17:42:06 +02:00
Theresa Gresch 0db08e26d2 Add tests for different search queries 2019-07-08 17:25:51 +02:00
Theresa Gresch f7c18a17f8 Use more suited testdata in lables test 2019-07-08 16:23:34 +02:00
Theresa Gresch 03d7e6af2f Add tests for mediafile.go 2019-07-08 16:09:10 +02:00
Theresa Gresch 416c8ccec0 Refactored RelativeFilename and RelativePath function to be able to deal with paths ending with or without slashes 2019-07-08 16:08:32 +02:00
Theresa Gresch 3dc9abea67 Add tests for label.go 2019-07-08 14:09:21 +02:00
Theresa Gresch 61b5bb028c Add tests for mediafile 2019-07-05 15:56:21 +02:00
Theresa Gresch f85b7904a3 Adapt importer test to use files from new smaller testdata 2019-07-05 13:48:34 +02:00
Theresa Gresch 3a10911659 Adapt converter test to use files from new smaller testdata 2019-07-05 13:48:13 +02:00
Theresa Gresch a85805c8e1 Update testdata hash 2019-07-05 13:47:48 +02:00
Theresa Gresch 0173d4943a Use example data instead of testdata in thumbnail tests 2019-07-05 12:38:59 +02:00
Theresa Gresch a5152e71b0 Remove initialize testdata in search tests 2019-07-05 12:35:57 +02:00
Theresa Gresch 687a1829eb Remove logger declaration from time.go as it is already defined in utils.go 2019-07-05 12:32:59 +02:00
Theresa Gresch 562341e197 Add logger to util.go 2019-07-05 12:32:06 +02:00