Commit graph

472 commits

Author SHA1 Message Date
Evgenii Burmakin
0cc5ac0860
Merge pull request #199 from Freika/feature/map-settings
Map settings
2024-08-28 22:39:11 +03:00
Eugene Burmakin
fbc5eba90a Move map settings to topleft 2024-08-28 21:34:26 +02:00
Eugene Burmakin
bd9fc7d30e Mark optional parameters in the Swagger API 2024-08-28 20:36:56 +02:00
Eugene Burmakin
932c9016d7 Update swagger docs with missing page and per_page query parameters 2024-08-28 20:34:08 +02:00
Eugene Burmakin
914ecd2f2d Remove console.log statements from maps_controller.js 2024-08-28 20:30:47 +02:00
Eugene Burmakin
567b77ba2f Update changelog 2024-08-28 20:25:19 +02:00
Eugene Burmakin
df588d1e07 Move map settings to the map itself 2024-08-28 20:24:35 +02:00
Eugene Burmakin
d11cfd864f Fix a bug that prevented data migration from working correctly 2024-08-25 21:59:07 +02:00
Evgenii Burmakin
b063d80bdf
Merge pull request #160 from Freika/visit_detection
Visit detection
2024-08-25 21:54:31 +03:00
Eugene Burmakin
656dc97490 Return previos radius calculatuion logic 2024-08-25 20:51:58 +02:00
Eugene Burmakin
ace93f7534 Updates here and there 2024-08-25 20:48:00 +02:00
Eugene Burmakin
7d7005063b Add places page 2024-08-25 20:19:02 +02:00
Eugene Burmakin
0e90bdf15d Update changelog 2024-08-25 19:46:50 +02:00
Eugene Burmakin
f13800a728 Remove google_places gem 2024-08-25 19:31:40 +02:00
Eugene Burmakin
f9750133df Merge remote-tracking branch 'origin/master' into visit_detection 2024-08-25 19:31:19 +02:00
Evgenii Burmakin
a6b2cd2c3b
Merge pull request #183 from Freika/dependabot/bundler/sidekiq-7.3.1
Bump sidekiq from 7.2.4 to 7.3.1
2024-08-24 17:54:52 +03:00
Evgenii Burmakin
0ac368ed6c
Merge pull request #193 from Freika/feature/counter-cache
Add counter cache for imports
2024-08-24 17:53:34 +03:00
Eugene Burmakin
8701668c3c Update db/schema.rb 2024-08-24 13:05:50 +02:00
Eugene Burmakin
ccfae337b1 Add Ethereum address to README.md 2024-08-22 22:41:54 +02:00
Eugene Burmakin
3336ac9864 Add counter cache for imports 2024-08-22 22:40:27 +02:00
Eugene Burmakin
ca222b78ec Add pagination to the /api/v1/points endpoint 2024-08-21 19:20:04 +02:00
Evgenii Burmakin
39d6584249
Merge pull request #189 from Freika/feature/import-immich-points
Implement the import of geodata from Immich to Dawarich
2024-08-21 19:45:29 +03:00
Eugene Burmakin
7652dcce76 Implement the import of geodata from Immich to Dawarich 2024-08-21 18:40:54 +02:00
Evgenii Burmakin
e0438e01d1
Merge pull request #186 from Freika/circleci-project-setup
Circleci project setup
2024-08-20 23:02:08 +02:00
Eugene Burmakin
c808641d20 Update readme 2024-08-20 22:56:42 +02:00
Eugene Burmakin
61be961a16 Add CircleCI badge to README.md 2024-08-20 22:44:09 +02:00
Eugene Burmakin
bfd2ba53c3 Update readme 2024-08-20 22:39:00 +02:00
Eugene Burmakin
2cc6f5f65f Rename the job name from build to test and the workflow name from sample to rspec 2024-08-20 22:31:20 +02:00
Eugene Burmakin
22dc3afaa6 Add redis to circleci config 2024-08-20 22:28:29 +02:00
Eugene Burmakin
5c8b91000e Add POSTGRES_PASSWORD to circleci config 2024-08-20 22:25:34 +02:00
Eugene Burmakin
17d3cd3eab Change the Postgres version to 13.3 2024-08-20 22:24:17 +02:00
Eugene Burmakin
3b89a9462b Specify circleci postgres version 2024-08-20 22:22:47 +02:00
Eugene Burmakin
7fa6a3035d Add postgres service and setup database in CircleCI config 2024-08-20 22:21:46 +02:00
Eugene Burmakin
bf0315063c Add running rspec tests to the build job 2024-08-20 22:20:01 +02:00
Eugene Burmakin
8c4b387b23 Change ruby version 2024-08-20 22:17:19 +02:00
Evgenii Burmakin
69972406e0 Add .circleci/config.yml 2024-08-20 22:14:29 +02:00
Eugene Burmakin
ac434ba906 Update CHANGELOG.md 2024-08-20 20:57:03 +02:00
Evgenii Burmakin
79125fbc1b
Merge pull request #185 from Freika/feature/stats-api
Stats API
2024-08-20 20:22:16 +02:00
Eugene Burmakin
4e861fa22e Add a test for when the user has no stats 2024-08-20 20:21:54 +02:00
Eugene Burmakin
ef96a0475b Update app version and changelog 2024-08-20 20:19:41 +02:00
Eugene Burmakin
d5ba51f113 Add stats API endpoint spec 2024-08-20 20:16:38 +02:00
Eugene Burmakin
7ed7f9795b Add stats API endpoint and serializer 2024-08-20 20:14:17 +02:00
Evgenii Burmakin
587594521d
Merge pull request #182 from Freika/dependabot/bundler/rspec-rails-6.1.4
Bump rspec-rails from 6.1.3 to 6.1.4
2024-08-19 22:05:06 +02:00
Evgenii Burmakin
6958e49e12
Merge pull request #181 from Freika/dependabot/bundler/rswag-api-2.14.0
Bump rswag-api from 2.13.0 to 2.14.0
2024-08-19 22:04:16 +02:00
Evgenii Burmakin
67d8e0596f
Merge pull request #180 from Freika/dependabot/bundler/tailwindcss-rails-2.7.3
Bump tailwindcss-rails from 2.7.2 to 2.7.3
2024-08-19 22:03:45 +02:00
Evgenii Burmakin
eaf906150d
Merge pull request #179 from Freika/dependabot/bundler/stimulus-rails-1.3.4
Bump stimulus-rails from 1.3.3 to 1.3.4
2024-08-19 22:03:34 +02:00
dependabot[bot]
e2dff73c99
Bump sidekiq from 7.2.4 to 7.3.1
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.2.4 to 7.3.1.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](https://github.com/sidekiq/sidekiq/compare/v7.2.4...v7.3.1)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 15:03:39 +00:00
dependabot[bot]
f78b21837f
Bump rspec-rails from 6.1.3 to 6.1.4
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.3 to 6.1.4.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 15:02:52 +00:00
dependabot[bot]
0e05c5c65a
Bump rswag-api from 2.13.0 to 2.14.0
Bumps [rswag-api](https://github.com/rswag/rswag) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/rswag/rswag/releases)
- [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rswag/rswag/compare/2.13.0...2.14.0)

---
updated-dependencies:
- dependency-name: rswag-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 15:02:41 +00:00
dependabot[bot]
f932d457cb
Bump tailwindcss-rails from 2.7.2 to 2.7.3
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rails/tailwindcss-rails/compare/v2.7.2...v2.7.3)

---
updated-dependencies:
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 15:02:30 +00:00