-
Registered Google Maps API key in order to view the map Fix find or create tag to search by name instead of id since non-existing tags wont have id Fix recursion in Image, Album and Tag toString Auto stash before checking out "HEAD" Fix checkout commit issues Improve debug logging in Map controller and add GoogleMapView to map view Fix duplicate issues due to rebase Log hibernate to logfile exclusively Create ImageMapFactory to encourage reusability Finished ImageMapFactory - static factory method Add javadoc to ImageMapFactory Made image fetching a background task in Map controller Update javadoc in Map controller Fix nullpointer exception when getting geolocation from image Remove duplicate logging of exceptions in ExploreAlbums Minor refactors, return new GeoLocation instead of null if image does not have metadata Improve logging in ImageMapFactory and use longitude instead of latitude twice Implement search on location/address with autocomplete Add Google Places API for autocompletions Add Google Maps Services instead of outdated Google Places API Add Geocoding API search for adresses Add VM options to export javafx.base/com.sun.javafx.event to org.controlsfx.controls Finished location autocompletions related to the map Add javadoc to Map controller
Registered Google Maps API key in order to view the map Fix find or create tag to search by name instead of id since non-existing tags wont have id Fix recursion in Image, Album and Tag toString Auto stash before checking out "HEAD" Fix checkout commit issues Improve debug logging in Map controller and add GoogleMapView to map view Fix duplicate issues due to rebase Log hibernate to logfile exclusively Create ImageMapFactory to encourage reusability Finished ImageMapFactory - static factory method Add javadoc to ImageMapFactory Made image fetching a background task in Map controller Update javadoc in Map controller Fix nullpointer exception when getting geolocation from image Remove duplicate logging of exceptions in ExploreAlbums Minor refactors, return new GeoLocation instead of null if image does not have metadata Improve logging in ImageMapFactory and use longitude instead of latitude twice Implement search on location/address with autocomplete Add Google Places API for autocompletions Add Google Maps Services instead of outdated Google Places API Add Geocoding API search for adresses Add VM options to export javafx.base/com.sun.javafx.event to org.controlsfx.controls Finished location autocompletions related to the map Add javadoc to Map controller
config.test.properties 150 B
# Test Database Connection Properties
DB_DRIVER=org.h2.Driver
DB_URL=jdbc:h2:mem:test_db;DB_CLOSE_DELAY=-1
DB_DIALECT=org.hibernate.dialect.H2Dialect