superset/superset/models
Daniel Vaz Gaspar 4c85d33109
feat: custom favorite filter for dashboards, charts and saved queries (#11083)
* feat: custom favorite filter for dashboards

* lint and sort

* add favored for charts

* fix tests and lint

* more tests and saved query filter

* fix tests

* fix tests

* lint

* lint and fix conflict

* remove unnecessary prop

* separate tests
2020-10-01 15:08:40 -07:00
..
sql_types fix(db_engine_specs): improve Presto column type matching (#10658) 2020-08-24 22:42:07 +03:00
__init__.py feat: Alerts! allowing users to set SQL-based email alerts with screenshots (#9944) 2020-07-06 13:12:27 -07:00
alerts.py fix: superset alerting misc fixes (#10891) 2020-09-16 11:09:11 -07:00
annotations.py chore: Upgrade pylint to 2.5.3 and fix most new rules (#10101) 2020-06-18 14:03:42 -07:00
cache.py chore: log cache keys to the logs (#10678) 2020-09-01 09:41:25 -07:00
core.py Removed disabled linting redefined-outer-name. Url parameters are renamed where url was already defined in class attributes (#10911) 2020-09-16 20:22:46 -07:00
dashboard.py chore: updated lint rules in models module (#11036) 2020-09-24 13:49:00 -07:00
datasource_access_request.py chore: updated lint rules in models module (#11036) 2020-09-24 13:49:00 -07:00
helpers.py Changed tags.py and helpers.py in models module: removed disabled pylint rule unused_import, changed unused arguments to private and removed disabled rule unused-argument. Removed redundant rules. (#11037) 2020-09-24 13:50:09 -07:00
schedules.py feat: Alerts! allowing users to set SQL-based email alerts with screenshots (#9944) 2020-07-06 13:12:27 -07:00
slice.py chore: updated lint rules in models module (#11036) 2020-09-24 13:49:00 -07:00
sql_lab.py feat: custom favorite filter for dashboards, charts and saved queries (#11083) 2020-10-01 15:08:40 -07:00
tags.py Changed tags.py and helpers.py in models module: removed disabled pylint rule unused_import, changed unused arguments to private and removed disabled rule unused-argument. Removed redundant rules. (#11037) 2020-09-24 13:50:09 -07:00
user_attributes.py pylint: accept specific 2 character names by default (#9460) 2020-04-08 20:32:26 +03:00