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/03/12 20:36:21 UTC

(superset) branch kill-pip-compile-multi updated (05268a7b4d -> 58d3e4ad24)

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

maximebeauchemin pushed a change to branch kill-pip-compile-multi
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 05268a7b4d add shillelagh to just superset-python-unittest.yml
 discard 1f7a506c3c add flask-cors to development
 discard a184dbf052 more
 discard 2453c77cb6 missing license headers
 discard 41ee75dafa missing license headers
 discard 507684ca5b recompile with no-upgrade
 discard bf4d4d7505 REQ FILES FROM PROD
 discard 18809df8b8 docs
 discard 10ece03c0e remove unused base.txt
 discard 20257544a9 add forgotten files
 discard 5bf99501e0 add forgotten files
 discard 242f9c2184 more progress
 discard 1a1d4229fd more progress
 discard 3104f9fbb2 progress
 discard f7350b816c moving to pyproject.toml
 discard be26762e5a test
 discard cf70e031fd one more try
 discard 31cb003af6 one more try
 discard 156df3eadb forcing base.txt
 discard cf0d117cc5 let's try to pin dev from the base to avoid the problematic core upgrades
 discard 68dd627cee chore: simplify python dependencies management
     add 91781ca045 build(deps): bump @storybook/types from 7.6.13 to 7.6.17 in /superset-frontend (#27347)
     add 6f1cbfa12d build(deps-dev): bump @types/node from 20.11.16 to 20.11.24 in /superset-websocket (#27326)
     add b1adede1ee feat: docker-compose to work off repo Dockerfile (#27434)
     add fbc8943fbd feat: show more information when loading chart (#27255)
     add 2a5b5fe049 build(deps-dev): bump eslint from 8.56.0 to 8.57.0 in /superset-websocket (#27327)
     add 6a7e5c2faf chore: add unit test for `values_for_column` (#27469)
     add 47ae9d4cc3 fix(webpack): remove double-dotted file extensions in webpack config (#27471)
     add 85d0d88fc2 test(Migration to RTL): Refactor ChartTable.test.tsx from Enzyme to RTL (#27429)
     add 70de50329c chore: simplify python dependencies management
     add 71f15d76f8 let's try to pin dev from the base to avoid the problematic core upgrades
     add 9feb95db2b forcing base.txt
     add 92cc0a2b2a one more try
     add 49bd675a51 one more try
     add bdc78bc7a8 test
     add b79ed7ee82 moving to pyproject.toml
     add bd9f1dbde1 progress
     add f1184bcad0 more progress
     add 7e8dc3289e more progress
     add 3b11cc7d09 add forgotten files
     add dc4e324f52 add forgotten files
     add 2b39731a6f remove unused base.txt
     add 2189c3e4de docs
     add 581ce20e25 REQ FILES FROM PROD
     add bc9b0a422b recompile with no-upgrade
     add 15f16b9871 missing license headers
     add b897e18ef0 missing license headers
     add 7ee9e3a0a6 more
     add 38653b319c add flask-cors to development
     add d4d604afbd add shillelagh to just superset-python-unittest.yml
     add 58d3e4ad24 progress

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   (05268a7b4d)
            \
             N -- N -- N   refs/heads/kill-pip-compile-multi (58d3e4ad24)

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:
 UPDATING.md                                        |    5 +
 ...ose-non-dev.yml => docker-compose-image-tag.yml |   10 +-
 docker-compose-non-dev.yml                         |   31 +-
 docker-compose.yml                                 |   32 +-
 docker/.env                                        |    2 +
 docker/.env-non-dev                                |   53 -
 docker/docker-frontend.sh                          |   18 +-
 docs/docs/frequently-asked-questions.mdx           |    2 +-
 .../installing-superset-using-docker-compose.mdx   |  177 +++-
 ...p-compile-superset.sh => pip-compile-custom.sh} |   23 +-
 requirements/requirements-custom-example.in        |    8 +
 superset-frontend/package-lock.json                | 1040 +++++++++++++++++++-
 .../packages/superset-ui-demo/package.json         |    2 +-
 superset-frontend/src/components/Chart/Chart.jsx   |   64 +-
 .../src/features/home/ChartTable.test.tsx          |  130 ++-
 superset-frontend/webpack.config.js                |    4 +-
 superset-websocket/package-lock.json               |   80 +-
 superset-websocket/package.json                    |    4 +-
 tests/unit_tests/models/helpers_test.py            |   72 ++
 19 files changed, 1446 insertions(+), 311 deletions(-)
 copy docker-compose-non-dev.yml => docker-compose-image-tag.yml (94%)
 delete mode 100644 docker/.env-non-dev
 copy requirements/{pip-compile-superset.sh => pip-compile-custom.sh} (50%)
 mode change 100755 => 100644
 create mode 100644 requirements/requirements-custom-example.in
 create mode 100644 tests/unit_tests/models/helpers_test.py