Evgenii Burmakin
Evgenii Burmakin
@Coysh in your docker compose change volumes: ```yml ... dawarich_app: image: freikin/dawarich:latest container_name: dawarich_app volumes: - dawarich_gem_cache_app:/usr/local/bundle/gems_app ... dawarich_sidekiq: image: freikin/dawarich:latest container_name: dawarich_sidekiq volumes: - dawarich_gem_cache_sidekiq:/usr/local/bundle/gems_sidekiq ... volumes: db_data: dawarich_gem_cache_app:...
@odoncm so you added your domain and the issue was resolved?
@saschazepter would you mind adding tests as well?
Just in case, here is the file you can add tests to :) https://github.com/Freika/dawarich/blob/master/spec/services/google_maps/records_parser_spec.rb
Great job, thank you! I'd suggest you opening a PR into website docs though: https://github.com/dawarich-app/site, and then I'll add a link to the doc in the readme of this repo
This PR will fix https://github.com/Freika/dawarich/issues/123
@saschazepter is it ready for review?
0.21.0 introduces buttons to update year and month stats individually, you may want to try that and see if it helps
This should be resolved in 0.32.0
@MeijiRestored @ramess18 what do you use to track your data? Is it Owntracks or other software?