This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch pyproject.toml
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 02f598e144 no-op
discard 310b98156c rebase
discard 95f733a1a5 progress
discard 15af6ee415 fix prNumber swallowed bug
discard 546e1d6044 messy rebase
discard 1c4633f1db rebasing
discard 1c94cce7b0 rebase
discard 91fa6d303b flaky test
discard 7cc74baa37 fix pip-compile-multi bug
discard f3974d1610 rm artefact
discard 42c62585e0 point of no return
discard 695901c08e add label
discard 7f461a1527 trigger CI
discard 8f7b8b2961 lint
discard 585b099afb handle the pip-compile-multi bug
discard 54268dcf77 git clean
discard b1dd5bff85 handling all group
discard 86e2fdd5c2 adding optional-deps support
discard 84880d46a1 add from & to information as requested
discard 89ef93441f checks:write
discard 157cbe171f actions:write
discard 1a4f8863a2 improvements
discard 2d4c7e6aa0 shell bash
discard c351aa8a04 feat: make supersetbot do what dependabot should do
add 9599ea3b85 feat: move supersetbot out of repo and make it dependabot
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 (02f598e144)
\
N -- N -- N refs/heads/pyproject.toml (9599ea3b85)
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:
.github/actions/setup-supersetbot/action.yml | 16 +-
.github/supersetbot/.eslintrc.json | 22 -
.github/supersetbot/README.md | 37 -
.github/supersetbot/jest.config.js | 8 -
.github/supersetbot/package-lock.json | 6335 --------------------------
.github/supersetbot/package.json | 37 -
.github/supersetbot/src/cli.js | 192 -
.github/supersetbot/src/cli.test.js | 12 -
.github/supersetbot/src/context.js | 152 -
.github/supersetbot/src/docker.js | 142 -
.github/supersetbot/src/docker.test.js | 244 -
.github/supersetbot/src/git.js | 120 -
.github/supersetbot/src/git_release.js | 50 -
.github/supersetbot/src/github.js | 484 --
.github/supersetbot/src/index.js | 39 -
.github/supersetbot/src/index.test.js | 51 -
.github/supersetbot/src/metadata.js | 36 -
.github/supersetbot/src/supersetbot | 27 -
.github/supersetbot/src/utils.js | 113 -
.github/workflows/bump-python-package.yml | 17 +-
.github/workflows/docker-release.yml | 8 -
.github/workflows/docker.yml | 10 -
.github/workflows/issue_creation.yml | 5 +-
.github/workflows/supersetbot.yml | 10 +-
.gitignore | 1 +
25 files changed, 24 insertions(+), 8144 deletions(-)
delete mode 100644 .github/supersetbot/.eslintrc.json
delete mode 100644 .github/supersetbot/README.md
delete mode 100644 .github/supersetbot/jest.config.js
delete mode 100644 .github/supersetbot/package-lock.json
delete mode 100644 .github/supersetbot/package.json
delete mode 100755 .github/supersetbot/src/cli.js
delete mode 100644 .github/supersetbot/src/cli.test.js
delete mode 100644 .github/supersetbot/src/context.js
delete mode 100644 .github/supersetbot/src/docker.js
delete mode 100644 .github/supersetbot/src/docker.test.js
delete mode 100644 .github/supersetbot/src/git.js
delete mode 100644 .github/supersetbot/src/git_release.js
delete mode 100644 .github/supersetbot/src/github.js
delete mode 100644 .github/supersetbot/src/index.js
delete mode 100644 .github/supersetbot/src/index.test.js
delete mode 100644 .github/supersetbot/src/metadata.js
delete mode 100755 .github/supersetbot/src/supersetbot
delete mode 100644 .github/supersetbot/src/utils.js