@cubejs-backend/testing-shared 0.31.14 → 0.31.15

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 (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -470
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/testing-shared",
3
- "version": "0.31.14",
3
+ "version": "0.31.15",
4
4
  "description": "Cube.js Testing Helpers",
5
5
  "author": "Cube Dev, Inc.",
6
6
  "license": "Apache-2.0",
@@ -21,9 +21,9 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@cubejs-backend/dotenv": "^9.0.2",
24
- "@cubejs-backend/query-orchestrator": "^0.31.13",
25
- "@cubejs-backend/schema-compiler": "^0.31.13",
26
- "@cubejs-backend/shared": "^0.31.13",
24
+ "@cubejs-backend/query-orchestrator": "^0.31.15",
25
+ "@cubejs-backend/schema-compiler": "^0.31.15",
26
+ "@cubejs-backend/shared": "^0.31.15",
27
27
  "dedent": "^0.7.0",
28
28
  "node-fetch": "^2.6.7",
29
29
  "testcontainers": "^8.12"
@@ -53,5 +53,5 @@
53
53
  "eslintConfig": {
54
54
  "extends": "../cubejs-linter"
55
55
  },
56
- "gitHead": "17a6ebd5c630f8cd74b1436fa8cef7d2e633cbaa"
56
+ "gitHead": "b881465f9826f180b1edd778fffecf639dd2e946"
57
57
  }
package/CHANGELOG.md DELETED
@@ -1,470 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.31.14](https://github.com/cube-js/cube.js/compare/v0.31.13...v0.31.14) (2022-11-14)
7
-
8
-
9
- ### Features
10
-
11
- * **@cubejs-backend/mssql-driver:** Make MSSQL `readOnly` by default ([#5584](https://github.com/cube-js/cube.js/issues/5584)) ([ddf0369](https://github.com/cube-js/cube.js/commit/ddf036992aebc61fdd99d2a67753c63528bba9db))
12
-
13
-
14
-
15
-
16
-
17
- ## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08)
18
-
19
-
20
- ### Features
21
-
22
- * export bucket CVS files escape symbol support ([#5570](https://github.com/cube-js/cube.js/issues/5570)) ([09ceffb](https://github.com/cube-js/cube.js/commit/09ceffbefc75417555f8ff90f6277bd9c419d751))
23
-
24
-
25
-
26
-
27
-
28
- ## [0.31.12](https://github.com/cube-js/cube.js/compare/v0.31.11...v0.31.12) (2022-11-05)
29
-
30
- **Note:** Version bump only for package @cubejs-backend/testing-shared
31
-
32
-
33
-
34
-
35
-
36
- ## [0.31.11](https://github.com/cube-js/cube.js/compare/v0.31.10...v0.31.11) (2022-11-02)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * **@cubejs-backend/prestodb-driver:** Replace double escaping in contain filter ([#5529](https://github.com/cube-js/cube.js/issues/5529)) ([7870705](https://github.com/cube-js/cube.js/commit/7870705b04697faf8cb994c0794bc86437a9e3cf)), closes [#5528](https://github.com/cube-js/cube.js/issues/5528)
42
-
43
-
44
- ### Features
45
-
46
- * **cubestore:** Sealing partition ([#5523](https://github.com/cube-js/cube.js/issues/5523)) ([70ee72c](https://github.com/cube-js/cube.js/commit/70ee72cca5b9a77bf14994f05b0e77148089362c))
47
-
48
-
49
-
50
-
51
-
52
- ## [0.31.9](https://github.com/cube-js/cube.js/compare/v0.31.8...v0.31.9) (2022-11-01)
53
-
54
- **Note:** Version bump only for package @cubejs-backend/testing-shared
55
-
56
-
57
-
58
-
59
-
60
- ## [0.31.8](https://github.com/cube-js/cube.js/compare/v0.31.7...v0.31.8) (2022-10-30)
61
-
62
- **Note:** Version bump only for package @cubejs-backend/testing-shared
63
-
64
-
65
-
66
-
67
-
68
- ## [0.31.7](https://github.com/cube-js/cube.js/compare/v0.31.6...v0.31.7) (2022-10-27)
69
-
70
- **Note:** Version bump only for package @cubejs-backend/testing-shared
71
-
72
-
73
-
74
-
75
-
76
- ## [0.31.5](https://github.com/cube-js/cube.js/compare/v0.31.4...v0.31.5) (2022-10-20)
77
-
78
- **Note:** Version bump only for package @cubejs-backend/testing-shared
79
-
80
-
81
-
82
-
83
-
84
- ## [0.31.4](https://github.com/cube-js/cube.js/compare/v0.31.3...v0.31.4) (2022-10-13)
85
-
86
- **Note:** Version bump only for package @cubejs-backend/testing-shared
87
-
88
-
89
-
90
-
91
-
92
- ## [0.31.3](https://github.com/cube-js/cube.js/compare/v0.31.2...v0.31.3) (2022-10-08)
93
-
94
- **Note:** Version bump only for package @cubejs-backend/testing-shared
95
-
96
-
97
-
98
-
99
-
100
- ## [0.31.2](https://github.com/cube-js/cube.js/compare/v0.31.1...v0.31.2) (2022-10-08)
101
-
102
- **Note:** Version bump only for package @cubejs-backend/testing-shared
103
-
104
-
105
-
106
-
107
-
108
- ## [0.31.1](https://github.com/cube-js/cube.js/compare/v0.31.0...v0.31.1) (2022-10-04)
109
-
110
- **Note:** Version bump only for package @cubejs-backend/testing-shared
111
-
112
-
113
-
114
-
115
-
116
- # [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
117
-
118
- **Note:** Version bump only for package @cubejs-backend/testing-shared
119
-
120
-
121
-
122
-
123
-
124
- ## [0.30.75](https://github.com/cube-js/cube.js/compare/v0.30.74...v0.30.75) (2022-09-22)
125
-
126
- **Note:** Version bump only for package @cubejs-backend/testing-shared
127
-
128
-
129
-
130
-
131
-
132
- ## [0.30.73](https://github.com/cube-js/cube.js/compare/v0.30.72...v0.30.73) (2022-09-19)
133
-
134
- **Note:** Version bump only for package @cubejs-backend/testing-shared
135
-
136
-
137
-
138
-
139
-
140
- ## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)
141
-
142
- **Note:** Version bump only for package @cubejs-backend/testing-shared
143
-
144
-
145
-
146
-
147
-
148
- ## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)
149
-
150
- **Note:** Version bump only for package @cubejs-backend/testing-shared
151
-
152
-
153
-
154
-
155
-
156
- ## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
157
-
158
-
159
- ### Bug Fixes
160
-
161
- * migrate base driver to ts ([#5233](https://github.com/cube-js/cube.js/issues/5233)) ([c24f545](https://github.com/cube-js/cube.js/commit/c24f5450d68896e06ef6830d9348c0370c22b34c))
162
-
163
-
164
-
165
-
166
-
167
- ## [0.30.67](https://github.com/cube-js/cube.js/compare/v0.30.66...v0.30.67) (2022-09-09)
168
-
169
- **Note:** Version bump only for package @cubejs-backend/testing-shared
170
-
171
-
172
-
173
-
174
-
175
- ## [0.30.63](https://github.com/cube-js/cube.js/compare/v0.30.62...v0.30.63) (2022-09-05)
176
-
177
- **Note:** Version bump only for package @cubejs-backend/testing-shared
178
-
179
-
180
-
181
-
182
-
183
- ## [0.30.61](https://github.com/cube-js/cube.js/compare/v0.30.60...v0.30.61) (2022-09-01)
184
-
185
- **Note:** Version bump only for package @cubejs-backend/testing-shared
186
-
187
-
188
-
189
-
190
-
191
- ## [0.30.60](https://github.com/cube-js/cube.js/compare/v0.30.59...v0.30.60) (2022-08-28)
192
-
193
- **Note:** Version bump only for package @cubejs-backend/testing-shared
194
-
195
-
196
-
197
-
198
-
199
- ## [0.30.57](https://github.com/cube-js/cube.js/compare/v0.30.56...v0.30.57) (2022-08-25)
200
-
201
-
202
- ### Features
203
-
204
- * **cubestore:** Aggregating index in pre-aggregations ([#5016](https://github.com/cube-js/cube.js/issues/5016)) ([0c3caca](https://github.com/cube-js/cube.js/commit/0c3caca7ac6bfe12fb95a15bb1bc538d1363ecdf))
205
-
206
-
207
-
208
-
209
-
210
- ## [0.30.53](https://github.com/cube-js/cube.js/compare/v0.30.52...v0.30.53) (2022-08-18)
211
-
212
- **Note:** Version bump only for package @cubejs-backend/testing-shared
213
-
214
-
215
-
216
-
217
-
218
- ## [0.30.51](https://github.com/cube-js/cube.js/compare/v0.30.50...v0.30.51) (2022-08-17)
219
-
220
- **Note:** Version bump only for package @cubejs-backend/testing-shared
221
-
222
-
223
-
224
-
225
-
226
- ## [0.30.50](https://github.com/cube-js/cube.js/compare/v0.30.49...v0.30.50) (2022-08-16)
227
-
228
- **Note:** Version bump only for package @cubejs-backend/testing-shared
229
-
230
-
231
-
232
-
233
-
234
- ## [0.30.47](https://github.com/cube-js/cube.js/compare/v0.30.46...v0.30.47) (2022-08-12)
235
-
236
-
237
- ### Features
238
-
239
- * **cubejs:** LambdaView: hybrid query of source tables and pre-aggregation tables. ([#4718](https://github.com/cube-js/cube.js/issues/4718)) ([4ae826b](https://github.com/cube-js/cube.js/commit/4ae826b4d27afbfce366830150e130f29c7fcbbf))
240
-
241
-
242
-
243
-
244
-
245
- ## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10)
246
-
247
-
248
- ### Features
249
-
250
- * **drivers:** Bootstraps CrateDB driver ([#4929](https://github.com/cube-js/cube.js/issues/4929)) ([db87b8f](https://github.com/cube-js/cube.js/commit/db87b8f18686607498467c6ff0f71abcd1e38c5d))
251
-
252
-
253
-
254
-
255
-
256
- ## [0.30.45](https://github.com/cube-js/cube.js/compare/v0.30.44...v0.30.45) (2022-08-05)
257
-
258
- **Note:** Version bump only for package @cubejs-backend/testing-shared
259
-
260
-
261
-
262
-
263
-
264
- ## [0.30.43](https://github.com/cube-js/cube.js/compare/v0.30.42...v0.30.43) (2022-07-28)
265
-
266
- **Note:** Version bump only for package @cubejs-backend/testing-shared
267
-
268
-
269
-
270
-
271
-
272
- ## [0.30.39](https://github.com/cube-js/cube.js/compare/v0.30.38...v0.30.39) (2022-07-25)
273
-
274
- **Note:** Version bump only for package @cubejs-backend/testing-shared
275
-
276
-
277
-
278
-
279
-
280
- ## [0.30.34](https://github.com/cube-js/cube.js/compare/v0.30.33...v0.30.34) (2022-07-12)
281
-
282
- **Note:** Version bump only for package @cubejs-backend/testing-shared
283
-
284
-
285
-
286
-
287
-
288
- ## [0.30.30](https://github.com/cube-js/cube.js/compare/v0.30.29...v0.30.30) (2022-07-05)
289
-
290
- **Note:** Version bump only for package @cubejs-backend/testing-shared
291
-
292
-
293
-
294
-
295
-
296
- ## [0.30.28](https://github.com/cube-js/cube.js/compare/v0.30.27...v0.30.28) (2022-06-27)
297
-
298
- **Note:** Version bump only for package @cubejs-backend/testing-shared
299
-
300
-
301
-
302
-
303
-
304
- ## [0.30.27](https://github.com/cube-js/cube.js/compare/v0.30.26...v0.30.27) (2022-06-24)
305
-
306
-
307
- ### Bug Fixes
308
-
309
- * **questdb-driver:** schema query error due to system tables ([#4762](https://github.com/cube-js/cube.js/issues/4762)) ([5571a70](https://github.com/cube-js/cube.js/commit/5571a70a987b18e6d28b3200a482b76054f2639b))
310
-
311
-
312
-
313
-
314
-
315
- ## [0.30.25](https://github.com/cube-js/cube.js/compare/v0.30.24...v0.30.25) (2022-06-16)
316
-
317
-
318
- ### Features
319
-
320
- * logging cubesql queries errors ([#4550](https://github.com/cube-js/cube.js/issues/4550)) ([10021c3](https://github.com/cube-js/cube.js/commit/10021c34f28348183fd30584d8bb97a97103b91e))
321
-
322
-
323
-
324
-
325
-
326
- ## [0.30.20](https://github.com/cube-js/cube.js/compare/v0.30.19...v0.30.20) (2022-06-11)
327
-
328
- **Note:** Version bump only for package @cubejs-backend/testing-shared
329
-
330
-
331
-
332
-
333
-
334
- ## [0.30.8](https://github.com/cube-js/cube.js/compare/v0.30.7...v0.30.8) (2022-05-30)
335
-
336
- **Note:** Version bump only for package @cubejs-backend/testing-shared
337
-
338
-
339
-
340
-
341
-
342
- ## [0.30.7](https://github.com/cube-js/cube.js/compare/v0.30.6...v0.30.7) (2022-05-26)
343
-
344
- **Note:** Version bump only for package @cubejs-backend/testing-shared
345
-
346
-
347
-
348
-
349
-
350
- ## [0.30.6](https://github.com/cube-js/cube.js/compare/v0.30.5...v0.30.6) (2022-05-24)
351
-
352
- **Note:** Version bump only for package @cubejs-backend/testing-shared
353
-
354
-
355
-
356
-
357
-
358
- ## [0.30.5](https://github.com/cube-js/cube.js/compare/v0.30.4...v0.30.5) (2022-05-23)
359
-
360
- **Note:** Version bump only for package @cubejs-backend/testing-shared
361
-
362
-
363
-
364
-
365
-
366
- ## [0.30.4](https://github.com/cube-js/cube.js/compare/v0.30.3...v0.30.4) (2022-05-20)
367
-
368
- **Note:** Version bump only for package @cubejs-backend/testing-shared
369
-
370
-
371
-
372
-
373
-
374
- ## [0.30.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14)
375
-
376
- **Note:** Version bump only for package @cubejs-backend/testing-shared
377
-
378
-
379
-
380
-
381
-
382
- # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
383
-
384
- **Note:** Version bump only for package @cubejs-backend/testing-shared
385
-
386
-
387
-
388
-
389
-
390
- ## [0.29.57](https://github.com/cube-js/cube.js/compare/v0.29.56...v0.29.57) (2022-05-11)
391
-
392
-
393
- ### Bug Fixes
394
-
395
- * **drivers:** Fixes error when data result is empty for AthenaDriver ([1e7e203](https://github.com/cube-js/cube.js/commit/1e7e203c63ecccae3fb199afd515850cd834d074))
396
-
397
-
398
-
399
-
400
-
401
- ## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03)
402
-
403
- **Note:** Version bump only for package @cubejs-backend/testing-shared
404
-
405
-
406
-
407
-
408
-
409
- ## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
410
-
411
-
412
- ### Features
413
-
414
- * **packages:** Materialize driver ([#4320](https://github.com/cube-js/cube.js/issues/4320)) ([d40d13b](https://github.com/cube-js/cube.js/commit/d40d13b0a80cd65b27337e87a523314af585dbc6))
415
-
416
-
417
-
418
-
419
-
420
- ## [0.29.52](https://github.com/cube-js/cube.js/compare/v0.29.51...v0.29.52) (2022-04-23)
421
-
422
- **Note:** Version bump only for package @cubejs-backend/testing-shared
423
-
424
-
425
-
426
-
427
-
428
- ## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
429
-
430
- **Note:** Version bump only for package @cubejs-backend/testing-shared
431
-
432
-
433
-
434
-
435
-
436
- ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
437
-
438
- **Note:** Version bump only for package @cubejs-backend/testing-shared
439
-
440
-
441
-
442
-
443
-
444
- ## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
445
-
446
- **Note:** Version bump only for package @cubejs-backend/testing-shared
447
-
448
-
449
-
450
-
451
-
452
- ## [0.29.37](https://github.com/cube-js/cube.js/compare/v0.29.36...v0.29.37) (2022-03-29)
453
-
454
- **Note:** Version bump only for package @cubejs-backend/testing-shared
455
-
456
-
457
-
458
-
459
-
460
- ## [0.29.35](https://github.com/cube-js/cube.js/compare/v0.29.34...v0.29.35) (2022-03-24)
461
-
462
- **Note:** Version bump only for package @cubejs-backend/testing-shared
463
-
464
-
465
-
466
-
467
-
468
- ## [0.29.33](https://github.com/cube-js/cube.js/compare/v0.29.32...v0.29.33) (2022-03-17)
469
-
470
- **Note:** Version bump only for package @cubejs-backend/testing-shared