Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • * |
  • * |
  • * |
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 5d33951 (HEAD -> main) make some handling via uuid workable.. by John-Mark Gurney 2024-10-09 14:43:38 -0700
  • 3ee4bf8 support ordering for some cases.. by John-Mark Gurney 2024-10-09 14:34:09 -0700
  • c93d24e add --xargs and --help support to search.. by John-Mark Gurney 2024-10-08 21:11:07 -0700
  • 39c16fd add support for parent_refs... updates db.. by John-Mark Gurney 2024-10-08 17:53:56 -0700
  • 7bbb974 better docs on handling migrations.. by John-Mark Gurney 2024-10-08 02:27:44 -0700
  • cf3a1d6 the test for this was broken, and we were missing this... by John-Mark Gurney 2024-10-08 02:07:36 -0700
  • c9e2e0a expand some definitions, and add reference, talk about actor roles.. by John-Mark Gurney 2024-10-07 00:49:38 -0700
  • f8e45c0 if no input, try again instead of adding... support fetching an "empty" md by John-Mark Gurney 2024-10-05 17:44:35 -0700
  • 9ee1e45 add support for outputing json objects from list by John-Mark Gurney 2024-10-03 12:52:26 -0700
  • 50c006a implement searching by metadata modified date... by John-Mark Gurney 2024-09-29 20:16:28 -0700
  • bb2209f optimize searching for files... takes 300s query down to 15s. by John-Mark Gurney 2024-09-29 13:46:14 -0700
  • 250c4a7 add some additional test cases to prevent bad optimizations... by John-Mark Gurney 2024-09-29 12:19:40 -0700
  • 5be7637 support search w/o options and make it faster.. by John-Mark Gurney 2024-09-28 23:28:56 -0700
  • eff8493 add ability to search tags.. giving a tag, return all the tag=value pairs.. by John-Mark Gurney 2024-09-27 15:21:43 -0700
  • 670ffc9 standard macos ignore by John-Mark Gurney 2024-09-27 15:19:04 -0700
  • 84426ff keep track of known issues... by John-Mark Gurney 2024-05-30 18:21:04 -0700
  • 71128c1 fix two bugs, first is deleting tag that didn't exist was an error by John-Mark Gurney 2024-05-30 18:17:44 -0700
  • cf0fddb add enable/disable for debug prints.. by John-Mark Gurney 2024-05-30 18:03:56 -0700
  • 8d15e03 add tests for BitField... by John-Mark Gurney 2023-05-11 16:34:02 -0700
  • de06275 fix up CRW parsing a bit.. add test cases and framework for smaller tests by John-Mark Gurney 2023-05-11 01:03:37 -0700
  • aefc221 add exiftool's list of Canon tags by John-Mark Gurney 2023-05-08 17:59:25 -0700
  • 5346ea0 forgot to include links to TIFF 6 standard... by John-Mark Gurney 2023-05-08 17:46:05 -0700
  • 50c35a8 add ifd builder (for testing), and make sure unknown enums are handled.. by John-Mark Gurney 2023-05-06 11:47:31 -0700
  • 4f60a6c clean up tiff_ifd, use islice instead of complicated math.. by John-Mark Gurney 2023-05-05 14:59:51 -0700
  • 67d44c1 fix string to follow the standard, other minor fixes.. by John-Mark Gurney 2023-05-05 14:39:37 -0700
  • 8e47cf3 add the script to make the exif.jpeg file used for testing.. by John-Mark Gurney 2023-05-04 20:24:48 -0700
  • a02f32f add spec links, drop dead code, add JPEG EXIF parsing... by John-Mark Gurney 2023-05-04 20:21:07 -0700
  • 95fef90 checkpoint this work, confirmed parsing CRW and CR2 files... by John-Mark Gurney 2023-05-04 11:59:51 -0700
  • 5a4fe83 make sure all files are processed.. by John-Mark Gurney 2023-05-03 01:10:47 -0700
  • 573c975 older versions of the library return this instead.. by John-Mark Gurney 2023-05-02 20:45:46 -0700
  • f529d0c add support for zip archives... by John-Mark Gurney 2023-05-02 20:36:31 -0700
  • d50be18 add raw version of this.. will have magic_wrap embedded in next commit by John-Mark Gurney 2023-05-02 19:57:24 -0700
  • 5358023 ignore patch residue by John-Mark Gurney 2023-05-02 19:50:50 -0700
  • 152be62 drop unneeded comment, autosaved w/ sqlite now, add new test to write by John-Mark Gurney 2023-05-02 11:54:34 -0700
  • 9279a55 significantly improve search results, especially in the exclusion case.. by John-Mark Gurney 2023-04-14 13:50:04 -0700
  • d14fb00 on each successfull exit, do a little db maintainance... by John-Mark Gurney 2023-04-13 12:24:47 -0700
  • 6056bbb improve search performance.. minor dump improvements by uuid or hash.. by John-Mark Gurney 2023-04-13 11:55:19 -0700
  • 035d354 add RDF mapping description.. by John-Mark Gurney 2023-04-13 11:42:03 -0700
  • 37bd97e include more detail on how to provide migrations.. by John-Mark Gurney 2023-04-13 11:41:11 -0700
  • 0f633e1 fix pre 2.0 sqlalchemy usage, and import medashare for orm.. by John-Mark Gurney 2023-04-13 00:41:31 -0700
  • 5f5833a added this test earlier today... by John-Mark Gurney 2023-04-11 23:38:05 -0700
  • 4718e11 convert to 2.0, that was easier than I thought.. by John-Mark Gurney 2023-04-11 23:35:52 -0700
  • 0b4c024 handle host id mapping on search results.. by John-Mark Gurney 2023-04-11 17:05:29 -0700
  • 5d82d59 make mapping alone print out existing mappings.. by John-Mark Gurney 2023-04-11 13:57:31 -0700
  • 81a0c7f do this iteratively so the user gets results sooner.. by John-Mark Gurney 2023-04-10 17:59:46 -0700
  • 0af2f89 add support for missing metadata objects, improve queries a bit.. by John-Mark Gurney 2023-04-10 17:33:06 -0700
  • 0802947 add support for valueless searches.. by John-Mark Gurney 2023-04-09 17:20:48 -0700
  • 2bec4e1 add support for searching, not indexed yet... by John-Mark Gurney 2023-04-09 01:17:54 -0700
  • 3579fd5 make sure subcommand help prints more useful help message.. by John-Mark Gurney 2023-04-08 23:55:14 -0700
  • 2042336 better halflife support, fix some minor bugs.. by John-Mark Gurney 2023-02-23 16:01:47 -0800
  • fda8fb6 support the cache having a half life... by John-Mark Gurney 2023-02-20 01:41:37 -0800
  • ef95e9f prep for decay, add support for limit and refactor tests.. by John-Mark Gurney 2023-02-20 01:09:11 -0800
  • 108d1df fix an issue with large work counts... by John-Mark Gurney 2023-02-17 18:27:38 -0800
  • 7212192 use threads to read/hash multiple datablocks at a time.. by John-Mark Gurney 2023-02-17 17:40:15 -0800
  • 5ee7967 add a class for hashing pieces in order... by John-Mark Gurney 2023-02-17 16:56:10 -0800
  • df16a93 don't call a function excessively... by John-Mark Gurney 2023-02-17 16:21:01 -0800
  • f215c73 a few notes, spell not in correctly.. by John-Mark Gurney 2023-02-17 15:49:57 -0800
  • 000bf03 basic docs on how to do development.. by John-Mark Gurney 2022-09-26 15:58:23 -0700
  • 21b3122 add some useful examples for this project to the template.. by John-Mark Gurney 2022-09-23 17:55:11 -0700
  • e51b7a6 cover a couple missed cases for _archive.. by John-Mark Gurney 2022-09-22 10:51:59 -0700
  • b75a4d8 add support for archives, such as tar.gz... by John-Mark Gurney 2022-09-21 15:18:54 -0700
  • 2c9deb7 add some more namespaces, and talk about uri for hashes by John-Mark Gurney 2022-09-21 15:13:52 -0700
  • c2ac101 fix issue w/ calculating size of last piece... by John-Mark Gurney 2022-09-19 13:52:39 -0700
  • 4776395 use file size from torrent instead of file, when file size mismatch by John-Mark Gurney 2022-09-19 13:35:38 -0700
  • a0f3da4 update debugging to add timestamps for making query times easier.. by John-Mark Gurney 2022-09-17 21:38:14 -0700
  • 51c68c2 add useful debug info when a file cannot be found.. by John-Mark Gurney 2022-09-17 21:34:43 -0700
  • b5214e4 support getting file hashes at same time as verification... by John-Mark Gurney 2022-09-17 21:20:07 -0700
  • 33ea645 make sure we iterate through possible returns from rglob by John-Mark Gurney 2022-09-15 15:45:20 -0700
  • 6c3c694 apparently shared cache is discouraged, and doesn't make sense anyways by John-Mark Gurney 2022-09-15 11:58:54 -0700
  • f4fd04e if container is already present and complete, skip it.. by John-Mark Gurney 2022-09-14 11:32:57 -0700
  • aeec981 bump cache to 15 entries.. by John-Mark Gurney 2022-09-14 10:48:20 -0700
  • f7548e6 add comments to tests, make sure modifying count counts as modifying.. by John-Mark Gurney 2022-09-14 10:26:50 -0700
  • 4761f7f allow the tag cache count to be modified... by John-Mark Gurney 2022-09-14 10:20:35 -0700
  • 17453c9 w/ sqlite3 objects aren't exactly the same, use == instead by John-Mark Gurney 2022-09-13 23:11:15 -0700
  • 725f321 add code to properly dump os.stat_result's.. by John-Mark Gurney 2022-09-13 22:55:08 -0700
  • 1267f53 Merge branch 'main' of ssh://gold.funkthat.com/home/jmg/git.repos/medashare by John-Mark Gurney 2022-09-13 22:52:48 -0700
  • 92bfafa make tests pass on FreeBSD.. implement hostuuid for it... by John-Mark Gurney 2022-09-13 22:49:59 -0700
  • 712ceec add script to autogen, it's a hack by creating/upgading a db, but works by John-Mark Gurney 2022-09-12 15:08:21 -0700
  • 4ddccd6 no cover the test code and a few other places... by John-Mark Gurney 2022-09-12 11:47:49 -0700
  • e1499cc covering this doesn't make sense, will never "downgrade" to empty db by John-Mark Gurney 2022-09-12 11:36:15 -0700
  • c0b475e move tag cache to it's own file.. by John-Mark Gurney 2022-09-12 11:27:52 -0700
  • e7f9cdc add tests for the TagCache, fix a bug, docs, drop unneeded sorted.. by John-Mark Gurney 2022-09-12 11:22:45 -0700
  • ab7d88f allow browsing dirs as well, make the displayed list work better by John-Mark Gurney 2022-09-11 17:47:52 -0700
  • 5006cb6 drop unneed arg to ObjectStore, add type column via migration by John-Mark Gurney 2022-09-11 16:57:09 -0700
  • 633a957 change the ignore to match the correct extension. by John-Mark Gurney 2022-09-11 16:50:32 -0700
  • 0a036e0 switch to edgold from cryptography. by John-Mark Gurney 2022-09-11 13:17:35 -0700
  • 39a0ef6 add database migration so that the db can be more easily updated now.. by John-Mark Gurney 2022-09-09 18:10:45 -0700
  • 233b9fe needed to make setup.py work.. by John-Mark Gurney 2022-09-09 13:12:31 -0700
  • 8dbbdd2 fix interactive mode, use environment var to change location by John-Mark Gurney 2022-09-09 13:06:14 -0700
  • f8f8463 standardize path name fetching... by John-Mark Gurney 2022-09-09 12:55:12 -0700
  • dd434d4 use a decorator to standardize getting the needed structures by John-Mark Gurney 2022-09-09 12:46:36 -0700
  • 46e88fd now that updates are immediately written, name it just quit by John-Mark Gurney 2022-09-09 09:15:01 -0700
  • 003612d convert the main data store to SQLite3... by John-Mark Gurney 2022-09-08 17:05:00 -0700
  • 5c3ec4f big update, fix a couple bugs, and add an interactive mode by John-Mark Gurney 2022-09-06 13:55:11 -0700
  • dcc46bc add comment by John-Mark Gurney 2022-09-03 18:33:19 -0700
  • 356be83 support mappings, that is one host has the same files as another... by John-Mark Gurney 2022-09-03 11:37:22 -0700
  • 56503fd add host object, to be used for mappings... by John-Mark Gurney 2022-09-01 23:15:22 -0700
  • 0d0ae8e make ms:tag unique, drop dups.. by John-Mark Gurney 2022-09-01 17:29:33 -0700
  • c004e8f add support for torrents with a single file in them.. by John-Mark Gurney 2022-09-01 13:35:02 -0700
  • f2db911 print out which container didn't have all it's files added by John-Mark Gurney 2022-08-31 18:00:38 -0700