You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/02/15 21:02:48 UTC

(superset) branch supersetbot updated (84de22ab8f -> d4964b96fa)

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

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


    from 84de22ab8f fix
     add 014cb9ee7d format JSON
     add 29cf485e7b YUP
     add 56e00bb425 progress
     add d4964b96fa docker action

No new revisions were added by this update.

Summary of changes:
 .github/supersetbot/.babelrc                       |   6 +-
 .github/supersetbot/src/cli.js                     |  18 ++
 .github/supersetbot/src/docker.js                  | 141 ++++++++++++
 .github/supersetbot/src/docker.test.js             | 244 +++++++++++++++++++++
 .github/supersetbot/src/index.js                   |  16 +-
 .../src/{utils.test.js => utils.index.js}          |   0
 .github/supersetbot/src/utils.js                   |  47 +++-
 .github/workflows/docker-release.yml               |  26 +--
 .github/workflows/docker.yml                       |  15 +-
 9 files changed, 480 insertions(+), 33 deletions(-)
 create mode 100644 .github/supersetbot/src/docker.js
 create mode 100644 .github/supersetbot/src/docker.test.js
 rename .github/supersetbot/src/{utils.test.js => utils.index.js} (100%)