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

maximebeauchemin pushed a change to branch docs_improvement
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 2e4d62db9c remove display:block
 discard 56c49e3853 picture
 discard a3ca636b53 hide-title
 discard abf95b0880 hard links in README - plus cp
 discard 4e66b50e7b docs: various improvements across the docs
     add e4f93b293f chore(docs): video now hosted by ASF instead of GitHub 
(#28284)
     add ec8351d336 feat: accelerate webpack builds with filesystem cache 
(#28282)
     add 7c8423a522 fix(explore): cannot reorder dnd of Metrics (#28269)
     add 38e2843b24 chore: clean up DB create command (#28246)
     add 55391bb587 build(deps-dev): bump eslint-plugin-testing-library from 
6.2.0 to 6.2.2 in /superset-frontend (#28306)
     add f4b6c3049b build(deps): bump clsx from 2.1.0 to 2.1.1 in /docs (#28301)
     add b17db6d669 build(deps): bump markdown-to-jsx from 7.4.1 to 7.4.7 in 
/superset-frontend (#28298)
     add 2cf43585a2 docs: various improvements across the docs
     add cd2954a355 hard links in README - plus cp
     add c44e5a7699 hide-title
     add d0d83b1af3 picture
     add 1eea1a8e70 remove display:block
     add c1af7c6ca9 .gitignore

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   (2e4d62db9c)
            \
             N -- N -- N   refs/heads/docs_improvement (c1af7c6ca9)

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:
 README.md                                          |   2 +-
 docs/.gitignore                                    |   3 +
 docs/package.json                                  |   2 +-
 docs/src/pages/index.tsx                           |   2 +-
 docs/yarn.lock                                     |   8 +-
 superset-frontend/.gitignore                       |   1 +
 superset-frontend/package-lock.json                |  32 +--
 superset-frontend/package.json                     |   4 +-
 .../ExploreContainer/ExploreContainer.test.tsx     |  21 +-
 .../components/controls/OptionControls/index.tsx   |   8 +-
 superset-frontend/webpack.config.js                |   7 +
 .../commands/database/ssh_tunnel/exceptions.py     |  28 ++-
 superset/commands/database/update.py               | 223 +++++++++------------
 superset/daos/database.py                          |  26 +++
 14 files changed, 200 insertions(+), 167 deletions(-)

Reply via email to