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

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


 discard 1c6199fe2d remove file
 discard 80853328e7 sh -> py
 discard 48e105bd74 rebased
 discard a4ad3ffd1e rebased
 discard 44e20381af fix(docker): improve docker tags to be cleared and avoid 
conflicts
     add 11f0dd91db chore(RESOURCES): fix markdown for table formatting (#26789)
     add ed934a93e1 feat: Stop editor scrolling to top (#26754)
     add 8657fa753b build(deps): update jquery requirement from ^3.4.1 to 
^3.7.1 in /superset-frontend/packages/superset-ui-demo (#26621)
     add 23460b21f6 chore: Splits the CHANGELOG into multiple files (#26800)
     add 5e633d2bb0 fix: Row limit hardcoded (#26807)
     add 3dcfbcc3a5 chore: Technical Debt Metrics (#26442)
     add f084572dc7 chore(dependencies): bumping fonttools (#26793)
     add 4f56f5ee84 fix(tags): Filter system tags from the tags list (#26701)
     add 092129201e chore: Reformat changelogs (#26815)
     add c657745f02 chore: add google-auth for new example dashboard (#26816)
     add 1f6c270f15 fix(time-series table): Can't compare from the beginning of 
the time range (#26814)
     add 471da69763 fix(docker): improve docker tags to be cleared and avoid 
conflicts
     add a289c645d3 rebased
     add 7a8b722e6b rebased
     add 77696d1b9d sh -> py
     add bffcbbe465 remove file
     add e9aaa8245d tryna capture output
     add 87ce9e5cf5 progress
     add 7b20d29c68 fixed the tests

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   (1c6199fe2d)
            \
             N -- N -- N   refs/heads/improve_docker_tags (7b20d29c68)

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/workflows/tech-debt.yml                    |   31 +
 CHANGELOG.md                                       | 4124 +-------------------
 CHANGELOG/1.4.1.md                                 |   40 +
 .../CHANGELOG.md => CHANGELOG/1.4.2.md             |   14 +-
 CHANGELOG/1.5.0.md                                 |  860 ++++
 CHANGELOG/1.5.1.md                                 |   36 +
 CHANGELOG/1.5.2.md                                 |   48 +
 CHANGELOG/1.5.3.md                                 |   46 +
 .../changelog.md => CHANGELOG/2.0.0.md             |   41 +-
 CHANGELOG/2.0.1.md                                 |   82 +
 CHANGELOG/2.1.0.md                                 | 1197 ++++++
 CHANGELOG/2.1.1.md                                 |   67 +
 CHANGELOG/2.1.2.md                                 |   41 +
 CHANGELOG/2.1.3.md                                 |   40 +
 CHANGELOG/3.0.0.md                                 |  792 ++++
 CHANGELOG/3.0.1.md                                 |   65 +
 CHANGELOG/3.0.2.md                                 |   73 +
 CHANGELOG/3.0.3.md                                 |   80 +
 CHANGELOG/3.1.0.md                                 |  417 ++
 RELEASING/README.md                                |   27 +-
 RELEASING/email_templates/announce.j2              |   10 +-
 RELEASING/email_templates/result_pmc.j2            |    4 +-
 RELEASING/email_templates/vote_pmc.j2              |    8 +-
 RELEASING/release-notes-1-4/README.md              |    5 +-
 RELEASING/release-notes-1-5/README.md              |    2 +-
 RESOURCES/STANDARD_ROLES.md                        |  420 +-
 requirements/base.txt                              |   23 +-
 requirements/development.txt                       |    6 -
 requirements/integration.txt                       |    2 +-
 requirements/testing.txt                           |   14 +-
 scripts/docker_build_push.py                       |    8 +-
 scripts/gen_changelog.sh                           |   23 -
 setup.py                                           |    6 +-
 superset-frontend/.eslintrc.js                     |    9 +
 superset-frontend/.prettierignore                  |    2 +-
 superset-frontend/cypress-base/.eslintrc           |    7 +-
 superset-frontend/cypress-base/tsconfig.json       |    3 +-
 superset-frontend/package-lock.json                |  446 ++-
 superset-frontend/package.json                     |    3 +
 .../superset-ui-chart-controls/CHANGELOG.md        |    3 +-
 .../src/shared-controls/sharedControls.tsx         |    4 +-
 .../packages/superset-ui-demo/CHANGELOG.md         |   12 -
 .../packages/superset-ui-demo/package.json         |    2 +-
 .../legacy-plugin-chart-calendar/CHANGELOG.md      |    4 -
 .../plugins/legacy-plugin-chart-chord/CHANGELOG.md |    4 -
 .../legacy-plugin-chart-country-map/CHANGELOG.md   |    4 -
 .../legacy-plugin-chart-event-flow/CHANGELOG.md    |    4 -
 .../legacy-plugin-chart-heatmap/CHANGELOG.md       |    4 -
 .../legacy-plugin-chart-histogram/CHANGELOG.md     |    4 -
 .../legacy-plugin-chart-horizon/CHANGELOG.md       |    4 -
 .../legacy-plugin-chart-map-box/CHANGELOG.md       |    4 -
 .../legacy-plugin-chart-paired-t-test/CHANGELOG.md |    4 -
 .../CHANGELOG.md                                   |    4 -
 .../legacy-plugin-chart-partition/CHANGELOG.md     |    4 -
 .../plugins/legacy-plugin-chart-rose/CHANGELOG.md  |    4 -
 .../legacy-plugin-chart-sankey/CHANGELOG.md        |    4 -
 .../legacy-plugin-chart-world-map/CHANGELOG.md     |    4 -
 .../plugins/legacy-preset-chart-nvd3/CHANGELOG.md  |   12 -
 .../plugins/plugin-chart-echarts/CHANGELOG.md      |   13 +-
 .../src/BigNumber/CHANGELOG.md                     |   11 +-
 .../plugins/plugin-chart-pivot-table/CHANGELOG.md  |    7 +-
 .../plugins/plugin-chart-table/CHANGELOG.md        |    4 -
 .../plugins/plugin-chart-word-cloud/CHANGELOG.md   |    4 -
 .../scripts/eslint-metrics-uploader.js             |  126 +
 superset-frontend/src/SqlLab/actions/sqlLab.js     |    6 +
 .../AceEditorWrapper/AceEditorWrapper.test.tsx     |    1 +
 .../SqlLab/components/AceEditorWrapper/index.tsx   |   15 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |   12 +-
 .../src/SqlLab/reducers/getInitialState.ts         |    1 +
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |   12 +
 superset-frontend/src/SqlLab/types.ts              |    6 +
 .../TimeSeriesColumnControl.test.tsx               |   13 +
 .../controls/TimeSeriesColumnControl/index.jsx     |    4 +-
 superset-frontend/src/pages/Tags/index.tsx         |   20 +-
 .../src/visualizations/TimeTable/TimeTable.jsx     |    6 +-
 superset/commands/dashboard/importers/v0.py        |    2 +-
 superset/tags/api.py                               |    3 +
 superset/{css_templates => tags}/filters.py        |   35 +-
 superset/views/core.py                             |    1 -
 tests/integration_tests/celery_tests.py            |    2 +-
 tests/integration_tests/superset_test_config.py    |    2 +-
 tests/integration_tests/tags/api_tests.py          |   46 +
 tests/unit_tests/fixtures/bash_mock.py             |    3 +-
 tests/unit_tests/scripts/docker_build_push_test.py |    5 +-
 84 files changed, 4985 insertions(+), 4586 deletions(-)
 create mode 100644 .github/workflows/tech-debt.yml
 create mode 100644 CHANGELOG/1.4.1.md
 copy superset-frontend/packages/superset-ui-chart-controls/CHANGELOG.md => 
CHANGELOG/1.4.2.md (58%)
 create mode 100644 CHANGELOG/1.5.0.md
 create mode 100644 CHANGELOG/1.5.1.md
 create mode 100644 CHANGELOG/1.5.2.md
 create mode 100644 CHANGELOG/1.5.3.md
 copy RELEASING/release-notes-2-0/changelog.md => CHANGELOG/2.0.0.md (95%)
 create mode 100644 CHANGELOG/2.0.1.md
 create mode 100644 CHANGELOG/2.1.0.md
 create mode 100644 CHANGELOG/2.1.1.md
 create mode 100644 CHANGELOG/2.1.2.md
 create mode 100644 CHANGELOG/2.1.3.md
 create mode 100644 CHANGELOG/3.0.0.md
 create mode 100644 CHANGELOG/3.0.1.md
 create mode 100644 CHANGELOG/3.0.2.md
 create mode 100644 CHANGELOG/3.0.3.md
 create mode 100644 CHANGELOG/3.1.0.md
 delete mode 100755 scripts/gen_changelog.sh
 create mode 100644 superset-frontend/scripts/eslint-metrics-uploader.js
 copy superset/{css_templates => tags}/filters.py (60%)

Reply via email to