Commit graph

3499 commits

Author SHA1 Message Date
Laura Klünder
1837c49ab8 hotfixes for processupdates 2023-07-24 11:51:46 +02:00
Jenny Danzmayr
dd0e64816e added dockerfile for tileserver, updated tileserver dependencies 2023-07-14 05:50:29 +02:00
Jenny Danzmayr
9abe5fc5e2 added dockerfile for c3nav core 2023-07-14 05:50:29 +02:00
Jenny Danzmayr
7d855698c8 use the same enviorment variable for the data dir everywhere 2023-07-14 05:50:18 +02:00
Jenny Danzmayr
743d48b796 tileserver: added /check route for healthchecks 2023-07-14 05:48:56 +02:00
Jenny Danzmayr
3650da72d3 tileserver: better handling of config via environment variables 2023-07-14 05:48:56 +02:00
Jenny Danzmayr
d6909ebbd1 fixed asgi.py, added option to serve static files via starlette 2023-07-14 05:48:56 +02:00
Jenny Danzmayr
99ec96f9f1 switched psycopg2-binary to psycopg2 as use of the binary version is discouraged 2023-07-14 05:48:56 +02:00
Laura Klünder
162da37c04 make sure default DATA_DIR is always an abs path 2023-06-27 13:09:17 +02:00
Laura Klünder
142e307fc3 fix editor up a bit 2023-06-26 18:15:34 +02:00
Laura Klünder
b1336abd62 make it possible to create a new level 2023-06-26 17:32:37 +02:00
Laura Klünder
786d490e27 update all dependencies so we have some fun new bugs to fix 2023-06-02 19:42:17 +02:00
Laura Klünder
f696da7c9c more routing implementation 2022-04-15 21:06:57 +02:00
Laura Klünder
9bb79ff667 start implementing mesh routing 2022-04-15 20:57:11 +02:00
Laura Klünder
67969951ed handle incoming messages from mesh 2022-04-15 20:14:25 +02:00
Laura Klünder
b815e46a7b fix I18nField 2022-04-11 15:58:16 +02:00
Laura Klünder
b8002a4aba yet more typing magic 2022-04-08 00:03:58 +02:00
Laura Klünder
e1a1ae8bc4 some more type hinting magic 2022-04-08 00:00:55 +02:00
Laura Klünder
ff00daca9d trying some more type hinting and refactoring magic 2022-04-07 23:47:41 +02:00
Laura Klünder
feacd20803 start using dataclasses in some places 2022-04-07 22:33:25 +02:00
Laura Klünder
2d4d66b6ef add all config mesh messages 2022-04-06 23:44:24 +02:00
Laura Klünder
5e24ad4f2a add mesh message firmware 2022-04-06 22:56:08 +02:00
Laura Klünder
333b96f24f update mesh message parser with some minor changes 2022-04-06 21:05:52 +02:00
Laura Klünder
e7a4effc99 add routing fields to mesh messages 2022-04-06 17:25:46 +02:00
Laura Klünder
683f80ef75 set up base websocket server for mesh communication 2022-04-04 14:48:43 +02:00
Laura Klünder
8af6bca51c create mesh app and basic asgi websocket setup for communication 2022-04-04 01:13:48 +02:00
Laura Klünder
f51bc71799 some more type hinting to help the linter 2022-04-03 20:40:08 +02:00
Laura Klünder
fb4da7c768 satisfy linter and type checker in many places 2022-04-03 20:19:41 +02:00
Laura Klünder
9d21f8c933 migrate to django's native JSONField 2022-04-03 19:40:12 +02:00
Laura Klünder
cde394e16e avoid numpy don't use lists as indices warning 2022-04-03 18:28:53 +02:00
Laura Klünder
e95e28599e escape values multilevellookup change key 2022-04-03 18:23:01 +02:00
Laura Klünder
36df1fed66 shapely's cascaded_union was deprecated, replace with unary_union 2022-04-03 18:16:03 +02:00
Laura Klünder
aebb158b12 fix editor 2022-04-03 18:13:43 +02:00
Laura Klünder
05d3530764 don't use is_ajax 2022-04-03 17:52:05 +02:00
Laura Klünder
495294a886 avoid shapely deprecation warnings 2022-04-03 17:34:31 +02:00
Laura Klünder
8f4f6aed6e update requirements-tileserver.txt 2022-04-03 16:53:02 +02:00
Laura Klünder
7bba2e5dbf sort more imports 2022-04-03 16:51:59 +02:00
Laura Klünder
4e15cc1b74 fix linter warnings 2022-04-03 16:42:17 +02:00
Laura Klünder
03437a3a40 update dependencies and upgrade code for django where needed/possible 2022-04-03 16:34:11 +02:00
Laura
0f4e699e37
ignore jquery and bootstrap in code analysis 2020-10-01 12:45:41 +02:00
Laura
e4cce055c6
Create codeql-analysis.yml 2020-10-01 12:30:57 +02:00
Jenny
c3991198ed
Merge pull request #65 from se4598/issue-54
wrapper around localStorage, catching exceptions
2020-06-07 00:50:48 +02:00
se4598
4e8f261392 wrapper around localStorage, catching exceptions
fixes #54
2020-06-06 23:58:12 +02:00
dependabot[bot]
2eac7826f0
Bump django from 2.2.8 to 2.2.13 in /src/requirements (#64)
Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.8...2.2.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-05 23:30:59 +02:00
Johan Van de Wauw
046853b380 Typo (#62)
* Fix typo

* Fix typo in tileserver debug
2020-01-27 01:53:00 +01:00
Laura Klünder
68f1e32c9e fix LocationRedirect not working (fixes #60) 2020-01-25 18:27:58 +01:00
Laura
61b5437eb2
Update README.md 2020-01-03 14:49:38 +01:00
Laura
e7e4172988
update readme (fixes #55) 2020-01-03 14:49:17 +01:00
Laura Klünder
a319da872c invalid data? we'll tell you off! 2019-12-28 20:02:55 +01:00
Laura Klünder
321c5a34a0 yet another ui bugfix idk why tbh 2019-12-28 19:59:27 +01:00