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 |
|
Paul Bienkowski
|
84683c7789
|
Set example files map home to cover most of Germany
|
2021-12-03 17:06:29 +01:00 |
|
Paul Bienkowski
|
be4e0055cf
|
chore: Remove auto-generated obsMapSource from example API config
|
2021-12-03 17:02:08 +01:00 |
|
Paul Bienkowski
|
3aee226630
|
chore: remove outdated "mapTileset" frontend config section
|
2021-12-03 17:01:10 +01:00 |
|
Paul Bienkowski
|
456554c1de
|
Release: 0.3.3
|
2021-12-02 21:03:33 +01:00 |
|
Paul Bienkowski
|
5309527c3e
|
fix: read API key for posting tracks, fixes upload from OBS
|
2021-12-02 21:00:21 +01:00 |
|
Paul Bienkowski
|
86bbf50ea2
|
Release: 0.3.2
|
2021-12-01 09:42:38 +01:00 |
|
Paul Bienkowski
|
4003d5e938
|
Do not blindly import old API keys
|
2021-12-01 09:42:27 +01:00 |
|
Paul Bienkowski
|
525004ab15
|
Release: 0.3.1
|
2021-11-30 23:32:49 +01:00 |
|
Paul Bienkowski
|
004ad46251
|
Fix saving profile and add generating new API key
|
2021-11-30 23:32:42 +01:00 |
|
Paul Bienkowski
|
2f375dc24d
|
Release: 0.3.0
|
2021-11-30 23:01:58 +01:00 |
|
Paul Bienkowski
|
61efdeb673
|
Add details for roads when clicking them in the big map
|
2021-11-30 21:58:05 +01:00 |
|
Paul Bienkowski
|
c283bed13c
|
fix: redirect from keycloak to api, not to frontend
|
2021-11-30 19:53:37 +01:00 |
|
Paul Bienkowski
|
9ade5ecc7a
|
Remove code smells
|
2021-11-29 00:54:22 +01:00 |
|
Paul Bienkowski
|
8fc755f153
|
Fix licensing of styles, make tile-generator content our own by removing all OpenMapTiles licensed parts (it is only our config now)
|
2021-11-28 23:18:02 +01:00 |
|
Paul Bienkowski
|
1c39476ac5
|
chore: remove unused variables
|
2021-11-27 23:22:22 +01:00 |
|
Paul Bienkowski
|
40f336336b
|
Fix bad python import
|
2021-11-27 23:03:55 +01:00 |
|
Paul Bienkowski
|
a8a416ca68
|
Refactor frontend exposing code in API
|
2021-11-27 22:45:22 +01:00 |
|
Paul Bienkowski
|
8dec4c8262
|
Fix paths and URLs generated by API, and add note about config for proxying
|
2021-11-27 22:45:22 +01:00 |
|
Paul Bienkowski
|
9a13631097
|
api: Do not generate "track" into slugs
|
2021-11-27 22:45:22 +01:00 |
|
Paul Bienkowski
|
6ed9edf191
|
Formatting and remove debug prints
|
2021-11-27 22:45:22 +01:00 |
|
Paul Bienkowski
|
a321cff6ea
|
Do not blindly change usernames, track paths will break
|
2021-11-25 12:21:50 +01:00 |
|
Paul Bienkowski
|
2d8194c7c2
|
Use FRONTEND_HTTPS for redirect url as well
|
2021-11-25 00:27:09 +01:00 |
|
Paul Bienkowski
|
2b9bdb6ff1
|
Always export obsMapSource in config.json from api
|
2021-11-25 00:12:24 +01:00 |
|
Paul Bienkowski
|
fe62af9d97
|
Allow forcing https for frontend config URLs
|
2021-11-25 00:11:21 +01:00 |
|
Paul Bienkowski
|
8998ffa10a
|
Do not store all road tags in PostGIS
|
2021-11-24 23:07:22 +01:00 |
|
Paul Bienkowski
|
16903042bc
|
Fix dependencies
|
2021-11-24 18:55:21 +01:00 |
|
Paul Bienkowski
|
2762e1f923
|
fix builtin worker
|
2021-11-22 18:35:11 +01:00 |
|
Paul Bienkowski
|
ea106539c6
|
Improve docs around tiles, remove old stuff, bump 0.3.0-rc.1
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
12ef37392b
|
api: Fix longitude/latitude ordering in track geojson
See: https://macwright.com/lonlat/
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
7add8caaa1
|
Live tiles, API executes openmaptiles-tools
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
bde1b77b48
|
fix: proces_track utility
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
53e8d3ea45
|
Improve keycloak user export further
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
e20b291823
|
Add ability to migration script to export a users file for keycloak
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
b541f0b3fe
|
Rename development realm to not contain space
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
b6aa0cb1c9
|
Read reset_database config (POSTGRES_URL) from app
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
131afd5adc
|
feat: publish tiles from API directly
|
2021-11-22 09:51:18 +01:00 |
|
Paul Bienkowski
|
c85f261292
|
Single-container API+Frontend+Worker
|
2021-11-22 09:51:16 +01:00 |
|
Paul Bienkowski
|
da33d814ae
|
Move API to python.
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
32e86be1d1
|
Import oneway roads from implicit tags
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
07ec5b40a0
|
api: Add script to queue all tracks for reprocessing, useful after algorithm changes
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
e3ec5ce1f9
|
Correct directional road rendering, and include all roads with null data in obs layer
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
f2fa806cab
|
api: Update to postgis version of scripts
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
ec60fc3873
|
Start working on PostGIS supported tile generation
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
a866eb3ab7
|
api: Fix track again, using correct filters to get all points
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
e8a66fa7b9
|
api: Generate track-settings file and read it in process_track.py
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
ddeb5f9195
|
chore: use new filter classes
|
2021-11-22 09:50:33 +01:00 |
|
Paul Bienkowski
|
4742a6df13
|
chore: move obs_process_track.py into the API source, as it is very specific to the API
|
2021-11-22 09:50:33 +01:00 |
|
gluap
|
7901a78754
|
also update api url here.
|
2021-11-22 09:23:04 +01:00 |
|
Paul Bienkowski
|
67c6b3a725
|
api: update scripts (fixes Zero-Zero bug)
|
2021-09-27 20:50:44 +02:00 |
|
Paul Bienkowski
|
0784f916b6
|
api: fix more mongoose stuff
|
2021-09-27 20:35:51 +02:00 |
|
Paul Bienkowski
|
50d6697b5b
|
api: fix mongoose model imports
|
2021-09-27 20:18:57 +02:00 |
|
dependabot[bot]
|
90a36f8304
|
chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /api
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 19:37:27 +02:00 |
|
dependabot[bot]
|
ee0e77c85b
|
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /api
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-27 19:37:13 +02:00 |
|
Paul Bienkowski
|
59651d3cb9
|
add production setup
|
2021-09-27 18:54:02 +02:00 |
|
gluap
|
4c28187741
|
Make optional use of STARTTLS possible if required.
|
2021-09-27 18:36:40 +02:00 |
|
Paul Bienkowski
|
e52575ab87
|
api: update mongoose
|
2021-09-27 18:09:48 +02:00 |
|
Paul Bienkowski
|
1705d03683
|
api: fix redirect using req.session.next when baseUrl is not at root
|
2021-09-14 19:26:50 +02:00 |
|