|
Ran
|
Jobs
4
|
Files
79
|
Run time
8min
|
Badge
README BADGES
|
push
travis-ci
Add data-mw as a separate JSON blob in the pagebundle * As agreed, we switch to a model with only one content version, that's applied uniformly to the html/data-parsoid/data-mw. However, we maintain the backwards compatibility that 1.2.1 had a data-parsoid at 0.0.2 to avoid the need to backfill that version. * Parsoid now accepts a header to specify the content version it should generate. Currently, it only knows about 1.2.1 and 2.0.0, with the default being the former. * This is only the wt2html direction. Parsoid doesn't yet know how to receive the 2.0.0 version. Perhaps that should be fixed here. * Can be tested on the command line with: echo "{{1x|hi}}" | node bin/parse --pagebundle vs echo "{{1x|hi}}" | node bin/parse --pagebundle --contentversion 2.0.0 or, with the web api: curl localhost:8000/en.wikipedia.org/v3/page/pagebundle/User:Arlolra%2Fsandbox/714745742 -H 'Accept: application/json; profile="https://www.mediawiki.org/wiki/Specs/pagebundle/2.0.0"' Bug: T130638 Change-Id: I6ff0f5f3d
12925 of 15423 relevant lines covered (83.8%)
86620.66 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 964.1 | 0 |
83.78 |
Travis Job 964.1 | |
| 2 | 964.2 | 0 |
83.78 |
Travis Job 964.2 | |
| 3 | 964.3 | 0 |
83.75 |
Travis Job 964.3 | |
| 4 | 964.4 | 0 |
83.76 |
Travis Job 964.4 |