Paul Bienkowski
69d7f64ead
Add import_group columns for OSM data tables
2023-03-30 14:18:44 +02:00
Paul Bienkowski
276a2ddc69
Remove HSTORE tags column from region table
2023-03-30 14:18:44 +02:00
Paul Bienkowski
de8d371b65
Include device count in stats
2023-03-30 14:18:26 +02:00
gluap
cf8358d14b
fix the road_usage issue dennis found.
2023-03-26 22:34:20 +02:00
gluap
9882b2041f
update what can be updated without breaking stuff.
2023-03-26 14:15:57 +02:00
gluap
b6cf59a09d
fix requirements.txt
...
remove reduntdant version that breaks pip
```
=> ERROR [stage-2 5/18] RUN pip install -r requirements.txt 2.2s
------
> [stage-2 5/18] RUN pip install -r requirements.txt:
#0 1.825 ERROR: Invalid requirement: 'sqlalchemy[asyncio]~=1.4.39 <2.0' (from line 10 of requirements.txt)
#0 2.055 WARNING: You are using pip version 21.2.4; however, version 23.0.1 is available.
```
2023-03-21 20:10:06 +01:00
Paul Bienkowski
61b74e90fd
wip:Build devices page
2023-03-12 13:37:51 +01:00
Paul Bienkowski
4fe7d45dec
Bulk update operations on tracks
2023-03-12 13:13:46 +01:00
Paul Bienkowski
cbab83e6e3
Build awesome "My Tracks" table with filters and sorting
2023-03-12 13:13:46 +01:00
Paul Bienkowski
5a78d7eb38
Parse device identifiers and create UserDevice entries in database
2023-03-12 13:13:46 +01:00
Paul Bienkowski
56905fdf75
Install stream-zip
2023-03-12 13:13:46 +01:00
Paul Bienkowski
2c27a2c549
Pin sqlalchemy better
2023-03-12 13:13:46 +01:00
Paul Bienkowski
6c458a43f6
Raise maximum on track page limit
2023-03-12 13:09:36 +01:00
Paul Bienkowski
84ab957aa0
fix cors by implementing it ourselves
2023-03-12 13:09:36 +01:00
Paul Bienkowski
b9aaf23e0a
Clean up sanic logging
2023-03-12 13:09:36 +01:00
Paul Bienkowski
78dca1477c
Fix naming of AUTO_RELOAD/AUTO_RESTART
2023-03-12 13:09:36 +01:00
Paul Bienkowski
215801f2b0
Regions: Fix migration order
2023-03-12 13:09:36 +01:00
Paul Bienkowski
382db5a11e
Expose OBS map source for all zoom levels
2023-03-12 12:41:41 +01:00
Paul Bienkowski
78561d5929
Add route to expose region stats
2023-03-12 12:40:06 +01:00
Paul Bienkowski
ec53591ce0
Create Region table
2023-03-12 12:39:23 +01:00
gluap
9e80113089
Add an optionally-displayable "Terms and Conditions" link.
2023-03-11 16:49:42 +01:00
Paul Bienkowski
c1ccec9664
Add display_name field to users to specify a new name within the application, without changing the login name
2022-09-26 11:53:54 +02:00
Paul Bienkowski
dec165341b
Clean usernames of invalid characters when the users receive their name from the login server
2022-09-26 11:53:54 +02:00
Paul Bienkowski
426e6c8593
Rename users when they log in with a new preferred_username
2022-09-26 11:53:54 +02:00
Paul Bienkowski
5cfc8aae39
Release: 0.7.0
2022-08-26 10:23:36 +02:00
Paul Bienkowski
1a3b971a71
Refactor filter arguments outside tile handler
2022-07-28 22:05:31 +02:00
Paul Bienkowski
201db32050
Remove logs
2022-07-28 22:05:31 +02:00
Paul Bienkowski
8878a71c14
Limit map date filter to weeks (mondays)
2022-07-28 22:05:31 +02:00
Paul Bienkowski
c02b40b0d3
Remove log
2022-07-28 22:05:31 +02:00
Paul Bienkowski
e0cb36565a
Add date-range filters to map
2022-07-28 22:05:31 +02:00
Paul Bienkowski
5beb5ac0d3
fix dynamic tile arguments and implement in both layers
2022-07-28 22:05:31 +02:00
Paul Bienkowski
598ba8d187
add dynamic tile arguments
2022-07-28 22:05:31 +02:00
Paul Bienkowski
373fab6e90
fix for sanic 22.6
2022-07-28 19:03:24 +02:00
dependabot[bot]
00f018c61c
Update python-slugify requirement from ~=5.0.2 to ~=6.1.2 in /api
...
Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify ) to permit the latest version.
- [Release notes](https://github.com/un33k/python-slugify/releases )
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/un33k/python-slugify/compare/5.0.2...v6.1.2 )
---
updated-dependencies:
- dependency-name: python-slugify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 19:03:24 +02:00
dependabot[bot]
4a3681ec16
Update sanic requirement from ~=21.9.3 to ~=22.6.0 in /api
...
Updates the requirements on [sanic](https://github.com/sanic-org/sanic ) to permit the latest version.
- [Release notes](https://github.com/sanic-org/sanic/releases )
- [Changelog](https://github.com/sanic-org/sanic/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/sanic-org/sanic/compare/v21.9.3...v22.6.0 )
---
updated-dependencies:
- dependency-name: sanic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 19:03:24 +02:00
dependabot[bot]
854332a188
Update motor requirement from ~=2.5.1 to ~=3.0.0 in /api
...
Updates the requirements on [motor](https://github.com/mongodb/motor ) to permit the latest version.
- [Release notes](https://github.com/mongodb/motor/releases )
- [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst )
- [Commits](https://github.com/mongodb/motor/compare/2.5.1...3.0.0 )
---
updated-dependencies:
- dependency-name: motor
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 19:03:24 +02:00
dependabot[bot]
7ed2e8532e
Update sqlalchemy[asyncio] requirement from ~=1.4.32 to ~=1.4.39 in /api
...
Updates the requirements on [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy ) to permit the latest version.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
---
updated-dependencies:
- dependency-name: sqlalchemy[asyncio]
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 19:03:24 +02:00
dependabot[bot]
3b21459805
Update sanic requirement from ~=21.9.3 to ~=22.3.0 in /api
...
Updates the requirements on [sanic](https://github.com/sanic-org/sanic ) to permit the latest version.
- [Release notes](https://github.com/sanic-org/sanic/releases )
- [Changelog](https://github.com/sanic-org/sanic/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/sanic-org/sanic/compare/v21.9.3...v22.3.0 )
---
updated-dependencies:
- dependency-name: sanic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 19:03:24 +02:00
dependabot[bot]
10ced9d65e
Update pyshp requirement from ~=2.2.0 to ~=2.3.1 in /api
...
Updates the requirements on [pyshp](https://github.com/GeospatialPython/pyshp ) to permit the latest version.
- [Release notes](https://github.com/GeospatialPython/pyshp/releases )
- [Changelog](https://github.com/GeospatialPython/pyshp/blob/master/changelog.txt )
- [Commits](https://github.com/GeospatialPython/pyshp/compare/2.2.0...2.3.1 )
---
updated-dependencies:
- dependency-name: pyshp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 19:03:24 +02:00
gluap
2755d6b2b5
Merge pull request #242 from openbikesensor/rural_urban
...
Implement difference between urban and rural for events and roads
2022-07-26 07:58:50 +02:00
Paul Bienkowski
a3d548cd4b
fixup for e266a4f40a
, print exceptions again
2022-07-22 13:04:51 +02:00
Paul Bienkowski
e266a4f40a
Remove some error logs for canceled requests (as the map page tends to do that quite a lot)
2022-06-26 13:38:54 +02:00
Paul Bienkowski
0cbf03cd56
Remove useless session creation (possibly #192 )
2022-06-26 13:38:26 +02:00
Dennis Boldt
ad5a0bfbf6
Fix #206 - Overtaking events are deleted now, when the parent track is deleted
2022-05-21 14:21:58 +02:00
gluap
8ba5d8e3ad
Take the zone from road, not event as suggested by opatut.
2022-05-05 23:16:38 +02:00
gluap
66dd84982c
Implement difference between urban and rural for events and road segments.
2022-05-02 22:00:17 +02:00
Paul Bienkowski
04bf99b7cb
api: Add histogram details to /mapdetails/road endpoint
2022-04-24 11:30:27 +02:00
gluap
2e50e0c59c
Release: 0.6.2
2022-04-12 23:27:49 +02:00
gluap
c61157aca3
do not serve files from outside the frontend dir.
2022-04-12 20:11:34 +02:00
Paul Bienkowski
f229ab4112
Release: 0.6.1
2022-04-03 16:14:05 +02:00
Julian Golderer
4417263019
Remove transformation in mapdetails_road of Road.geometry
2022-04-03 16:11:28 +02:00
Paul Bienkowski
e5b48f8ffd
Release: 0.6.0
2022-04-03 16:08:54 +02:00
Paul Bienkowski
4d0002e6d8
Create one-in-all upgrade script ( fixes #220 )
2022-04-03 16:06:12 +02:00
Paul Bienkowski
959cb7d2b7
Add migrations for the whole schema
2022-04-03 16:06:12 +02:00
Paul Bienkowski
f0f804ae76
Release: 0.5.1
2022-03-21 23:27:59 +01:00
Paul Bienkowski
36d6bb026c
Release: 0.5.0
2022-03-21 22:28:12 +01:00
Paul Bienkowski
76270d199e
Fix initial database creation schema
2022-03-21 22:21:45 +01:00
Paul Bienkowski
9a1c412597
Import used roads into database when processing track
2022-03-16 22:05:39 +01:00
Paul Bienkowski
5a5948b653
Add road_usage table
2022-03-16 21:01:36 +01:00
Paul Bienkowski
f3a1ca4165
Add alembic setup for migrating
2022-03-16 21:01:20 +01:00
Paul Bienkowski
34660b266c
Project the whole track to the map, and show both versions
2022-03-16 20:16:06 +01:00
gluap
e09c257995
first shot at proper login.
2022-03-10 20:59:16 +01:00
dependabot[bot]
49f7827b51
Update sqlalchemy[asyncio] requirement from ~=1.4.31 to ~=1.4.32 in /api
...
Updates the requirements on [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy ) to permit the latest version.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
---
updated-dependencies:
- dependency-name: sqlalchemy[asyncio]
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 19:10:08 +01:00
Paul Bienkowski
bc17c72fdb
Fix logout ( fixes #146 )
2022-03-04 12:39:29 +01:00
Paul Bienkowski
509e784521
Release: 0.4.2
2022-03-03 08:17:43 +01:00
Paul Bienkowski
abb935694e
Fix export route, it should be a child of /api/
2022-03-03 08:16:59 +01:00
Paul Bienkowski
38e14c0084
Release: 0.4.1
2022-03-02 19:48:22 +01:00
Paul Bienkowski
70fa1a41c4
Provide GPX download from track page
2022-02-25 11:53:28 +01:00
Paul Bienkowski
a71dadfc7f
Export GPX track while processing
2022-02-25 11:53:13 +01:00
Paul Bienkowski
600457fe19
Fix downloaded filename
2022-02-25 11:52:56 +01:00
Paul Bienkowski
8135d4ed51
Release: 0.4.0
2022-02-22 15:56:27 +01:00
Paul Bienkowski
5a7900d269
Lean mode default should be off
2022-02-19 09:27:08 +01:00
Paul Bienkowski
bdc68e950e
Do not mount /tiles and /mapdetails routes in lean mode
2022-02-19 09:27:08 +01:00
Paul Bienkowski
3ef6dcf5d9
Add lean mode (overpass source and no map view in frontend)
2022-02-19 09:27:08 +01:00
Paul Bienkowski
01bde30d0c
Add config.overrides.py for development config
2022-02-18 18:34:02 +01:00
Paul Bienkowski
71a04b1611
Fix track comment route
2022-02-18 18:24:28 +01:00
Paul Bienkowski
7fc9558e42
Use custom get_single arg everywhere, remove sanicargs ( fixes #193 )
2022-02-18 12:15:08 +01:00
Paul Bienkowski
8bb5d71186
Extract utility functions
2022-02-18 12:05:04 +01:00
Dennis Boldt
e4e9f921b6
Fix isPath
2022-02-18 11:46:00 +01:00
Dennis Boldt
9df2914b86
Allow env-vars starting with OBS_ to configure the portal
2022-02-18 11:46:00 +01:00
gluap
b43f7a2ebb
retry: should only modify client on success.
2022-02-18 11:21:04 +01:00
gluap
4505ddd0ee
add retry to keycloak connection
2022-02-18 11:21:04 +01:00
gluap
b8ab7da1a9
This allows us to recover from the condition with the broken connections.
2022-02-18 11:19:43 +01:00
gluap
5ac2900e63
make pool_size and overflow configurable for worker and portal
2022-02-18 11:19:43 +01:00
gluap
6a34eaf819
Make setup.py consistent with requirements.txt
...
pyyaml, sqlalchemy asyncpg were missing. I wasn't able to identify where we use pyyaml but left it in to not accidentally break things.
2022-02-18 11:15:00 +01:00
Paul Bienkowski
0d49945018
Fix logging and use coloredlogs for nicer output
2022-02-18 11:15:00 +01:00
Paul Bienkowski
96642d2255
Fix format strings
2022-02-18 11:15:00 +01:00
gluap
530c604623
bump those versions that we can bump
2022-02-08 22:51:15 +01:00
Paul Bienkowski
2ce0338f38
Refactor routes/exports.py
2022-01-19 20:39:05 +01:00
Paul Bienkowski
3da467800d
Remove broken duplicate route
2022-01-19 20:36:03 +01:00
Paul Bienkowski
0c256d8923
Add export routes
2022-01-19 09:11:54 +01:00
Paul Bienkowski
057e2bcc6c
Remove duplicate events from the same track
2021-12-25 21:22:59 +01:00
Paul Bienkowski
810bd39152
Fix direction of road segments ( fixes #142 )
...
BREAKING CHANGE: This changes the tile generation function, please
update your database with `prepare_sql_tiles.py`.
2021-12-19 21:23:01 +01:00
Paul Bienkowski
4e45ec6744
Fix error handling, especially for file uploads
2021-12-06 10:09:37 +01:00
Paul Bienkowski
5395712c3a
Release: 0.3.4
2021-12-06 08:53:04 +01:00
Paul Bienkowski
4bf23143e0
feat: Split road statistics by direction ( fixes #117 )
2021-12-03 19:28:07 +01:00
Paul Bienkowski
776275c52b
fix: clicking on road without events should not cause 500 error
2021-12-03 18:12:00 +01:00
Paul Bienkowski
69e8591fae
chore: allow explicit configuration of api base url
2021-12-03 17:54:26 +01:00
Paul Bienkowski
09fe1a7ac0
feat: Add optional banner to frontend via config entry (solves #128 )
2021-12-03 17:31:43 +01:00
Paul Bienkowski
99f33aa988
chore: Use config.json from API route in development mode
2021-12-03 17:31:03 +01:00