This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 17d6f4ebc4 fix(table): align group headers correctly when filtering
time compari⦠(#37236)
add d2907b2577 docs: federate scattered markdown files into centralized
docs (#36756)
No new revisions were added by this update.
Summary of changes:
.github/workflows/check_db_migration_confict.yml | 2 +-
.pre-commit-config.yaml | 8 +
INSTALL.md | 20 +-
LINTING_ARCHITECTURE.md | 121 -------
README.md | 4 +-
RELEASING/release-notes-1-0/README.md | 2 +-
RESOURCES/FEATURE_FLAGS.md | 103 ------
docs/DOCS_CLAUDE.md | 2 +-
docs/README.md | 6 +-
.../contributing/development-setup.md | 2 +-
docs/developer_portal/contributing/howtos.md | 65 +++-
.../guidelines/frontend-style-guidelines.md | 3 +-
docs/developer_portal/index.md | 1 -
docs/developer_portal/testing/e2e-testing.md | 215 ++++++++++--
docs/docs/configuration/configuring-superset.mdx | 2 +-
docs/docs/configuration/feature-flags.mdx | 107 ++++++
docs/docs/configuration/networking-settings.mdx | 2 +-
docs/docs/contributing/development.mdx | 2 +-
docs/docs/installation/upgrading-superset.mdx | 12 +
docs/static/feature-flags.json | 379 +++++++++++++++++++++
.../configuration/configuring-superset.mdx | 2 +-
.../configuration/networking-settings.mdx | 2 +-
.../version-6.0.0/contributing/development.mdx | 2 +-
docs/versioned_docs/version-6.0.0/intro.md | 4 +-
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 4 +-
helm/superset/values.yaml | 2 +-
scripts/extract_feature_flags.py | 200 +++++++++++
superset-core/README.md | 2 +-
superset-extensions-cli/README.md | 2 +-
superset-frontend/LINTING.md | 165 ---------
superset-frontend/packages/superset-core/README.md | 2 +-
superset-frontend/playwright/README.md | 225 ------------
superset-websocket/README.md | 2 +-
superset/config.py | 363 +++++++++++++-------
35 files changed, 1233 insertions(+), 804 deletions(-)
delete mode 100644 LINTING_ARCHITECTURE.md
delete mode 100644 RESOURCES/FEATURE_FLAGS.md
create mode 100644 docs/docs/configuration/feature-flags.mdx
create mode 100644 docs/static/feature-flags.json
create mode 100644 scripts/extract_feature_flags.py
delete mode 100644 superset-frontend/LINTING.md
delete mode 100644 superset-frontend/playwright/README.md