This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from a611278e04 fix: Console errors from various sources (#34178)
add 54a5b58e40 feat(codespaces): auto-setup Python venv with dependencies
(#34409)
No new revisions were added by this update.
Summary of changes:
.devcontainer/Dockerfile | 20 ++++++++
.devcontainer/README.md | 11 +++++
.devcontainer/bashrc-additions | 62 +++++++++++++++++++++++++
.devcontainer/build-and-push-image.sh | 20 ++++++++
.devcontainer/devcontainer.json | 26 ++++++++---
.devcontainer/setup-dev.sh | 84 ++++++++++++++++++++++++++--------
.devcontainer/start-superset.sh | 71 +++++++++++++++++++++++-----
docker/frontend-mem-nag.sh | 44 +++++++++++++++---
docs/docs/contributing/development.mdx | 2 +-
9 files changed, 297 insertions(+), 43 deletions(-)
create mode 100644 .devcontainer/Dockerfile
create mode 100644 .devcontainer/bashrc-additions
create mode 100755 .devcontainer/build-and-push-image.sh