This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch codespaces
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 6c888791b4 docs
omit b8c5b2a34b improve startup script
omit e8d00f71be gh
omit 084fd9ca03 tweak utilities
omit 1215b11a51 public port
omit 1fcbab4462 tmux
omit 72223191a7 only 9001
omit 5a7194c1d0 ssh
omit 4581454fc5 ok
omit fb67e678ea fix: Use Python 3.11 Bookworm image to match current
standard
omit 70d0448f66 fix: Remove Python feature to avoid building from source
omit c41650fc1d feat: Add Claude Code CLI to devcontainer setup
omit 82a3e1094e feat: Add uv package installer to devcontainer setup
omit ae26d63629 fix: Update Node version to 20 to match package.json
requirements
omit c894fce21f fix: Use Ubuntu 24.04 base to match CI with Python 3.11
omit 1ce2cbff94 fix: Use lean Python base image instead of bloated universal
omit bb6f45b76f fix: Simplify devcontainer to avoid docker-compose conflicts
omit 94790296bf fix: Force rebuild with clean devcontainer config
omit 54e9f88620 feat: Use devcontainers/universal image for better tooling
omit 53f48136cc fix: Refactor devcontainer to use base Ubuntu with
Docker-in-Docker
omit 9aa0ef14d8 feat: Add SSH support to Codespaces configuration
omit 728a845227 fix: Correct workspace paths for Codespaces
omit 53986502c8 feat: Add GitHub Codespaces support with
docker-compose-light
add 972be15dda feat: focus on text input when modal opens (#34379)
add 16db999067 fix: rate limiting issues with example data hosted on
github.com (#34381)
new fd51cc65a2 feat: Add GitHub Codespaces support with
docker-compose-light
new 8de420ec8e fix: Correct workspace paths for Codespaces
new 26e5e637f9 feat: Add SSH support to Codespaces configuration
new a007b3020d fix: Refactor devcontainer to use base Ubuntu with
Docker-in-Docker
new 02f90f4321 feat: Use devcontainers/universal image for better tooling
new cf8183b67e fix: Force rebuild with clean devcontainer config
new 8bf2e4ea3a fix: Simplify devcontainer to avoid docker-compose conflicts
new e922e51e6b fix: Use lean Python base image instead of bloated universal
new bc604d54e4 fix: Use Ubuntu 24.04 base to match CI with Python 3.11
new 19f414b217 fix: Update Node version to 20 to match package.json
requirements
new ca57bbc1e2 feat: Add uv package installer to devcontainer setup
new ba3388bf94 feat: Add Claude Code CLI to devcontainer setup
new 4eef7a65c1 fix: Remove Python feature to avoid building from source
new a26e0ea0fe fix: Use Python 3.11 Bookworm image to match current
standard
new f580f6159e ok
new 7ad10ac1a9 ssh
new d4463078ad only 9001
new 458db68929 tmux
new 4b5dbf3dcf public port
new f1a3bdd878 tweak utilities
new 4ff2a85b11 gh
new 1d6617d809 improve startup script
new e6e0c3c47e docs
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 (6c888791b4)
\
N -- N -- N refs/heads/codespaces (e6e0c3c47e)
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.
The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../controls/VizTypeControl/VizTypeControl.test.tsx | 21 +++++++++++++++++++++
.../controls/VizTypeControl/VizTypeGallery.tsx | 7 +++++++
superset/commands/dataset/importers/v1/utils.py | 5 +++++
superset/commands/importers/v1/utils.py | 6 ++++++
superset/examples/bart_lines.py | 2 +-
superset/examples/birth_names.py | 10 +++++-----
.../configs/datasets/examples/FCC_2018_Survey.yaml | 2 +-
.../configs/datasets/examples/channel_members.yaml | 2 +-
.../configs/datasets/examples/channels.yaml | 2 +-
.../datasets/examples/cleaned_sales_data.yaml | 2 +-
.../configs/datasets/examples/covid_vaccines.yaml | 2 +-
.../configs/datasets/examples/exported_stats.yaml | 2 +-
.../configs/datasets/examples/messages.yaml | 2 +-
.../examples/configs/datasets/examples/threads.yaml | 2 +-
.../datasets/examples/unicode_test.test.yaml | 2 +-
.../examples/configs/datasets/examples/users.yaml | 2 +-
.../configs/datasets/examples/users_channels.yaml | 2 +-
.../configs/datasets/examples/video_game_sales.yaml | 2 +-
superset/examples/country_map.py | 2 +-
superset/examples/energy.py | 2 +-
superset/examples/flights.py | 4 ++--
superset/examples/helpers.py | 20 +++++++++++++++++---
superset/examples/long_lat.py | 2 +-
superset/examples/multiformat_time_series.py | 2 +-
superset/examples/paris.py | 2 +-
superset/examples/random_time_series.py | 4 +++-
superset/examples/sf_population_polygons.py | 4 +++-
superset/examples/world_bank.py | 2 +-
28 files changed, 88 insertions(+), 31 deletions(-)