Laura Klünder
|
d7f175f7ef
|
add options and postpone imports to massively reduce memory usage
|
2024-02-07 18:17:13 +01:00 |
|
Laura Klünder
|
4227288e6d
|
fix not calling .rssi
|
2023-12-27 22:26:57 +01:00 |
|
Laura Klünder
|
2f6570f718
|
Correct variable naming in locator module
|
2023-12-27 22:18:34 +01:00 |
|
Laura Klünder
|
3637b3cdd5
|
fix the thing with the lambda and stuff in locator
|
2023-12-27 21:54:46 +01:00 |
|
Laura Klünder
|
2bcbdb6f8b
|
fix locator build issue number 203847234786139876
|
2023-12-27 21:47:27 +01:00 |
|
Laura Klünder
|
9b3e6727fb
|
fix keyerror distance
|
2023-12-27 21:36:39 +01:00 |
|
Laura Klünder
|
3cebd01c28
|
add missing create_peers=True
|
2023-12-27 21:32:00 +01:00 |
|
Gwendolyn
|
1b731ca882
|
fix C3NAV-37C3-2K
|
2023-12-27 20:50:19 +01:00 |
|
Jenny Danzmayr
|
1c8c01530b
|
fixed location api endpoint to not break if user can't be located
|
2023-12-27 19:08:59 +01:00 |
|
Gwendolyn
|
ccf676e5c7
|
fix locator data conversion issue
|
2023-12-27 17:44:20 +01:00 |
|
Gwendolyn
|
5fd99f890a
|
support distance standard deviation in wifi measurement
|
2023-12-27 16:20:23 +01:00 |
|
Gwendolyn
|
e15d178102
|
wifi measurements have no x and y properties directly, get them from geometry
|
2023-12-27 13:28:02 +01:00 |
|
Jenny Danzmayr
|
42d148441c
|
Store if an AP support 802.11mc during Wi-Fi measurement
|
2023-12-27 03:55:17 +01:00 |
|
Gwendolyn
|
21c8db79b7
|
load routing options from session correctly (fixes #142)
|
2023-12-25 12:42:44 +01:00 |
|
Laura Klünder
|
c1d9a011cf
|
make linter happy
|
2023-12-24 16:07:07 +01:00 |
|
Gwendolyn
|
a3185bcb55
|
fix routing options updating
|
2023-12-21 01:27:39 +01:00 |
|
Gwendolyn
|
73c0bdc92f
|
add restricted areas in routing options schema
|
2023-12-21 01:27:39 +01:00 |
|
Laura Klünder
|
a4074cee3a
|
move routing restrictions setting down
|
2023-12-21 01:22:15 +01:00 |
|
Laura Klünder
|
e2de0e0e4d
|
fix error when using routing restriction option
|
2023-12-21 01:19:37 +01:00 |
|
Laura Klünder
|
7186d48383
|
make prefer restrictions work right
|
2023-12-21 01:00:05 +01:00 |
|
Laura Klünder
|
e7f00232b4
|
feature to avoid/prefer restricted areas
|
2023-12-21 00:53:57 +01:00 |
|
Gwendolyn
|
af8d9123e1
|
show route options again
|
2023-12-21 00:42:29 +01:00 |
|
Gwendolyn
|
4b1ac9f194
|
convert django lazy string proxies to strings in the base schema validator, rather than in the serialization code of each source model
|
2023-12-11 20:59:19 +01:00 |
|
Laura Klünder
|
ef83e73a36
|
make linter happy
|
2023-12-11 19:02:19 +01:00 |
|
Gwendolyn
|
a26724715b
|
locate_test needs to take a request parameter
|
2023-12-11 14:09:33 +01:00 |
|
Laura Klünder
|
295334a4a3
|
fix router and locator .load()
|
2023-12-07 22:15:50 +01:00 |
|
Laura Klünder
|
551cb1e086
|
start modernizing renderdata code somewhat
|
2023-12-07 19:13:42 +01:00 |
|
Laura Klünder
|
0150851808
|
fix typo or it will never load from local cache
|
2023-12-07 18:57:57 +01:00 |
|
Laura Klünder
|
372936fcad
|
an experiment. lets don't use threading locks, hope it helps with performance
|
2023-12-07 17:28:13 +01:00 |
|
Gwendolyn
|
0e171166e8
|
fix routing error
|
2023-12-07 16:02:35 +01:00 |
|
Jenny Danzmayr
|
0083d1103b
|
fixed process_updates and Locator.rebuild
|
2023-12-07 06:43:50 +01:00 |
|
Laura Klünder
|
d0b26cb67b
|
lets move stuff to a file that actually exists
|
2023-12-07 02:33:37 +01:00 |
|
Laura Klünder
|
37507e65ab
|
what if the last commit produced running code? who knows, but now it runs
|
2023-12-07 02:27:12 +01:00 |
|
Laura Klünder
|
34af60782c
|
merge RangeLocator into Locator and modernize code
|
2023-12-07 02:21:46 +01:00 |
|
Laura Klünder
|
83dfdec90f
|
RangeLocator needs current router instead of old one (which might fail)
|
2023-12-07 00:18:20 +01:00 |
|
Laura Klünder
|
4491f68dc7
|
move api auth from authorization header to X-API-Key header
|
2023-12-04 23:07:45 +01:00 |
|
Laura Klünder
|
0e73643bb3
|
nore documentation for routing and positioning API
|
2023-12-04 19:24:14 +01:00 |
|
Laura Klünder
|
182fe4eafe
|
add todo for route options schema
|
2023-12-03 23:29:37 +01:00 |
|
Laura Klünder
|
ba4c2b7d0a
|
rename newapi to api
|
2023-12-03 21:55:08 +01:00 |
|
Laura Klünder
|
caf23d053c
|
goodbye django rest framework
|
2023-12-03 21:50:55 +01:00 |
|
Gwendolyn
|
67be6f1131
|
fix route item schema
|
2023-12-03 21:11:10 +01:00 |
|
Gwendolyn
|
1fb84414f8
|
convert string proxies to strings in routing descriptions
|
2023-12-03 21:11:10 +01:00 |
|
Laura Klünder
|
ed94b81ecb
|
routing is not a write operation
|
2023-12-03 20:06:16 +01:00 |
|
Laura Klünder
|
499eb0d1eb
|
document positinoing api v2 endpoints better
|
2023-12-03 19:48:13 +01:00 |
|
Laura Klünder
|
89da5d9d01
|
improve api v2 documentation for routing
|
2023-12-03 19:43:38 +01:00 |
|
Laura Klünder
|
d9d05a306f
|
fix imports
|
2023-12-03 18:25:42 +01:00 |
|
Laura Klünder
|
ec4aa7daa1
|
positioning api v2: now available
|
2023-12-03 18:25:26 +01:00 |
|
Laura Klünder
|
f7f77b2823
|
new routing api, now available
|
2023-12-03 17:37:32 +01:00 |
|
Laura Klünder
|
5c203a7a2b
|
editor geometries now available in new API
|
2023-12-03 16:37:05 +01:00 |
|
Laura Klünder
|
70e9e1fb9f
|
we have been informed that it is preferably to not spam the logs with errors
|
2023-12-02 03:53:47 +01:00 |
|