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

rusackas pushed a change to branch rusackas-contributing-links
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit abcfb5cbac docs: Adding a couple links to contributing page
     add af4a35741c docs(K8s): Add instructions for loading the examples 
(#19959)
     add d1eb9ea982 fix: docs invalid client redirect (#24816)
     add 83ad291053 build(deps-dev): bump @types/node from 20.4.4 to 20.4.5 in 
/superset-websocket (#24809)
     add 77505173ae fix(sqllab): Replace autocomplete logic by a hook (#24677)
     add 4b1f1d49d6 fix: Filters alert width (#24801)
     new 68ba2d8fc5 docs: Adding a couple links to contributing page

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   (abcfb5cbac)
            \
             N -- N -- N   refs/heads/rusackas-contributing-links (68ba2d8fc5)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/docs/installation/running-on-kubernetes.mdx   |   7 +
 docs/docusaurus.config.js                          |   2 +-
 superset-frontend/spec/helpers/testing-library.tsx |   2 +-
 superset-frontend/src/SqlLab/App.jsx               |   6 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   | 174 ++-----------
 .../AceEditorWrapper/useKeywords.test.ts           | 269 +++++++++++++++++++++
 .../components/AceEditorWrapper/useKeywords.ts     | 208 ++++++++++++++++
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |   3 +
 .../src/components/AsyncAceEditor/index.tsx        |  55 +++--
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   7 +-
 .../Footer/CancelConfirmationAlert.tsx             |   1 +
 .../src/hooks/apiResources/schemas.ts              |   9 +-
 superset-frontend/src/hooks/apiResources/tables.ts |   1 +
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 15 files changed, 562 insertions(+), 198 deletions(-)
 create mode 100644 
superset-frontend/src/SqlLab/components/AceEditorWrapper/useKeywords.test.ts
 create mode 100644 
superset-frontend/src/SqlLab/components/AceEditorWrapper/useKeywords.ts

Reply via email to