Paul Bienkowski
bf1536f443
remove craco/react-scripts, configure webpack ourselves
2021-11-27 22:45:22 +01:00
Paul Bienkowski
5fcb959002
fix: remove typescript annotations from .js file
2021-11-27 22:45:22 +01:00
Paul Bienkowski
f183b9e33a
Change style preprocessor to less, as semantic-ui is using that, so we need only one
2021-11-27 22:45:22 +01:00
Paul Bienkowski
b06b7ba1ad
Update deps for webpack
2021-11-27 22:44:52 +01:00
Paul Bienkowski
93678375c2
deployment: Replace mongo with postgres and add traefik service port
2021-11-25 12:22:15 +01:00
Paul Bienkowski
a321cff6ea
Do not blindly change usernames, track paths will break
2021-11-25 12:21:50 +01:00
Paul Bienkowski
49101489fe
Improve upgrade guide
2021-11-25 12:21:31 +01:00
Paul Bienkowski
947058e987
Add note about postgis taking a time to initialize
2021-11-25 12:21:19 +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
c90d4da97a
frontend: Keep track distance labels aligned to map
2021-11-24 23:40:06 +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
004deb8e60
chore: remove old-api
2021-11-22 09:53:13 +01:00
Paul Bienkowski
4b270877ca
frontend: Improve config example obsMapSource
2021-11-22 09:52:42 +01:00
Paul Bienkowski
5d96009b01
Only one place for the version
2021-11-22 09:51:18 +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
12686abe14
frontend: Replace openlayers track map with gl version
2021-11-22 09:51:18 +01:00
Paul Bienkowski
f54fe701e7
frontend: Fix attributions and reuse map code
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
ea6a631560
Ignore export/ and remove tileserver
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
fbc0e26912
Document usage of keycloak users export in upgrade guide
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
c353d2afc1
Lots of documentation for new development setup as well as upgrade guide
2021-11-22 09:50:33 +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
67b6341f68
tile-generator: also emit oneway roads
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
79f3469df8
frontend: add MapPage and make OBS data vector tiles URL configurable
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
65b261630f
frontend: fix config URL when loading from sub-page
2021-11-22 09:50:33 +01:00
Paul Bienkowski
6e5555782d
chore: add editorconfig
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
e74d2c9130
needs to match permitted redirect url in api
2021-11-22 09:40:21 +01:00
gluap
8fd28dd130
Remove the disputed section about backups
2021-11-22 09:24:53 +01:00
gluap
0cd5525401
Clarify recursive clone, implment $ROOT
...
- Formerly `README.md` announced there would be $ROOT but it wasn't used - start using it
- Make sure that we also describe submodule cloning in Docker `README.md` as I have already been asked by several people "why the scripts directory isn't there".
- Mention how to adapt map center coordinates as it is a FAQ
- Mention how to backup the data.
@opatut mention as discussed
2021-11-22 09:24:53 +01:00