You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2022/09/17 05:00:50 UTC

[druid] branch dependabot/npm_and_yarn/web-console/scss-tokenizer-and-node-sass-0.4.3 updated (b80725e2e5 -> 4e0be837fd)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/web-console/scss-tokenizer-and-node-sass-0.4.3
in repository https://gitbox.apache.org/repos/asf/druid.git


 discard b80725e2e5 Bump scss-tokenizer and node-sass in /web-console
     add 9b53b0184f Allocate numCorePartitions using only used segments (#13070)
     add c62a822121 support kafka lookups (#13098)
     add d4967c38f8 Various documentation updates. (#13107)
     add 4e0be837fd Bump scss-tokenizer and node-sass in /web-console

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b80725e2e5)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/web-console/scss-tokenizer-and-node-sass-0.4.3 (4e0be837fd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |    2 +-
 docs/configuration/index.md                        |   14 +-
 .../automatic-compaction.md                        |   12 +-
 docs/{ingestion => data-management}/compaction.md  |   24 +-
 docs/data-management/delete.md                     |  103 ++
 .../index.md}                                      |   19 +-
 docs/data-management/schema-changes.md             |   39 +
 docs/data-management/update.md                     |   76 +
 docs/design/architecture.md                        |    4 +-
 docs/design/coordinator.md                         |    4 +-
 docs/design/indexer.md                             |    2 -
 docs/design/processes.md                           |    2 +-
 docs/design/router.md                              |    2 +-
 docs/design/segments.md                            |    2 +-
 .../extensions-contrib/kafka-emitter.md            |    2 +-
 docs/development/extensions-core/druid-pac4j.md    |    2 +-
 .../development/extensions-core/kafka-ingestion.md |    2 +-
 .../extensions-core/kafka-supervisor-reference.md  |    2 +-
 docs/development/modules.md                        |    2 +-
 docs/ingestion/data-formats.md                     |    4 +-
 docs/ingestion/data-management.md                  |  130 --
 docs/ingestion/data-model.md                       |    2 +-
 docs/ingestion/faq.md                              |   28 +-
 docs/ingestion/index.md                            |   54 +-
 docs/ingestion/ingestion-spec.md                   |   14 +-
 docs/ingestion/native-batch-firehose.md            |    2 +-
 docs/ingestion/native-batch-input-source.md        |   14 +-
 docs/ingestion/native-batch-simple-task.md         |   15 +-
 docs/ingestion/native-batch.md                     |   22 +-
 docs/ingestion/partitioning.md                     |   21 +-
 docs/ingestion/rollup.md                           |    3 +-
 docs/ingestion/tasks.md                            |   30 +-
 docs/multi-stage-query/{msq-api.md => api.md}      |   39 +-
 docs/multi-stage-query/concepts.md                 |  281 ++++
 .../{msq-example-queries.md => examples.md}        |   13 +-
 docs/multi-stage-query/index.md                    |  333 +---
 .../{msq-known-issues.md => known-issues.md}       |   35 +-
 docs/multi-stage-query/msq-concepts.md             |  168 --
 docs/multi-stage-query/msq-reference.md            |  169 --
 docs/multi-stage-query/msq-security.md             |   43 -
 docs/multi-stage-query/reference.md                |  258 +++
 docs/multi-stage-query/security.md                 |   49 +
 docs/operations/api-reference.md                   |    6 +-
 docs/operations/auth-ldap.md                       |    2 +-
 docs/operations/basic-cluster-tuning.md            |    2 +-
 docs/operations/rule-configuration.md              |    2 +-
 docs/operations/security-overview.md               |    4 +-
 docs/operations/security-user-auth.md              |    6 +-
 docs/operations/segment-optimization.md            |   10 +-
 .../{druid-console.md => web-console.md}           |   19 +-
 docs/querying/dimensionspecs.md                    |    2 -
 docs/querying/lookups.md                           |    7 -
 docs/querying/querying.md                          |    2 +-
 docs/querying/sql-aggregations.md                  |    4 +-
 docs/querying/sql-json-functions.md                |    8 +-
 docs/tutorials/docker.md                           |    6 +-
 docs/tutorials/index.md                            |   64 +-
 docs/tutorials/tutorial-batch-native.md            |    4 +-
 docs/tutorials/tutorial-batch.md                   |   12 +-
 docs/tutorials/tutorial-compaction.md              |    6 +-
 docs/tutorials/tutorial-kafka.md                   |    2 +-
 docs/tutorials/tutorial-msq-connect-extern.md      |   44 -
 docs/tutorials/tutorial-msq-convert-json.md        |   44 -
 .../tutorial-msq-convert-spec.md}                  |   31 +-
 .../tutorial-msq-extern.md}                        |   19 +-
 docs/tutorials/tutorial-query.md                   |   10 +-
 docs/tutorials/tutorial-retention.md               |    4 +-
 docs/tutorials/tutorial-sketches-theta.md          |    2 +-
 .../IndexerSQLMetadataStorageCoordinator.java      |   86 +-
 .../IndexerSQLMetadataStorageCoordinatorTest.java  |   12 +-
 .../__snapshots__/lookup-edit-dialog.spec.tsx.snap |   30 +
 .../src/druid-models/lookup-spec/lookup-spec.tsx   |  126 +-
 .../src/views/lookups-view/lookups-view.tsx        |    4 +-
 website/.spelling                                  |   10 +-
 website/i18n/en.json                               |  107 +-
 website/package-lock.json                          | 1636 ++++++++++++++++----
 website/package.json                               |    2 +-
 website/redirects.json                             |   14 +-
 website/sidebars.json                              |   49 +-
 79 files changed, 2793 insertions(+), 1647 deletions(-)
 rename docs/{ingestion => data-management}/automatic-compaction.md (94%)
 rename docs/{ingestion => data-management}/compaction.md (90%)
 create mode 100644 docs/data-management/delete.md
 copy docs/{operations/http-compression.md => data-management/index.md} (57%)
 create mode 100644 docs/data-management/schema-changes.md
 create mode 100644 docs/data-management/update.md
 delete mode 100644 docs/ingestion/data-management.md
 rename docs/multi-stage-query/{msq-api.md => api.md} (94%)
 create mode 100644 docs/multi-stage-query/concepts.md
 rename docs/multi-stage-query/{msq-example-queries.md => examples.md} (95%)
 rename docs/multi-stage-query/{msq-known-issues.md => known-issues.md} (62%)
 delete mode 100644 docs/multi-stage-query/msq-concepts.md
 delete mode 100644 docs/multi-stage-query/msq-reference.md
 delete mode 100644 docs/multi-stage-query/msq-security.md
 create mode 100644 docs/multi-stage-query/reference.md
 create mode 100644 docs/multi-stage-query/security.md
 rename docs/operations/{druid-console.md => web-console.md} (92%)
 delete mode 100644 docs/tutorials/tutorial-msq-connect-extern.md
 delete mode 100644 docs/tutorials/tutorial-msq-convert-json.md
 rename docs/{multi-stage-query/msq-tutorial-convert-ingest-spec.md => tutorials/tutorial-msq-convert-spec.md} (80%)
 rename docs/{multi-stage-query/msq-tutorial-connect-external-data.md => tutorials/tutorial-msq-extern.md} (87%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org