Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 57 additions & 37 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5125,6 +5125,15 @@ version: 5.2.5

---

name: "@druid-toolkit/query"
license_category: binary
module: web-console
license_name: Apache License version 2.0
copyright: Imply Data
version: 0.22.23

---

name: "@emotion/cache"
license_category: binary
module: web-console
Expand Down Expand Up @@ -5215,16 +5224,6 @@ license_file_path: licenses/bin/@emotion-weak-memoize.MIT

---

name: "@flatten-js/interval-tree"
license_category: binary
module: web-console
license_name: MIT License
copyright: Alex Bol
version: 1.1.3
license_file_path: licenses/bin/@flatten-js-interval-tree.MIT

---

name: "@fontsource/open-sans"
license_category: binary
module: web-console
Expand All @@ -5235,15 +5234,6 @@ license_file_path: licenses/bin/@fontsource-open-sans.OFL

---

name: "@internationalized/date"
license_category: binary
module: web-console
license_name: Apache License version 2.0
copyright: Adobe
version: 3.5.6

---

name: "@popperjs/core"
license_category: binary
module: web-console
Expand All @@ -5254,15 +5244,6 @@ license_file_path: licenses/bin/@popperjs-core.MIT

---

name: "@swc/helpers"
license_category: binary
module: web-console
license_name: Apache License version 2.0
copyright: 강동윤
version: 0.5.13

---

name: "@types/parse-json"
license_category: binary
module: web-console
Expand Down Expand Up @@ -5423,6 +5404,15 @@ license_file_path: licenses/bin/change-case.MIT

---

name: "chronoshift"
license_category: binary
module: web-console
license_name: Apache License version 2.0
copyright: Vadim Ogievetsky
version: 0.10.0

---

name: "classnames"
license_category: binary
module: web-console
Expand Down Expand Up @@ -5712,15 +5702,6 @@ license_file_path: licenses/bin/dot-case.MIT

---

name: "druid-query-toolkit"
license_category: binary
module: web-console
license_name: Apache License version 2.0
copyright: Imply Data
version: 1.0.0

---

name: "echarts"
license_category: binary
module: web-console
Expand Down Expand Up @@ -5820,6 +5801,16 @@ license_file_path: licenses/bin/has-flag.MIT

---

name: "has-own-prop"
license_category: binary
module: web-console
license_name: MIT License
copyright: Sindre Sorhus
version: 2.0.0
license_file_path: licenses/bin/has-own-prop.MIT

---

name: "hasown"
license_category: binary
module: web-console
Expand Down Expand Up @@ -5880,6 +5871,15 @@ license_file_path: licenses/bin/iconv-lite.MIT

---

name: "immutable-class"
license_category: binary
module: web-console
license_name: Apache License version 2.0
copyright: Vadim Ogievetsky
version: 0.11.2

---

name: "import-fresh"
license_category: binary
module: web-console
Expand Down Expand Up @@ -6060,6 +6060,26 @@ license_file_path: licenses/bin/mime-types.MIT

---

name: "moment-timezone"
license_category: binary
module: web-console
license_name: MIT License
copyright: Tim Wood
version: 0.5.43
license_file_path: licenses/bin/moment-timezone.MIT

---

name: "moment"
license_category: binary
module: web-console
license_name: MIT License
copyright: Iskren Ivov Chernev
version: 2.29.4
license_file_path: licenses/bin/moment.MIT

---

name: "no-case"
license_category: binary
module: web-console
Expand Down
2 changes: 1 addition & 1 deletion web-console/e2e-tests/tutorial-batch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

import { T } from 'druid-query-toolkit';
import { T } from '@druid-toolkit/query';
import type * as playwright from 'playwright-chromium';

import { DatasourcesOverview } from './component/datasources/overview';
Expand Down
2 changes: 0 additions & 2 deletions web-console/jest.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

const { createJsWithTsPreset } = require('ts-jest');

process.env.TZ = 'UTC';

module.exports = {
testEnvironment: 'jsdom',
transformIgnorePatterns: ['/node_modules/(?!(d3-.+)/)'],
Expand Down
8 changes: 0 additions & 8 deletions web-console/lib/keywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,23 +100,15 @@ export const SQL_EXPRESSION_PARTS = [
'TRAILING',
'EPOCH',
'SECOND',
'SECONDS',
'MINUTE',
'MINUTES',
'HOUR',
'HOURS',
'DAY',
'DAYS',
'DOW',
'DOY',
'WEEK',
'WEEKS',
'MONTH',
'MONTHS',
'QUARTER',
'QUARTERS',
'YEAR',
'YEARS',
'TIMESTAMP',
'INTERVAL',
'CSV',
Expand Down
Loading