@vizabi/reader-ddfcsv 4.3.11 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/.travis.yml +0 -0
  2. package/LICENSE +0 -0
  3. package/README.md +0 -0
  4. package/deploy.js +0 -0
  5. package/dist/reader-ddfcsv-polyfill.js +1 -1
  6. package/dist/reader-ddfcsv-polyfill.js.map +1 -1
  7. package/dist/reader-ddfcsv.js +2 -2
  8. package/dist/reader-ddfcsv.js.map +1 -1
  9. package/icon.png +0 -0
  10. package/lib/src/ddf-csv.d.ts +1 -0
  11. package/lib/src/ddf-csv.js +6 -2
  12. package/lib/src/ddf-csv.js.map +1 -1
  13. package/lib/src/ddfcsv-error.d.ts +0 -0
  14. package/lib/src/ddfcsv-error.js +0 -0
  15. package/lib/src/ddfcsv-error.js.map +0 -0
  16. package/lib/src/ddfcsv-reader.d.ts +1 -1
  17. package/lib/src/ddfcsv-reader.js +10 -3
  18. package/lib/src/ddfcsv-reader.js.map +1 -1
  19. package/lib/src/file-readers/backend-file-reader.d.ts +0 -0
  20. package/lib/src/file-readers/backend-file-reader.js +0 -0
  21. package/lib/src/file-readers/backend-file-reader.js.map +0 -0
  22. package/lib/src/file-readers/github-path-adapter.d.ts +0 -0
  23. package/lib/src/file-readers/github-path-adapter.js +0 -0
  24. package/lib/src/file-readers/github-path-adapter.js.map +0 -0
  25. package/lib/src/index.d.ts +0 -0
  26. package/lib/src/index.js +2 -2
  27. package/lib/src/index.js.map +0 -0
  28. package/lib/src/interfaces.d.ts +0 -0
  29. package/lib/src/interfaces.js +0 -0
  30. package/lib/src/interfaces.js.map +0 -0
  31. package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.d.ts +0 -0
  32. package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.js +0 -0
  33. package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.js.map +0 -0
  34. package/lib/src/resource-selection-optimizer/index.d.ts +0 -0
  35. package/lib/src/resource-selection-optimizer/index.js +0 -0
  36. package/lib/src/resource-selection-optimizer/index.js.map +0 -0
  37. package/lib-web/src/ddf-csv.d.ts +1 -0
  38. package/lib-web/src/ddf-csv.js +6 -2
  39. package/lib-web/src/ddf-csv.js.map +1 -1
  40. package/lib-web/src/ddfcsv-error.d.ts +0 -0
  41. package/lib-web/src/ddfcsv-error.js +0 -0
  42. package/lib-web/src/ddfcsv-error.js.map +0 -0
  43. package/lib-web/src/ddfcsv-reader.d.ts +1 -1
  44. package/lib-web/src/ddfcsv-reader.js +10 -3
  45. package/lib-web/src/ddfcsv-reader.js.map +1 -1
  46. package/lib-web/src/file-readers/frontend-file-reader.d.ts +0 -0
  47. package/lib-web/src/file-readers/frontend-file-reader.js +0 -0
  48. package/lib-web/src/file-readers/frontend-file-reader.js.map +0 -0
  49. package/lib-web/src/file-readers/github-path-adapter.d.ts +0 -0
  50. package/lib-web/src/file-readers/github-path-adapter.js +0 -0
  51. package/lib-web/src/file-readers/github-path-adapter.js.map +0 -0
  52. package/lib-web/src/index-web.d.ts +0 -0
  53. package/lib-web/src/index-web.js +2 -2
  54. package/lib-web/src/index-web.js.map +0 -0
  55. package/lib-web/src/interfaces.d.ts +0 -0
  56. package/lib-web/src/interfaces.js +0 -0
  57. package/lib-web/src/interfaces.js.map +0 -0
  58. package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.d.ts +0 -0
  59. package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.js +0 -0
  60. package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.js.map +0 -0
  61. package/lib-web/src/resource-selection-optimizer/index.d.ts +0 -0
  62. package/lib-web/src/resource-selection-optimizer/index.js +0 -0
  63. package/lib-web/src/resource-selection-optimizer/index.js.map +0 -0
  64. package/package.json +1 -9
  65. package/scripts/set-own-version.js +0 -0
  66. package/src/ddf-csv.ts +7 -2
  67. package/src/ddfcsv-error.ts +0 -0
  68. package/src/ddfcsv-reader.ts +9 -2
  69. package/src/file-readers/backend-file-reader.ts +0 -0
  70. package/src/file-readers/frontend-file-reader.ts +0 -0
  71. package/src/file-readers/github-path-adapter.ts +0 -0
  72. package/src/index-web.ts +0 -0
  73. package/src/index.ts +0 -0
  74. package/src/interfaces.ts +0 -0
  75. package/src/resource-selection-optimizer/in-clause-under-conjunction.ts +0 -0
  76. package/src/resource-selection-optimizer/index.ts +0 -0
  77. package/src/test-cases/concepts.ts +0 -0
  78. package/src/test-cases/entities.ts +0 -0
  79. package/test/assets-fixtures/world-50m.json +0 -0
  80. package/test/assets.spec.ts +0 -0
  81. package/test/common.ts +0 -0
  82. package/test/definition/concepts-definition.spec.ts +0 -0
  83. package/test/definition/datapoints-definition.spec.ts +0 -0
  84. package/test/definition/entities-definition.spec.ts +0 -0
  85. package/test/definition/schema-definition.spec.ts +0 -0
  86. package/test/diagnostics.spec.ts +0 -0
  87. package/test/features-service.spec.ts +0 -0
  88. package/test/high-load.spec.ts +0 -0
  89. package/test/main.spec.ts +0 -0
  90. package/test/mocha.opts +0 -0
  91. package/test/multi-instances.spec.ts +0 -0
  92. package/test/result-fixtures/datapoints-assets.json +0 -0
  93. package/test/result-fixtures/in-clause-under-conjunction-1.json +0 -0
  94. package/test/result-fixtures/in-clause-under-conjunction-2.json +0 -0
  95. package/test/result-fixtures/multi-instances/concepts-sg.json +0 -0
  96. package/test/result-fixtures/multi-instances/concepts-soderstornsmodellen.json +0 -0
  97. package/test/result-fixtures/multi-instances/datapoints-sg.json +0 -0
  98. package/test/result-fixtures/multi-instances/datapoints-soderstornsmodellen.json +0 -0
  99. package/test/result-fixtures/multi-instances/entities-sg.json +0 -0
  100. package/test/result-fixtures/multi-instances/entities-soderstornsmodellen.json +0 -0
  101. package/test/result-fixtures/multi-instances/schema-sg.json +0 -0
  102. package/test/result-fixtures/multi-instances/schema-soderstornsmodellen.json +0 -0
  103. package/test/schema.spec.ts +0 -0
  104. package/test/tslint.json +0 -0
  105. package/tsconfig-web.json +0 -0
  106. package/tsconfig.json +0 -0
  107. package/tslint.json +0 -0
  108. package/.nyc_output/6feafbf28840d8453a35f3938d258f72.json +0 -1
  109. package/.nyc_output/d4b22a0dc4a37c160be23c49fdbe4298.json +0 -1
  110. package/CHANGELOG.md +0 -356
  111. package/coverage/base.css +0 -223
  112. package/coverage/block-navigation.js +0 -63
  113. package/coverage/index.html +0 -136
  114. package/coverage/prettify.css +0 -1
  115. package/coverage/prettify.js +0 -1
  116. package/coverage/sort-arrow-sprite.png +0 -0
  117. package/coverage/sorter.js +0 -158
  118. package/coverage/src/ddf-csv.ts.html +0 -2826
  119. package/coverage/src/ddfcsv-error.ts.html +0 -132
  120. package/coverage/src/ddfcsv-reader.ts.html +0 -501
  121. package/coverage/src/file-readers/backend-file-reader.ts.html +0 -159
  122. package/coverage/src/file-readers/github-path-adapter.ts.html +0 -228
  123. package/coverage/src/file-readers/index.html +0 -110
  124. package/coverage/src/index.html +0 -136
  125. package/coverage/src/index.ts.html +0 -129
  126. package/coverage/src/resource-selection-optimizer/in-clause-under-conjunction.ts.html +0 -729
  127. package/coverage/src/resource-selection-optimizer/index.html +0 -110
  128. package/coverage/src/resource-selection-optimizer/index.ts.html +0 -102
  129. package/coverage/src/test-cases/concepts.ts.html +0 -150
  130. package/coverage/src/test-cases/entities.ts.html +0 -225
  131. package/coverage/src/test-cases/index.html +0 -110
package/CHANGELOG.md DELETED
@@ -1,356 +0,0 @@
1
- <a name="4.2.0"></a>
2
- # [4.2.0](https://github.com/vizabi/reader-ddfcsv/compare/v4.1.0...v4.2.0) (2024-05-28)
3
-
4
-
5
-
6
- <a name="4.0.2"></a>
7
- ## [4.0.2](https://github.com/vizabi/reader-ddfcsv/compare/v4.0.1...v4.0.2) (2022-09-09)
8
-
9
-
10
-
11
- <a name="4.0.0"></a>
12
- # [4.0.0](https://github.com/vizabi/reader-ddfcsv/compare/v3.0.13...v4.0.0) (2020-08-12)
13
-
14
-
15
-
16
- <a name="4.0.0"></a>
17
- # [4.0.0](https://github.com/vizabi/reader-ddfcsv/compare/v3.0.13...v4.0.0) (2020-08-12)
18
-
19
-
20
-
21
- <a name="3.0.13"></a>
22
- ## [3.0.13](https://github.com/vizabi/reader-ddfcsv/compare/v3.0.12...v3.0.13) (2019-04-25)
23
-
24
-
25
-
26
- <a name="3.0.12"></a>
27
- ## [3.0.12](https://github.com/vizabi/reader-ddfcsv/compare/v2.5.0...v3.0.12) (2019-04-25)
28
-
29
-
30
- ### Features
31
-
32
- * **Cross-platform Diagnostics:** provide Cross-platform Diagnostics … ([#113](https://github.com/vizabi/reader-ddfcsv/issues/113)) ([2d93ea4](https://github.com/vizabi/reader-ddfcsv/commit/2d93ea4)), closes [#112](https://github.com/vizabi/reader-ddfcsv/issues/112)
33
-
34
-
35
-
36
- <a name="2.5.0"></a>
37
- # [2.5.0](https://github.com/vizabi/reader-ddfcsv/compare/v2.4.3...v2.5.0) (2018-12-11)
38
-
39
-
40
- ### Features
41
-
42
- * **read from GCP:** implement the ability to read files from GCP ([#111](https://github.com/vizabi/reader-ddfcsv/issues/111)) ([0c13735](https://github.com/vizabi/reader-ddfcsv/commit/0c13735)), closes [#110](https://github.com/vizabi/reader-ddfcsv/issues/110)
43
- * **tests:** tests for multi-instance mode ([#109](https://github.com/vizabi/reader-ddfcsv/issues/109)) ([9aa475c](https://github.com/vizabi/reader-ddfcsv/commit/9aa475c)), closes [#108](https://github.com/vizabi/reader-ddfcsv/issues/108)
44
-
45
-
46
-
47
- <a name="2.4.3"></a>
48
- ## [2.4.3](https://github.com/vizabi/reader-ddfcsv/compare/v2.4.2...v2.4.3) (2018-10-17)
49
-
50
-
51
-
52
- <a name="2.4.2"></a>
53
- ## [2.4.2](https://github.com/vizabi/reader-ddfcsv/compare/v2.4.1...v2.4.2) (2018-10-17)
54
-
55
-
56
-
57
- <a name="2.4.1"></a>
58
- ## [2.4.1](https://github.com/vizabi/reader-ddfcsv/compare/v2.3.1...v2.4.1) (2018-10-16)
59
-
60
-
61
- ### Features
62
-
63
- * **ddfcsv-reader:** add load file function ([65cd24c](https://github.com/vizabi/reader-ddfcsv/commit/65cd24c))
64
- * **load-file:** add load file function to ddfcsv-reader ([804fa6a](https://github.com/vizabi/reader-ddfcsv/commit/804fa6a))
65
- * **queries processing:** optimize high loaded queries with $nin clause ([cf3405e](https://github.com/vizabi/reader-ddfcsv/commit/cf3405e)), closes [#95](https://github.com/vizabi/reader-ddfcsv/issues/95)
66
-
67
-
68
-
69
- <a name="2.4.0"></a>
70
- # [2.4.0](https://github.com/vizabi/reader-ddfcsv/compare/v2.3.1...v2.4.0) (2018-10-04)
71
-
72
-
73
- ### Features
74
-
75
- * **ddfcsv-reader:** add load file function ([65cd24c](https://github.com/vizabi/reader-ddfcsv/commit/65cd24c))
76
- * **load-file:** add load file function to ddfcsv-reader ([804fa6a](https://github.com/vizabi/reader-ddfcsv/commit/804fa6a))
77
- * **queries processing:** optimize high loaded queries with $nin clause ([cf3405e](https://github.com/vizabi/reader-ddfcsv/commit/cf3405e)), closes [#95](https://github.com/vizabi/reader-ddfcsv/issues/95)
78
-
79
-
80
-
81
- <a name="2.3.8"></a>
82
- ## [2.3.8](https://github.com/vizabi/reader-ddfcsv/compare/v2.3.1...v2.3.8) (2018-10-03)
83
-
84
-
85
- ### Features
86
-
87
- * **queries processing:** optimize high loaded queries with $nin clause ([cf3405e](https://github.com/vizabi/reader-ddfcsv/commit/cf3405e)), closes [#95](https://github.com/vizabi/reader-ddfcsv/issues/95)
88
-
89
-
90
-
91
- <a name="2.3.2"></a>
92
- ## [2.3.2](https://github.com/vizabi/reader-ddfcsv/compare/v2.3.1...v2.3.2) (2018-09-14)
93
-
94
-
95
-
96
- <a name="2.3.1"></a>
97
- ## [2.3.1](https://github.com/vizabi/reader-ddfcsv/compare/v2.3.0...v2.3.1) (2018-08-22)
98
-
99
-
100
- ### Bug Fixes
101
-
102
- * **git-modules:** fix git modules to publishing them to npm ([b8a57d7](https://github.com/vizabi/reader-ddfcsv/commit/b8a57d7))
103
-
104
-
105
-
106
- <a name="2.3.0"></a>
107
- # [2.3.0](https://github.com/vizabi/reader-ddfcsv/compare/v2.2.1...v2.3.0) (2018-08-22)
108
-
109
-
110
- ### Bug Fixes
111
-
112
- * **npm-ignore:** exclude from npm ingnoring tests for reusing in readers tests ([04f9757](https://github.com/vizabi/reader-ddfcsv/commit/04f9757))
113
- * **package-json:** fix devDependencies versions ([1cb7b4e](https://github.com/vizabi/reader-ddfcsv/commit/1cb7b4e))
114
-
115
-
116
- ### Features
117
-
118
- * **e2e-tests:** create query validator ([#80](https://github.com/vizabi/reader-ddfcsv/issues/80)) ([cfb01c3](https://github.com/vizabi/reader-ddfcsv/commit/cfb01c3)), closes [#83](https://github.com/vizabi/reader-ddfcsv/issues/83) [#84](https://github.com/vizabi/reader-ddfcsv/issues/84)
119
-
120
-
121
-
122
- <a name="2.2.1"></a>
123
- ## [2.2.1](https://github.com/vizabi/reader-ddfcsv/compare/v2.2.0...v2.2.1) (2018-05-29)
124
-
125
-
126
-
127
- <a name="2.2.0"></a>
128
- # [2.2.0](https://github.com/vizabi/reader-ddfcsv/compare/v2.1.2...v2.2.0) (2018-05-15)
129
-
130
-
131
- ### Features
132
-
133
- * **query optimization:** optimize slow query based on $in clause ([476c4ea](https://github.com/vizabi/reader-ddfcsv/commit/476c4ea)), closes [#77](https://github.com/vizabi/reader-ddfcsv/issues/77)
134
-
135
-
136
-
137
- <a name="2.1.2"></a>
138
- ## [2.1.2](https://github.com/vizabi/reader-ddfcsv/compare/v2.1.1...v2.1.2) (2018-04-25)
139
-
140
-
141
- ### Features
142
-
143
- * **general:** provide an appropriate result format for WS ([1050a07](https://github.com/vizabi/reader-ddfcsv/commit/1050a07)), closes [#75](https://github.com/vizabi/reader-ddfcsv/issues/75)
144
-
145
-
146
-
147
- <a name="2.1.1"></a>
148
- ## [2.1.1](https://github.com/vizabi/reader-ddfcsv/compare/v2.1.0...v2.1.1) (2018-04-12)
149
-
150
-
151
-
152
- <a name="2.1.0"></a>
153
- # [2.1.0](https://github.com/vizabi/reader-ddfcsv/compare/v2.0.2...v2.1.0) (2018-03-29)
154
-
155
-
156
-
157
- <a name="2.0.2"></a>
158
- ## [2.0.2](https://github.com/vizabi/reader-ddfcsv/compare/v2.0.1...v2.0.2) (2018-01-24)
159
-
160
-
161
-
162
- <a name="2.0.1"></a>
163
- ## [2.0.1](https://github.com/vizabi/reader-ddfcsv/compare/v2.0.0...v2.0.1) (2018-01-24)
164
-
165
-
166
-
167
- <a name="2.0.0"></a>
168
- # [2.0.0](https://github.com/vizabi/reader-ddfcsv/compare/v0.14.5...v2.0.0) (2018-01-23)
169
-
170
-
171
- ### Features
172
-
173
- * **redesing:** version 2.0 ([0c29ae0](https://github.com/vizabi/reader-ddfcsv/commit/0c29ae0)), closes [#65](https://github.com/vizabi/reader-ddfcsv/issues/65)
174
-
175
-
176
-
177
- <a name="0.14.5"></a>
178
- ## [0.14.5](https://github.com/vizabi/reader-ddfcsv/compare/v0.14.4...v0.14.5) (2017-11-16)
179
-
180
-
181
-
182
- <a name="0.14.4"></a>
183
- ## [0.14.4](https://github.com/vizabi/reader-ddfcsv/compare/v0.14.3...v0.14.4) (2017-11-16)
184
-
185
-
186
-
187
- <a name="0.14.3"></a>
188
- ## [0.14.3](https://github.com/vizabi/reader-ddfcsv/compare/v0.14.2...v0.14.3) (2017-11-16)
189
-
190
-
191
-
192
- <a name="0.14.2"></a>
193
- ## [0.14.2](https://github.com/vizabi/reader-ddfcsv/compare/v0.14.1...v0.14.2) (2017-11-15)
194
-
195
-
196
-
197
- <a name="0.14.1"></a>
198
- ## [0.14.1](https://github.com/vizabi/reader-ddfcsv/compare/v0.14.0...v0.14.1) (2017-11-10)
199
-
200
-
201
-
202
- <a name="0.14.0"></a>
203
- # [0.14.0](https://github.com/vizabi/reader-ddfcsv/compare/v0.13.0...v0.14.0) (2017-10-24)
204
-
205
-
206
-
207
- <a name="0.13.0"></a>
208
- # [0.13.0](https://github.com/vizabi/reader-ddfcsv/compare/v0.12.0...v0.13.0) (2017-10-04)
209
-
210
-
211
- ### Features
212
-
213
- * **schema query:** implement custom aggregation functions on ddf schema queries ([a3cad9e](https://github.com/vizabi/reader-ddfcsv/commit/a3cad9e)), closes [#50](https://github.com/vizabi/reader-ddfcsv/issues/50)
214
-
215
-
216
-
217
- <a name="0.12.0"></a>
218
- # [0.12.0](https://github.com/vizabi/reader-ddfcsv/compare/v0.10.0...v0.12.0) (2017-10-03)
219
-
220
-
221
- ### Features
222
-
223
- * **ddfschema:** implement schema queries ([d4d41df](https://github.com/vizabi/reader-ddfcsv/commit/d4d41df)), closes [#48](https://github.com/vizabi/reader-ddfcsv/issues/48)
224
-
225
-
226
-
227
- <a name="0.10.0"></a>
228
- # [0.10.0](https://github.com/vizabi/reader-ddfcsv/compare/v0.9.1...v0.10.0) (2017-08-16)
229
-
230
-
231
- ### Features
232
-
233
- * **general:** implement asset functionality ([f6be478](https://github.com/vizabi/reader-ddfcsv/commit/f6be478)), closes [#45](https://github.com/vizabi/reader-ddfcsv/issues/45)
234
-
235
-
236
-
237
- <a name="0.9.2"></a>
238
- ## [0.9.2](https://github.com/vizabi/reader-ddfcsv/compare/v0.9.1...v0.9.2) (2017-06-27)
239
-
240
-
241
-
242
- <a name="0.9.1"></a>
243
- ## [0.9.1](https://github.com/vizabi/reader-ddfcsv/compare/v0.9.0...v0.9.1) (2017-06-02)
244
-
245
-
246
-
247
- <a name="0.9.0"></a>
248
- # [0.9.0](https://github.com/vizabi/reader-ddfcsv/compare/v0.8.3...v0.9.0) (2017-05-17)
249
-
250
-
251
- ### Features
252
-
253
- * **general:** ddfSchema supporting ([3ec6eb0](https://github.com/vizabi/reader-ddfcsv/commit/3ec6eb0)), closes [#38](https://github.com/vizabi/reader-ddfcsv/issues/38)
254
-
255
-
256
-
257
- <a name="0.8.3"></a>
258
- ## [0.8.3](https://github.com/vizabi/reader-ddfcsv/compare/v0.8.0...v0.8.3) (2017-05-10)
259
-
260
-
261
-
262
- <a name="0.8.0"></a>
263
- # [0.8.0](https://github.com/vizabi/reader-ddfcsv/compare/v0.7.2...v0.8.0) (2017-03-22)
264
-
265
-
266
- ### Features
267
-
268
- * **data source:** ability to read DDF dataset from github directly ([3f81185](https://github.com/vizabi/reader-ddfcsv/commit/3f81185)), closes [#30](https://github.com/vizabi/reader-ddfcsv/issues/30)
269
-
270
-
271
-
272
- <a name="0.7.2"></a>
273
- ## [0.7.2](https://github.com/vizabi/reader-ddfcsv/compare/v0.7.1...v0.7.2) (2017-02-27)
274
-
275
-
276
-
277
- <a name="0.7.1"></a>
278
- ## [0.7.1](https://github.com/vizabi/reader-ddfcsv/compare/v0.7.0...v0.7.1) (2017-02-27)
279
-
280
-
281
-
282
- <a name="0.7.0"></a>
283
- # [0.7.0](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.9...v0.7.0) (2017-02-22)
284
-
285
-
286
- ### Features
287
-
288
- * **general:** translations functionality providing ([20e298e](https://github.com/vizabi/reader-ddfcsv/commit/20e298e)), closes [#15](https://github.com/vizabi/reader-ddfcsv/issues/15)
289
-
290
-
291
-
292
- <a name="0.6.9"></a>
293
- ## [0.6.9](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.8...v0.6.9) (2017-01-23)
294
-
295
-
296
-
297
- <a name="0.6.8"></a>
298
- ## [0.6.8](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.7...v0.6.8) (2017-01-17)
299
-
300
-
301
-
302
- <a name="0.6.7"></a>
303
- ## [0.6.7](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.6...v0.6.7) (2017-01-15)
304
-
305
-
306
-
307
- <a name="0.6.6"></a>
308
- ## [0.6.6](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.5...v0.6.6) (2017-01-13)
309
-
310
-
311
-
312
- <a name="0.6.5"></a>
313
- ## [0.6.5](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.4...v0.6.5) (2017-01-13)
314
-
315
-
316
-
317
- <a name="0.6.4"></a>
318
- ## [0.6.4](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.3...v0.6.4) (2017-01-12)
319
-
320
-
321
-
322
- <a name="0.6.3"></a>
323
- ## [0.6.3](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.2...v0.6.3) (2017-01-12)
324
-
325
-
326
-
327
- <a name="0.6.2"></a>
328
- ## [0.6.2](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.1...v0.6.2) (2017-01-12)
329
-
330
-
331
-
332
- <a name="0.6.1"></a>
333
- ## [0.6.1](https://github.com/vizabi/reader-ddfcsv/compare/v0.6.0...v0.6.1) (2016-12-14)
334
-
335
-
336
-
337
- <a name="0.6.0"></a>
338
- # 0.6.0 (2016-12-13)
339
-
340
-
341
- ### Bug Fixes
342
-
343
- * **entity:** fix entity output value -> domain ([56db645](https://github.com/vizabi/reader-ddfcsv/commit/56db645))
344
-
345
-
346
- ### Features
347
-
348
- * **api:** add schema adapters for entities and datapoints ([d0df7e4](https://github.com/vizabi/reader-ddfcsv/commit/d0df7e4)), closes [#9](https://github.com/vizabi/reader-ddfcsv/issues/9)
349
- * **datapackage:** datapackage.json supporting ([a81ecf4](https://github.com/vizabi/reader-ddfcsv/commit/a81ecf4)), closes [#13](https://github.com/vizabi/reader-ddfcsv/issues/13)
350
- * **ddfql:** query processing without data range ([4005a98](https://github.com/vizabi/reader-ddfcsv/commit/4005a98))
351
- * **general:** strict typing ([a25c2b9](https://github.com/vizabi/reader-ddfcsv/commit/a25c2b9)), closes [#20](https://github.com/vizabi/reader-ddfcsv/issues/20)
352
- * **joins:** joins supporting in ddf query ([d79eb09](https://github.com/vizabi/reader-ddfcsv/commit/d79eb09)), closes [#7](https://github.com/vizabi/reader-ddfcsv/issues/7)
353
- * **version:** new version based on Vizabi 0.15.2-3 ([807eeec](https://github.com/vizabi/reader-ddfcsv/commit/807eeec)), closes [#5](https://github.com/vizabi/reader-ddfcsv/issues/5)
354
-
355
-
356
-
package/coverage/base.css DELETED
@@ -1,223 +0,0 @@
1
- body, html {
2
- margin:0; padding: 0;
3
- height: 100%;
4
- }
5
- body {
6
- font-family: Helvetica Neue, Helvetica, Arial;
7
- font-size: 14px;
8
- color:#333;
9
- }
10
- .small { font-size: 12px; }
11
- *, *:after, *:before {
12
- -webkit-box-sizing:border-box;
13
- -moz-box-sizing:border-box;
14
- box-sizing:border-box;
15
- }
16
- h1 { font-size: 20px; margin: 0;}
17
- h2 { font-size: 14px; }
18
- pre {
19
- font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace;
20
- margin: 0;
21
- padding: 0;
22
- -moz-tab-size: 2;
23
- -o-tab-size: 2;
24
- tab-size: 2;
25
- }
26
- a { color:#0074D9; text-decoration:none; }
27
- a:hover { text-decoration:underline; }
28
- .strong { font-weight: bold; }
29
- .space-top1 { padding: 10px 0 0 0; }
30
- .pad2y { padding: 20px 0; }
31
- .pad1y { padding: 10px 0; }
32
- .pad2x { padding: 0 20px; }
33
- .pad2 { padding: 20px; }
34
- .pad1 { padding: 10px; }
35
- .space-left2 { padding-left:55px; }
36
- .space-right2 { padding-right:20px; }
37
- .center { text-align:center; }
38
- .clearfix { display:block; }
39
- .clearfix:after {
40
- content:'';
41
- display:block;
42
- height:0;
43
- clear:both;
44
- visibility:hidden;
45
- }
46
- .fl { float: left; }
47
- @media only screen and (max-width:640px) {
48
- .col3 { width:100%; max-width:100%; }
49
- .hide-mobile { display:none!important; }
50
- }
51
-
52
- .quiet {
53
- color: #7f7f7f;
54
- color: rgba(0,0,0,0.5);
55
- }
56
- .quiet a { opacity: 0.7; }
57
-
58
- .fraction {
59
- font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
60
- font-size: 10px;
61
- color: #555;
62
- background: #E8E8E8;
63
- padding: 4px 5px;
64
- border-radius: 3px;
65
- vertical-align: middle;
66
- }
67
-
68
- div.path a:link, div.path a:visited { color: #333; }
69
- table.coverage {
70
- border-collapse: collapse;
71
- margin: 10px 0 0 0;
72
- padding: 0;
73
- }
74
-
75
- table.coverage td {
76
- margin: 0;
77
- padding: 0;
78
- vertical-align: top;
79
- }
80
- table.coverage td.line-count {
81
- text-align: right;
82
- padding: 0 5px 0 20px;
83
- }
84
- table.coverage td.line-coverage {
85
- text-align: right;
86
- padding-right: 10px;
87
- min-width:20px;
88
- }
89
-
90
- table.coverage td span.cline-any {
91
- display: inline-block;
92
- padding: 0 5px;
93
- width: 100%;
94
- }
95
- .missing-if-branch {
96
- display: inline-block;
97
- margin-right: 5px;
98
- border-radius: 3px;
99
- position: relative;
100
- padding: 0 4px;
101
- background: #333;
102
- color: yellow;
103
- }
104
-
105
- .skip-if-branch {
106
- display: none;
107
- margin-right: 10px;
108
- position: relative;
109
- padding: 0 4px;
110
- background: #ccc;
111
- color: white;
112
- }
113
- .missing-if-branch .typ, .skip-if-branch .typ {
114
- color: inherit !important;
115
- }
116
- .coverage-summary {
117
- border-collapse: collapse;
118
- width: 100%;
119
- }
120
- .coverage-summary tr { border-bottom: 1px solid #bbb; }
121
- .keyline-all { border: 1px solid #ddd; }
122
- .coverage-summary td, .coverage-summary th { padding: 10px; }
123
- .coverage-summary tbody { border: 1px solid #bbb; }
124
- .coverage-summary td { border-right: 1px solid #bbb; }
125
- .coverage-summary td:last-child { border-right: none; }
126
- .coverage-summary th {
127
- text-align: left;
128
- font-weight: normal;
129
- white-space: nowrap;
130
- }
131
- .coverage-summary th.file { border-right: none !important; }
132
- .coverage-summary th.pct { }
133
- .coverage-summary th.pic,
134
- .coverage-summary th.abs,
135
- .coverage-summary td.pct,
136
- .coverage-summary td.abs { text-align: right; }
137
- .coverage-summary td.file { white-space: nowrap; }
138
- .coverage-summary td.pic { min-width: 120px !important; }
139
- .coverage-summary tfoot td { }
140
-
141
- .coverage-summary .sorter {
142
- height: 10px;
143
- width: 7px;
144
- display: inline-block;
145
- margin-left: 0.5em;
146
- background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent;
147
- }
148
- .coverage-summary .sorted .sorter {
149
- background-position: 0 -20px;
150
- }
151
- .coverage-summary .sorted-desc .sorter {
152
- background-position: 0 -10px;
153
- }
154
- .status-line { height: 10px; }
155
- /* yellow */
156
- .cbranch-no { background: yellow !important; color: #111; }
157
- /* dark red */
158
- .red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
159
- .low .chart { border:1px solid #C21F39 }
160
- .highlighted,
161
- .highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
162
- background: #C21F39 !important;
163
- }
164
- /* medium red */
165
- .cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
166
- /* light red */
167
- .low, .cline-no { background:#FCE1E5 }
168
- /* light green */
169
- .high, .cline-yes { background:rgb(230,245,208) }
170
- /* medium green */
171
- .cstat-yes { background:rgb(161,215,106) }
172
- /* dark green */
173
- .status-line.high, .high .cover-fill { background:rgb(77,146,33) }
174
- .high .chart { border:1px solid rgb(77,146,33) }
175
-
176
- .medium .chart { border:1px solid #666; }
177
- .medium .cover-fill { background: #666; }
178
-
179
- .cstat-skip { background: #ddd; color: #111; }
180
- .fstat-skip { background: #ddd; color: #111 !important; }
181
- .cbranch-skip { background: #ddd !important; color: #111; }
182
-
183
- span.cline-neutral { background: #eaeaea; }
184
- .medium { background: #eaeaea; }
185
-
186
- .coverage-summary td.empty {
187
- opacity: .5;
188
- padding-top: 4px;
189
- padding-bottom: 4px;
190
- line-height: 1;
191
- color: #888;
192
- }
193
-
194
- .cover-fill, .cover-empty {
195
- display:inline-block;
196
- height: 12px;
197
- }
198
- .chart {
199
- line-height: 0;
200
- }
201
- .cover-empty {
202
- background: white;
203
- }
204
- .cover-full {
205
- border-right: none !important;
206
- }
207
- pre.prettyprint {
208
- border: none !important;
209
- padding: 0 !important;
210
- margin: 0 !important;
211
- }
212
- .com { color: #999 !important; }
213
- .ignore-none { color: #999; font-weight: normal; }
214
-
215
- .wrapper {
216
- min-height: 100%;
217
- height: auto !important;
218
- height: 100%;
219
- margin: 0 auto -48px;
220
- }
221
- .footer, .push {
222
- height: 48px;
223
- }
@@ -1,63 +0,0 @@
1
- var jumpToCode = (function init () {
2
- // Classes of code we would like to highlight
3
- var missingCoverageClasses = [ '.cbranch-no', '.cstat-no', '.fstat-no' ];
4
-
5
- // We don't want to select elements that are direct descendants of another match
6
- var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > `
7
-
8
- // Selecter that finds elements on the page to which we can jump
9
- var selector = notSelector + missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b`
10
-
11
- // The NodeList of matching elements
12
- var missingCoverageElements = document.querySelectorAll(selector);
13
-
14
- var currentIndex;
15
-
16
- function toggleClass(index) {
17
- missingCoverageElements.item(currentIndex).classList.remove('highlighted');
18
- missingCoverageElements.item(index).classList.add('highlighted');
19
- }
20
-
21
- function makeCurrent(index) {
22
- toggleClass(index);
23
- currentIndex = index;
24
- missingCoverageElements.item(index)
25
- .scrollIntoView({ behavior: 'smooth', block: 'center', inline: 'center' });
26
- }
27
-
28
- function goToPrevious() {
29
- var nextIndex = 0;
30
- if (typeof currentIndex !== 'number' || currentIndex === 0) {
31
- nextIndex = missingCoverageElements.length - 1;
32
- } else if (missingCoverageElements.length > 1) {
33
- nextIndex = currentIndex - 1;
34
- }
35
-
36
- makeCurrent(nextIndex);
37
- }
38
-
39
- function goToNext() {
40
- var nextIndex = 0;
41
-
42
- if (typeof currentIndex === 'number' && currentIndex < (missingCoverageElements.length - 1)) {
43
- nextIndex = currentIndex + 1;
44
- }
45
-
46
- makeCurrent(nextIndex);
47
- }
48
-
49
- return function jump(event) {
50
- switch (event.which) {
51
- case 78: // n
52
- case 74: // j
53
- goToNext();
54
- break;
55
- case 66: // b
56
- case 75: // k
57
- case 80: // p
58
- goToPrevious();
59
- break;
60
- }
61
- };
62
- }());
63
- window.addEventListener('keydown', jumpToCode);