Commit graph

2246 commits

Author SHA1 Message Date
Eugene Burmakin
ad78af59ac Rework calculation of cities visited 2024-04-26 18:59:58 +02:00
Eugene Burmakin
b447c67916
Merge pull request #21 from Freika/fix/import-files-rework
Fix imports uploading
2024-04-25 22:57:52 +02:00
Eugene Burmakin
0ba6205d33 Update the CHANGELOG.md and .app_version files 2024-04-25 22:57:37 +02:00
Eugene Burmakin
23a691b014 Don't postpone the import job for 5 seconds, just run it immediately 2024-04-25 22:53:55 +02:00
Eugene Burmakin
1ef2c67133 Add some stubs to fix request specs 2024-04-25 22:46:20 +02:00
Eugene Burmakin
98d33da3d1 Add spec for CheckAppVersion service 2024-04-25 22:40:51 +02:00
Eugene Burmakin
e00f614b9a Use shrine to upload files instead of ActiveStorage 2024-04-25 22:28:34 +02:00
Eugene Burmakin
06c2cc7d59
Merge pull request #20 from Freika/dependabot/bundler/redis-5.2.0
Bump redis from 5.1.0 to 5.2.0
2024-04-22 21:24:16 +02:00
dependabot[bot]
2dd9d0ba7c
Bump redis from 5.1.0 to 5.2.0
Bumps [redis](https://github.com/redis/redis-rb) from 5.1.0 to 5.2.0.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/redis-rb/compare/v5.1.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 14:46:51 +00:00
Eugene Burmakin
d99e6d6f50 Set redis as default cache store 2024-04-21 18:12:07 +02:00
Eugene Burmakin
5315836c6a Update changelog 2024-04-21 17:58:13 +02:00
Eugene Burmakin
b64301696e Fix app_version check 2024-04-21 17:52:09 +02:00
Eugene Burmakin
efb4ecf19b Implement version check from github with 24 cache 2024-04-21 17:39:10 +02:00
Eugene Burmakin
bdfa75cf70 Disable markersLayer in maps_controller.js by default to improve performance 2024-04-21 17:15:52 +02:00
Eugene Burmakin
54ba5566f1 Add a step to install dependencies before building the image 2024-04-21 15:28:48 +02:00
Eugene Burmakin
0fbf430106 Add workflow_dispatch trigger to build_and_push.yml 2024-04-21 15:09:55 +02:00
Eugene Burmakin
581aac8352 Add precompiled tailwind.css 2024-04-18 09:40:17 +02:00
Eugene Burmakin
4ff27edaaa Update version number to 0.1.7.3 2024-04-17 22:52:00 +02:00
Eugene Burmakin
051477b6a5 Update to Bundler 2.5.9 2024-04-17 22:34:10 +02:00
Eugene Burmakin
9a6cc190a5 Update version number to 0.1.7.1 2024-04-17 22:13:08 +02:00
Eugene Burmakin
82fd9e2be6 Update version number to 0.1.7 2024-04-17 22:12:14 +02:00
Eugene Burmakin
eb85a1b24f
Merge pull request #16 from Freika/dependabot/bundler/foreman-0.88.1
Bump foreman from 0.87.2 to 0.88.1
2024-04-17 22:11:34 +02:00
Eugene Burmakin
009b9e602d
Merge pull request #15 from Freika/dependabot/bundler/tailwindcss-rails-2.4.0
Bump tailwindcss-rails from 2.3.0 to 2.4.0
2024-04-17 22:11:11 +02:00
Eugene Burmakin
e2dd6940de
Merge pull request #14 from Freika/dependabot/bundler/devise-4.9.4
Bump devise from 4.9.3 to 4.9.4
2024-04-17 22:10:46 +02:00
Eugene Burmakin
3449ce5d0f
Merge pull request #17 from Freika/releases/0-1-7
0.1.7
2024-04-17 22:05:30 +02:00
Eugene Burmakin
9a29f23e22 Update changelog 2024-04-17 22:04:42 +02:00
Eugene Burmakin
e0244335b7 Move js spaghetti to a tiny bit more structured codebase 2024-04-17 22:00:23 +02:00
Eugene Burmakin
44c2d7eaf2 Implement toggling visibility of polylines and points on the map 2024-04-17 21:54:04 +02:00
Eugene Burmakin
aea8ec8c20 Add padding to the main content area and adjust the stats layout for mobile 2024-04-17 21:05:31 +02:00
dependabot[bot]
b7cc489332
Bump foreman from 0.87.2 to 0.88.1
Bumps [foreman](https://github.com/ddollar/foreman) from 0.87.2 to 0.88.1.
- [Changelog](https://github.com/ddollar/foreman/blob/main/Changelog.md)
- [Commits](https://github.com/ddollar/foreman/compare/v0.87.2...v0.88.1)

---
updated-dependencies:
- dependency-name: foreman
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 14:15:12 +00:00
dependabot[bot]
4e1b03e79e
Bump tailwindcss-rails from 2.3.0 to 2.4.0
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.3.0 to 2.4.0.
- [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.3.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 14:14:57 +00:00
dependabot[bot]
d07018302d
Bump devise from 4.9.3 to 4.9.4
Bumps [devise](https://github.com/heartcombo/devise) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/heartcombo/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/heartcombo/devise/compare/v4.9.3...v4.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 14:14:42 +00:00
Eugene Burmakin
b4308108eb Add github stars history chart to README.md 2024-04-08 01:14:18 +02:00
Eugene Burmakin
0e61d597a9
Create LICENSE 2024-04-08 03:11:23 +04:00
Eugene Burmakin
b6d571ac19 Add a new version to the CHANGELOG.md file 2024-04-07 22:37:31 +02:00
Eugene Burmakin
3ff35b3f8f Remove the permit list from the controller 2024-04-07 22:36:39 +02:00
Eugene Burmakin
8d7cbda26a Hide the API key instructions for now 2024-04-07 18:02:47 +02:00
Eugene Burmakin
6139862a30 Fix the image name in the build_and_push.yml file 2024-04-07 17:56:42 +02:00
Eugene Burmakin
6dc45b65cc Update tag names and echo git tag 2024-04-07 17:44:19 +02:00
Eugene Burmakin
937d1986d0 Update makefile 2024-04-07 17:40:20 +02:00
Eugene Burmakin
3994c92c3a Update docker/login-action to v3.1.0 2024-04-07 17:32:22 +02:00
Eugene Burmakin
214e0f0104 Update the workflow file to reflect the new name and the new secrets 2024-04-07 17:24:52 +02:00
Eugene Burmakin
cfab6646c9 Update the Docker login action to v3 2024-04-07 17:20:29 +02:00
Eugene Burmakin
dd77983ec2
Merge pull request #9 from Aikufurr/master
Docker ARM64/AMD64 image workflow
2024-04-07 17:10:06 +02:00
Aikufurr
2e60160164
Docker ARM64/AMD64 image workflow 2024-04-06 21:43:21 +01:00
Eugene Burmakin
d4329c8dbb Remove the test-docker-entrypoint.sh script and references to it in the Dockerfile 2024-04-06 22:36:08 +02:00
Eugene Burmakin
ce93aa159e Move import job scheduling to controller from model callback 2024-04-06 22:31:33 +02:00
Eugene Burmakin
bd5259ddb1 Update changelog and version to 0.1.6 2024-04-06 19:21:23 +02:00
Eugene Burmakin
fe4110b0fd Add support for Overland 2024-04-06 19:09:38 +02:00
Eugene Burmakin
f6ae4aef8c Add changelog, version badge, and APPLICATION_HOST environment variable 2024-04-05 22:20:12 +02:00