mikebridge opened a new pull request, #43493:
URL: https://github.com/apache/superset/pull/43493

   ### SUMMARY
   
   Follow up on the default-on version-history rollout by aligning operator 
documentation and code comments with the implemented behavior:
   
   - document that disabling capture preserves read-only history but makes 
Restore unavailable (404)
   - clarify that capture-off panels and activity streams can be stale rather 
than empty
   - document the required Superset/worker restart and restore actionable 
`CELERY_CONFIG` guidance
   - remove duplicated or contradictory kill-switch rationale
   - describe the listener lifecycle without undercounting registrations
   - classify the default-on `SOFT_DELETE` and `VERSION_HISTORY` flags as 
`testing` and regenerate the feature-flag reference
   - retain the importer-test explanation that its Continuum collision is not 
production-reachable
   
   This changes documentation, comments, lifecycle annotations, and generated 
feature-flag documentation only. It does not change runtime defaults, control 
flow, test assertions, or database behavior.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   Not applicable; there are no UI changes.
   
   ### TESTING INSTRUCTIONS
   
   ```bash
   source ~/venv/superset-3/bin/activate
   pre-commit run --files \
     UPDATING.md \
     docs/docs/using-superset/version-history.mdx \
     docs/static/feature-flags.json \
     superset/commands/version_restore.py \
     superset/config.py \
     superset/initialization/__init__.py \
     tests/unit_tests/dashboards/commands/importers/v1/import_command_test.py
   python -m pytest \
     tests/unit_tests/initialization_test.py \
     tests/unit_tests/dashboards/commands/importers/v1/import_command_test.py -q
   ```
   
   Expected: all applicable pre-commit hooks pass and 46 tests pass.
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to