Jannis R
61fc2293fb
E2E/integration tests: tweak assertions ✅
2022-11-09 18:25:04 +01:00
Jannis R
5ff8527b60
tweak & restructure docs 📝 , explicit defaults
2022-11-09 18:23:56 +01:00
Jannis R
c88179777d
put todos
2022-10-24 17:29:23 +02:00
Jannis R
f530a30fe0
mention related libs 📝
2022-10-24 14:12:00 +02:00
Jannis R
2319d317d0
changelog 📝 ; 5.26.1
2022-10-15 14:12:02 +02:00
Jannis R
66d78767ff
readme: mention typings & related libs 📝
2022-10-15 14:07:12 +02:00
Jannis R
0f7382e3b8
parse{Arrival,Departure}: properly parse .origin & .destination 🐛 ✅
...
fixes #273
Co-Authored-By: Jürgen Bergmann <bergmannj@posteo.de>
2022-10-15 14:02:11 +02:00
Jannis R
f20146137e
CI: run with Node 10-18 💚
2022-10-07 14:12:22 +02:00
Jannis R
7ccffa5e51
profile.log{Request,Response}: pass in random request ID 📝
2022-10-07 01:31:12 +02:00
Jannis R
4189ce437b
changelog 📝 ; 5.26.0
2022-10-06 19:23:58 +02:00
Jannis R
829c9ca461
add profile.log{Request,Response}() hooks 📝
2022-10-06 14:34:38 +02:00
Jannis R
0dc230837a
changelog 📝 ; 5.25.0
...
[ci skip]
2022-07-30 13:38:19 +02:00
Jannis R
95af0a0127
parse{Arrival,Departure}: expose prognosisType ✅
...
fixes #266
2022-07-22 01:07:09 +02:00
Pieterjan Van Saet
7c68f962c1
parse{Stopover,JourneyLeg, Trip}: expose {arrival,departure}PrognosisType ✅
...
see #266
Co-authored-by: Jannis R <mail@jannisr.de>
2022-07-22 01:06:35 +02:00
Jannis R
0a63698100
parse CHKI legs with checkin: true ✅
...
fixes #267
2022-07-21 21:37:01 +02:00
Jannis R
9f2dcecf19
readme: link to db-tickets 📝
...
closes #268
[ci skip]
2022-07-19 22:25:26 +02:00
Jannis R
7929a986d5
changelog 📝 ; 5.24.1
...
[ci skip]
2022-06-23 12:54:56 +02:00
Jannis R
2ed2f38195
E2E/integration tests: DRY & tweak assertions ✅
2022-06-18 18:33:26 +02:00
Jannis R
bdf933f806
INSA E2E/integration tests: adapt to latest data, update mocked when & fixtures ✅
2022-06-18 18:33:26 +02:00
Jannis R
38cc9e9af8
E2E/integration tests: validate remarks ✅
2022-06-18 18:33:26 +02:00
Jannis R
dda36c2da0
tests: enable linter, fix code style
2022-06-18 18:33:26 +02:00
Jannis R
3c7d8f79b2
DB: fix journeysFromTrip E2E/integration test 🐛
2022-06-18 18:33:26 +02:00
Jannis R
08be943906
BVG: re-skip BerlKönig test ✅
2022-06-18 18:33:26 +02:00
Jannis R
4aa5f1de85
CFL, Irish Rail: transformReqBody -> defaultLanguage
2022-06-18 18:33:26 +02:00
Jannis R
492cb7dfbc
KVB: provide CA certificate chain via Agent 🐛
2022-06-18 18:33:13 +02:00
Jannis R
27bf631ae5
SVV integration tests: add missing fixture ✅
2022-04-30 00:12:56 +02:00
Jannis R
27d4479e1a
changelog 📝 ; add @roehrt as contributor; 5.24
...
[ci skip]
2022-04-26 22:16:15 +02:00
Jannis R
7e1f7ed4ee
BVG/VBB: parse stop DHIDs ✅
2022-04-26 22:08:23 +02:00
Jannis R
f8ca2d5d17
BVG: only expand 9* stop IDs to 12 digits 🐛
...
follow-up of ff2b6778
2022-04-26 22:08:23 +02:00
Jannis R
119d291d10
DB integration tests: update mocked when to 2022-07-12 ✅
2022-04-26 22:07:41 +02:00
roehrt
1236cf63a0
DB: support age group by age API
2022-04-26 12:13:52 +02:00
roehrt
7a3fd4fca5
DB: update to the lowest working version
2022-04-26 12:13:41 +02:00
roehrt
f3c2ee6f5a
DB: support age-based tariffs
...
The supported age groups are now:
- 'B' (baby, infant)
- 'K' (kind, child)
- 'Y' (young)
- 'E' (Erwachsener, adult)
- 'S' (Senior)
2022-04-26 12:13:41 +02:00
Jannis R
1ab526d900
integration tests: define mocked when per profile ✅
...
https://github.com/public-transport/hafas-client/pull/264#issuecomment-1107462890
2022-04-23 14:42:55 +02:00
Florian Hüter
68ecd7c5e9
Update readme.md
...
Fix URL of "Betriebsstellen & disturbances in the German rail network"
2022-03-28 13:46:12 +02:00
Jannis R
947c5d364a
tools: highest-endpoint-version -> endpoint-hci-version
2022-02-22 20:27:08 +01:00
Jannis R
2edcd49e99
serverInfo: add opt.versionInfo 📝 ✅
...
Thanks to @alexander-albers!
see also https://github.com/alexander-albers/tripkit/issues/69#issuecomment-1048105228
2022-02-22 20:27:05 +01:00
Jannis R
cbc7f63dcc
changelog 📝 ; add @bddq as contributor; 5.23.0
...
[ci skip]
2022-02-22 18:05:59 +01:00
Benoit Deldicque
57084262a2
add departure.destination & arrival.origin ✅ 📝
...
closes #260
fixes #259
Co-Authored-By: Jannis R <mail@jannisr.de>
2022-02-21 11:43:27 +01:00
Jannis R
4b8f7c8198
changelog 📝 ; 5.22.2
...
[ci skip]
2022-01-13 14:09:30 +01:00
Jannis R
4cd0e9d98f
minor tweaks 📝
2022-01-13 14:08:43 +01:00
Jannis R
e3a022972c
request: tweak user-agent randomisation
...
see also https://github.com/deg0nz/MMM-PublicTransportBerlin/pull/67
2022-01-13 14:08:28 +01:00
Jannis R
2ec079adfc
TPG integration test ✅
2021-12-29 15:56:25 +01:00
Jannis R
fa9a8d9f7d
integration tests: update fixtures ✅
2021-12-29 15:50:58 +01:00
Jannis R
e69d069d43
fix & un-skip ingration tests, update mocked when ✅
2021-12-29 15:50:57 +01:00
Jannis R
f6b144f012
update transport-apis; BVG: update endpoint & aid
...
The old endpoint currently redirects to the new one.
2021-12-29 15:20:04 +01:00
Jannis R
e79a371dde
add todos
2021-12-29 15:20:03 +01:00
Jannis R
674e4a5fe6
changelog 📝 ; 5.22.1
...
[ci skip]
2021-12-28 20:34:55 +01:00
Jannis R
9c10a1765f
fix request debug-logging 🐛
2021-12-09 18:58:35 +01:00
Jannis R
2fd06941b5
use HTTP keep-alive ⚡ ️
...
1000 locations() requests against DB endpoint, before:
min max sum mean stddev
215ms 4351ms 329s 329ms 341ms
after:
min max sum mean stddev
160ms 579ms 194s 194ms 37ms
2021-12-09 18:54:46 +01:00