Ville Brofeldt
|
35864748f2
|
fix(explore): retain chart ownership on query context update (#16419)
|
2021-08-24 18:37:34 +03:00 |
|
Beto Dealmeida
|
adebc0997b
|
fix: update table ID in query context on chart import (#16374)
* fix: update table ID in query context on chart import
* Fix test
|
2021-08-20 10:03:31 -07:00 |
|
Phillip Kelley-Dotson
|
f0e3b68cc2
|
fix: ensure that users viewing chart does not automatically save edit data (#16077)
* add last_change_at migration
* add last_saved_by db migration
* finish rest of api migration
* run precommit
* fix name
* run precommitt
* remove unused mods
* merge migrations
* Update superset/migrations/versions/6d20ba9ecb33_add_last_saved_at_to_slice_model.py
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
* Update superset/migrations/versions/6d20ba9ecb33_add_last_saved_at_to_slice_model.py
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
* Update superset/migrations/versions/f6196627326f_update_chart_permissions.py
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
* fix test
* precommit
* remove print
* fix test
* change test
* test commit
* test 2
* test 3
* third time the charm
* fix put req
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
|
2021-08-10 10:29:49 -06:00 |
|
Beto Dealmeida
|
9a79a5775b
|
feat: store query context when saving charts (#15824)
* WIP
* Add migration
* Fix tests
|
2021-07-21 13:54:39 -07:00 |
|
ofekisr
|
b5119b8dff
|
refactor(tests): decouple unittests from integration tests (#15473)
* refactor move all tests to be under integration_tests package
* refactor decouple unittests from integration tests - commands
* add unit_tests package
* fix celery_tests.py
* fix wrong FIXTURES_DIR value
|
2021-07-01 18:03:07 +03:00 |
|