You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2021/01/04 22:02:40 UTC

[incubator-superset] branch dependabot/npm_and_yarn/dot-github/actions/file-changes-action/codecov-3.7.1 updated (f9cd325 -> 8296245)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/dot-github/actions/file-changes-action/codecov-3.7.1
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


 discard f9cd325  build(deps-dev): bump codecov in /.github/actions/file-changes-action
     add ff0fe43  feat(report): add/edit modal improvements (#12183)
     add 164db3e  fix: CTAS on multiple statements (#12188)
     add 7d88e6b  fix: Change Datasource styling fixes (#12165)
     add 62e7706  docs(api): Script to generate API docs (openapi.json) (#12050)
     add 8296245  build(deps-dev): bump codecov in /.github/actions/file-changes-action

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   (f9cd325)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/dot-github/actions/file-changes-action/codecov-3.7.1 (8296245)

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:
 docs/src/resources/openapi.json                    | 3248 ++++++++++++++++++--
 .../views/CRUD/alert/AlertReportModal_spec.jsx     |    5 +-
 .../src/datasource/ChangeDatasourceModal.tsx       |   53 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |   34 +-
 .../alert/components/AlertReportCronScheduler.tsx  |   19 +-
 superset/async_events/api.py                       |    8 +-
 superset/cli.py                                    |   39 +-
 superset/sql_lab.py                                |   57 +-
 superset/sql_parse.py                              |   11 +-
 tests/sql_parse_tests.py                           |   76 +
 tests/sqllab_tests.py                              |  164 +-
 11 files changed, 3368 insertions(+), 346 deletions(-)