22 Commits (dc643512b7e2b4ffea173da8b87e81e548811ea9)

Author SHA1 Message Date
Drew Short dc643512b7 Commented out a bunch of debug logging statements that aren't needed right now. Updated some hibernate config files. Added some exceptions to the logback config to ignore debug statements from hibernate and EHCache as they aren't important in our debugging right now. Updated todo... sort of... 11 years ago
Drew Short 4503ccac99 Fixed issues with the persistence engine not being able to retrieve already processed images. 11 years ago
Drew Short dfa6de258c Fixed an issue with persisting an Image and ImageHashDTO. Still encountering issues with "Nested Transactions Not Supported" when looking up images. Could be concurrent related, but likely the transactions aren't being closed properly on lookups, or the like. 11 years ago
Drew Short 0d71dbe334 First commit with working H2 database and Hibernate configuration\! Persistance here we come\!\!\! 11 years ago
Drew Short 0fcad44e4e Started work on database integration. Cleaned up caching of thumbnails and improved performance of the thumb path method. 11 years ago
Drew Short d30c5ce24b Removed the old default properties files now that we are using the new ones. (Application.conf) 11 years ago
Drew Short abdb1af77f Moved logging primarily over to the typesafe:config system which uses JSON style nested configs. Also fixed some logging issues. 11 years ago
Drew Short 8500f0559a Changed over to logback from log4j. Added new minimum logging configurations. Remove log4j configurations and references. 11 years ago
Drew Short 912348c2f1 version changes, logging, todo 11 years ago
Drew Short b05634e002 Concurrency added for the get similar images method. Not convinced it is any faster and my be worse than the synchronous version. 11 years ago
Drew Short e7f0239c3f Added some concurency properties to prevent the build failing on a meager build server. 11 years ago
Drew Short 4581de443e Started work on making the processing of images concurrent on a per engine basis 11 years ago
Drew Short f22be07b80 Added the first round of caching, added some compile time settings, modified the start scripts. 11 years ago
Drew Short 8579f4663a Changes to the build scripts, added a script to increase patch version, tag and then build a release. 11 years ago
Drew Short 8c9936a45d Added mathematics library for transformation support. Implemented PHash and added PHash specific tests 11 years ago
Drew Short 67aee43791 Moved samples out so they don't get packaged. Updated test location information. Commented out some debugging as it is a bit overboard now that the original issue is fixed. Modified the gitignore to avoid rolling log files. 11 years ago
Drew Short 4e9c5cf87f Fixed broken unit test. Added some properties and functions. Added a timing trait and benchmarking to DHash tests 11 years ago
Drew Short 24a1b32bad Started work on hashing and added a sample image for testing. First new unit test is broken due to array indexing issues. Configured the pom further for testing configuration. Added a few properties to support different levels or precision depending on the hash. 11 years ago
Drew Short 9d115841a6 Got parsing of property files to work. Fixed some annoyances. Added a version class to handle parsing versions from the properties file 11 years ago
Drew Short 3699870198 Refactored App to use AppConfig for initial configuration. Updated ResourceLoader with logging. Added a default properties file, and a PropertiesService to load that properties file. Updated ImageHashDTO to include some fields. Added a HashService to manage generating hashes. moved the about file to an about.info file so we can automatically process it. 11 years ago
Drew Short 91de82f020 Working basic interface with menubar partially implemented. Next step, include simple cli and cli flags for running without creating gui 11 years ago
Drew Short 4308b163d8 Started work on basic JavaFX implementation, also got some scala included to create the prerequisite folder in src. 11 years ago