Jannis R
6ca7924f7b
parsePolyline: profile param 💥
2018-06-13 20:05:33 +02:00
Jannis R
a45d640272
request fn: opt param 💥
2018-06-13 20:05:33 +02:00
Jannis R
8881d8a1a4
parse fns: individual params -> data object 💥
...
From now on, all higher-level parse fns will be able to access more
of the response data while keeping their signature.
- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parsePolyline
- parseNearby
- parseStopover
2018-06-13 20:05:24 +02:00
Jannis Redmann
47155cdb83
merge #57 : rewrite the tests
2018-06-10 15:06:08 +02:00
Jannis R
b419477a7d
merge next into tests-rewrite
2018-06-10 14:57:51 +02:00
Jannis R
46c05eba05
adapt tests to 3c9c5cb ✅
2018-06-10 14:47:29 +02:00
Jannis R
2d11cfae1e
adapt docs to 3c9c5cb 📝
2018-06-10 14:47:29 +02:00
Jannis R
665bed9f79
rename location(id) -> station(id) 💥
...
see #17 for reasons
closes #17
2018-06-10 14:47:29 +02:00
Jannis R
21c273cec7
journey leg passed stations: parse & expose delays
2018-06-07 18:52:47 +02:00
Jannis R
0136189aa4
tests: fix isRoughlyEqual calls ✅
2018-06-07 12:59:50 +02:00
Jannis R
a7c550ab69
send Accept: application/json 🐛
2018-06-07 12:13:31 +02:00
Jannis R
938195753c
merge next into tests-rewrite
2018-05-31 14:00:58 +02:00
Jannis R
856a751b51
journeys: make opt.departure & opt.arrival mutually exclusive
2018-05-30 16:39:51 +02:00
Jannis R
0169e83731
journeys: add test for opt.arrival
2018-05-30 16:39:51 +02:00
Jannis R
a59b340d67
adapt tests to 1c467cd
2018-05-30 16:39:51 +02:00
Jannis R
c82ad234e0
journeys: opt.when -> opt.departure/opt.arrival 💥
2018-05-30 16:39:51 +02:00
Jannis R
a17123401d
fix tests failing because of weird endpoints
...
- DB: `journeyLeg()` sometimes doesn't give the `direction` #49
- nah.sh: `departures()` at "Kiel Hbf" includes neighboring stations
- ÖBB: the endpoint always returns IDs of individual stops
Although these hacks make the tests less strict, we will finally be
able to use the more thorough tests from the `tests-rewrite` branch.
2018-05-30 15:51:59 +02:00
Jannis R
1bb1ce4f8b
merge next into tests-rewrite
2018-05-30 14:22:23 +02:00
Jannis R
a356a26e2f
throw if 0 products enabled 💥
...
This should have been the case previously, but the test didn't fail.
2018-05-28 20:37:19 +02:00
Jannis R
634b044bc5
nah.sh tests: fix products validation 🐛
2018-05-28 20:37:19 +02:00
Jannis R
57f3cdb7e0
parseLocation: null as fallback station name
2018-05-25 16:08:17 +02:00
Jannis R
7541bcae66
adapt nah.sh radar test to #34
2018-05-25 16:08:17 +02:00
Jannis R
187d2ac04e
Nah.sh: enable radar despite failing test
...
see #34 for more details
2018-05-25 16:08:17 +02:00
Jannis R
6063fa6651
journeys: fix polylines option 🐛
2018-05-24 21:54:25 +02:00
Jannis R
e479619387
cherry-pick 16c3f01
: DB: 1.16 protocol, journeyLeg, fix polylines 🐛
2018-05-24 14:06:53 +02:00
Jannis R
00b1eb387c
crypto.createHash -> create-hash, 2.7.3
...
closes #52
2018-05-24 10:29:50 +02:00
Jannis Redmann
c5aab72e71
merge #45 from format-location-err-msg
...
formatLocation: more helpful error messages
2018-05-24 10:28:50 +02:00
Jannis Redmann
bebb975584
Merge branch 'next' into format-location-err-msg
2018-05-24 10:28:18 +02:00
Jannis R
03b9ab9a83
expect parsePolyline in lib/validate-profile
2018-05-24 10:26:24 +02:00
Jannis R
8c896fe8c1
docs for new polyline format 📝
2018-05-24 10:26:24 +02:00
Jannis R
431574b756
parseJourneyLeg, parseMovement: use parsePolyline 💥 , refactor
2018-05-24 10:26:24 +02:00
Jannis R
deefeb1f64
add parsePolyline to default profile
2018-05-24 10:26:24 +02:00
Jannis R
0ef03015e0
validate opt.when 💥
2018-05-21 17:10:42 +02:00
Jannis R
0840d69ee9
radar: assert north > south & east > west
2018-05-16 21:53:33 +02:00
Jannis R
c9e77f3050
merge master into next
2018-05-16 19:41:45 +02:00
Jannis R
48f2cefb5b
parseMovement: expose journey (leg) id
2018-05-16 19:32:11 +02:00
Jannis R
a97e0d31e7
radar: fix polylines parsing 🐛 , 2.7.2
2018-05-16 00:43:08 +02:00
Jannis R
aa480e01a2
radar: fix polylines parsing 🐛
2018-05-16 00:30:27 +02:00
Jannis R
7b5f13524d
2.7.0
2018-05-15 23:49:56 +02:00
Jannis R
39aac10a17
parseMovement: empty default polylines arr 🐛
2018-05-15 23:04:13 +02:00
Jannis R
9a0bfc39a4
radar: polylines option, return polylines
2018-05-15 19:41:08 +02:00
Jannis R
06e759966c
tests: isValidWhen -> assertValidWhen
2018-05-14 00:47:47 +02:00
Jannis R
196681513c
parseJourneyLeg: null as fallback direction 🐛
2018-05-14 00:13:11 +02:00
Jannis R
4d908e1f72
tests: fix isRoughEqual call 🐛 , minor change
2018-05-14 00:13:11 +02:00
Jannis R
2ca7e64fd5
journeys detour tests: use helper fn
2018-05-14 00:13:09 +02:00
Jannis R
c435e25390
parseJourneyLeg: null as fallback direction 🐛
2018-05-13 22:52:33 +02:00
Jannis R
0783d9e68a
fix Gitter badge
2018-05-13 22:42:02 +02:00
Jannis R
5cea7e47e4
merge next into tests-rewrite
2018-05-13 00:05:10 +02:00
Jannis R
bdc23c64e2
cherry-pick c60213a
2018-05-07 12:34:56 +02:00
Jannis R
df293e31cc
fix test helpers 🐛
2018-05-07 12:33:53 +02:00