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

beto pushed a change to branch file-handler
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard b1c1ca1ffb feat: file handler for CSV/XSL
     add 538be29655 feat: file handler for CSV/XSL

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   (b1c1ca1ffb)
            \
             N -- N -- N   refs/heads/file-handler (538be29655)

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:
 .../src/assets/images/pwa/icon-192.png             |  Bin 0 -> 9097 bytes
 .../src/assets/images/pwa/icon-512.png             |  Bin 0 -> 25535 bytes
 .../src/assets/images/pwa/screenshot-narrow.png    |  Bin 0 -> 100187 bytes
 .../src/assets/images/pwa/screenshot-wide.png      |  Bin 0 -> 253025 bytes
 .../src/pages/FileHandler/index.test.tsx           |  368 +++++
 superset-frontend/src/pages/FileHandler/index.tsx  |  138 ++
 superset-frontend/src/pwa-manifest.json            |   65 +
 .../Slider.test.tsx => src/service-worker.ts}      |   29 +-
 superset/static/service-worker.js                  | 1463 ++++++++++++++++++++
 9 files changed, 2048 insertions(+), 15 deletions(-)
 create mode 100644 superset-frontend/src/assets/images/pwa/icon-192.png
 create mode 100644 superset-frontend/src/assets/images/pwa/icon-512.png
 create mode 100644 
superset-frontend/src/assets/images/pwa/screenshot-narrow.png
 create mode 100644 superset-frontend/src/assets/images/pwa/screenshot-wide.png
 create mode 100644 superset-frontend/src/pages/FileHandler/index.test.tsx
 create mode 100644 superset-frontend/src/pages/FileHandler/index.tsx
 create mode 100644 superset-frontend/src/pwa-manifest.json
 copy 
superset-frontend/{packages/superset-ui-core/src/components/Slider/Slider.test.tsx
 => src/service-worker.ts} (62%)
 create mode 100644 superset/static/service-worker.js

Reply via email to