Jannis R
|
99d1531dbb
|
adapt tests to c2dc874
|
2020-01-05 17:55:37 +01:00 |
|
Jannis R
|
c2dc8742b6
|
parseWhen, parsePlatform: let when & platform fall back to plan data
This commit adapts parseWhen & parsePlatform to the latest FPTF v2 draft.
see public-transport/friendly-public-transport-format#63
|
2020-01-05 17:55:37 +01:00 |
|
Jannis R
|
2d1d482ddf
|
adapt tests to 938a6f2
|
2020-01-05 17:55:27 +01:00 |
|
Jannis R
|
938a6f22b9
|
add planned*Platform, scheduled* -> planned/prognosed* 💥
|
2020-01-05 17:55:27 +01:00 |
|
Jannis R
|
2b9280e6c3
|
adapt tests to 29a2cf3
|
2020-01-05 17:55:16 +01:00 |
|
Jannis R
|
29a2cf36e9
|
add planned(Arrival|Departure|When), scheduled* -> planned*/prognosed* 💥
when not cancelled:
{when, delay} -> {when, plannedWhen, delay}
{arrival, arrivalDelay} -> {arrival, plannedArrival, arrivalDelay}
{departure, departureDelay} -> {departure, plannedDeparture, departureDelay}
when cancelled:
{when: null, delay: null, scheduledWhen} -> {when: null, plannedWhen, prognosedWhen, delay}
{arrival: null, arrivalDelay: null, scheduledArrival, formerArrivalDelay} -> {arrival: null, plannedArrival, arrivalDelay, prognosedArrival}
{departure: null, departureDelay: null, scheduledDeparture, formerDepartureDelay} -> {departure: null, plannedDeparture, departureDelay, prognosedDeparture}
|
2020-01-05 17:52:17 +01:00 |
|
Jannis R
|
4162328fd4
|
createClient(): request parameter -> opt parameter 💥
|
2020-01-05 17:52:17 +01:00 |
|
Jannis R
|
655c425ecf
|
fix DB E2E tests ✅
|
2020-01-05 17:52:17 +01:00 |
|
Jannis R
|
4ba4cefab6
|
improve readme readability 📝
|
2020-01-05 17:52:17 +01:00 |
|
Jannis R
|
9605ff3bf5
|
"migration to 5" guide, remove "migrating to 3" guide 📝
|
2020-01-05 17:51:28 +01:00 |
|
Jannis R
|
70cf3b21dc
|
upgrade deps & dev deps
- vbb-parse-line@1
- vbb-stations@7
- db-stations@3
- validate-fptf@3
- vbb-stations-autocomplete@4
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
d724846e91
|
rename findIdxRefs -> findInTree, remove resolveIdxRefs abstraction
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
f02fe301c7
|
parse: refactor applyRemarks
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
018fc84bf5
|
parseCommon: parse polylines
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
6af8f6d5ec
|
parseCommon: resolve hint & warning references
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
62cc53ffcf
|
parseCommon: resolve location references
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
758deaf2d5
|
parseCommon: resolve line references
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
0cc17ee780
|
parseCommon: resolve icon references
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
3eae7ab169
|
parseCommon: resolve operator references
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
4270125bf7
|
parse: minor changes
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
bff7384f06
|
basic parser tests
|
2020-01-05 17:51:27 +01:00 |
|
Jannis R
|
9a89cd0dc8
|
profile-based whitelist for walkingSpeed
|
2020-01-05 17:50:56 +01:00 |
|
Jannis R
|
0c145d352b
|
BVG, VBB: tests for walkingSpeed option ✅
|
2020-01-05 17:50:56 +01:00 |
|
Jannis R
|
9c47a3908c
|
journeys: document walkingSpeed 📝
|
2020-01-05 17:50:56 +01:00 |
|
philipp lange
|
f8210c5515
|
journeys: add walkingSpeed option
|
2020-01-05 17:50:56 +01:00 |
|
Jannis R
|
33c1dc3c7e
|
BVG tests: drop opt.stopovers with departures(), skip test 💚
|
2020-01-05 17:50:56 +01:00 |
|
Jannis R
|
352fa2e564
|
parse more warning fields
|
2020-01-05 17:50:55 +01:00 |
|
Jannis R
|
35e44d4c92
|
pass all data into parseHint/parseWarning 💥
|
2020-01-05 17:50:55 +01:00 |
|
Jannis R
|
b8496be1a3
|
DB journeys: make default price null 💥
closes #91
|
2020-01-05 17:50:55 +01:00 |
|
Jannis R
|
1afe4caf41
|
BVG: test for BerlKönig ✅
|
2020-01-05 17:50:55 +01:00 |
|
Jannis R
|
a40006f5ca
|
BVG: support BerlKönig, docs 📝
|
2020-01-05 17:50:55 +01:00 |
|
Jannis R
|
baff692b70
|
journeys: don't request nr of results by default 💥
|
2020-01-05 17:50:55 +01:00 |
|
Jannis R
|
272bf64e5e
|
BVG: use 1.21 protocol
|
2020-01-05 17:50:27 +01:00 |
|
Jannis R
|
793457a7a8
|
parse icons 💥
|
2020-01-05 17:50:27 +01:00 |
|
Jannis R
|
93814983da
|
add profile.parseCommon
|
2020-01-05 17:50:27 +01:00 |
|
Jannis R
|
4f9c3435d6
|
changelog 📝, 4.8.0
[ci skip]
|
2019-12-29 22:58:25 +01:00 |
|
Jannis R
|
16116358df
|
basic tests for DB Busradar NRW ✅
|
2019-12-29 22:45:46 +01:00 |
|
Jannis R
|
ed0c606db1
|
add journeysOutFrwd profile flag
|
2019-12-29 22:18:22 +01:00 |
|
Kevin Arutyunyan
|
00b184df36
|
Add readme for DB Busradar NRW profile and add entry in profile overview
|
2019-12-29 22:18:22 +01:00 |
|
Kevin Arutyunyan
|
46eadcfde6
|
Update some product comments and disable unused/unknown ones
|
2019-12-29 22:18:22 +01:00 |
|
Kevin Arutyunyan
|
b7a6dbc504
|
Use HTTPS for DB Busradar NRW endpoint
|
2019-12-29 22:18:22 +01:00 |
|
Kevin Arutyunyan
|
56dee669a0
|
Add DB Busradar NRW profile (WIP)
|
2019-12-29 22:18:22 +01:00 |
|
Jannis R
|
c7a2813039
|
changelog 📝, 4.7.0
[ci skip]
|
2019-12-26 23:11:12 +01:00 |
|
Jannis R
|
747f335e32
|
move authentication docs to mgate.exe page 📝
[ci skip]
|
2019-12-25 20:00:38 +01:00 |
|
Jannis R
|
c883d969e2
|
general documentation for mgate.exe endpoints 📝
[ci skip]
|
2019-12-25 20:00:37 +01:00 |
|
Jannis R
|
9b9cca3823
|
changelog: tag links, dates 📝
|
2019-12-12 18:20:31 +01:00 |
|
Felix Geyer
|
fceaf86186
|
parse 'Q' hints
|
2019-11-25 12:43:29 +01:00 |
|
Jannis R
|
2fdff4df5d
|
changelog 📝, 4.6.2
[ci skip]
|
2019-11-18 18:37:04 +01:00 |
|
Jannis R
|
105c18b30d
|
DB profile: always use rtMode: HYBRID
|
2019-11-18 18:35:01 +01:00 |
|
Jannis R
|
df943252b6
|
changelog 📝, 4.6.1
|
2019-10-28 17:47:21 +01:00 |
|