Skip to content

fix(schema): detect extra fields in nested field #113

fix(schema): detect extra fields in nested field

fix(schema): detect extra fields in nested field #113

Triggered via push October 31, 2024 03:13
Status Success
Total duration 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: db/clear.js#L5
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/loadSchema.js#L10
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/migrations/201712-000-restore-backups.js#L5
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/migrations/201712-001-reindex.js#L7
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/migrations/202004-add-category.js#L15
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/migrations/202005-add-article-categories.js#L12
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/migrations/202008-add-analytics.js#L15
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/migrations/202008-update-user-and-analytics.js#L13
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/migrations/202110-fill-statuses.js#L14
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
lint: db/reloadSchema.js#L8
Caution: `elasticsearch` also has a named export `Client`. Check if you meant to write `import {Client} from '@elastic/elasticsearch'` instead
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/