Will Barrett
8e23d4f369
chore: Upgrade pylint to 2.5.3 and fix most new rules ( #10101 )
...
* Bump pylint version to 2.5.3
* Add a global disable for the most common new pylint error
* Fix a bunch of files containing very few errors
* More pylint tweakage, low-hanging fruit
* More easy stuff...
* Fix more erroring files
* Fix the last couple of errors, clean pylint!
* Black
* Fix mypy issue in connectors/druid/models.py
2020-06-18 14:03:42 -07:00
John Bodley
91517a56a3
style(mypy): Spit-and-polish pass ( #10001 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-06-07 08:53:46 -07:00
John Bodley
e789a35558
[mypy] Enforcing typing for superset.models ( #9883 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-05-22 20:31:21 -07:00
Daniel Vaz Gaspar
d81f720502
[thumbnails] API and celery task for dashboards and charts ( #8947 )
2020-04-15 09:40:14 +01:00
Ville Brofeldt
980dd2fd41
pylint: accept specific 2 character names by default ( #9460 )
...
* lint: accept 2 letter names by default
* Address review comments
* Remove e and d from good-names
2020-04-08 20:32:26 +03:00
Grace Guo
ccd6e44edf
refactor copy filter_scopes and add tests ( #9224 )
...
* refactor copy filter_scopes and add tests
* fix review comments
2020-03-02 12:55:30 -08:00
Grace Guo
421aeb4605
[dashboard] fix filter_scopes when copy dashboard with duplicate_slices ( #9188 )
...
* [dashboard] fix filter_scopes when copy dashboard with duplicate_slices
* code cleanup
2020-02-24 13:45:29 -08:00
Grace Guo
84b42d28b9
[dashboard] use filter_scopes metadata when import old dashboard ( #9145 )
...
* [dashboard] update filter_scopes metadata when import old dashboard
* fix review comments
2020-02-19 09:06:52 -08:00
Craig Rueda
607cfd1f29
Moving away from using the root logger everywhere ( #9099 )
...
* Moving away from using the root logger everywhere
* self.logger -> logger
2020-02-07 23:38:48 -08:00
ʈᵃᵢ
7b97764dbc
[dashboard] New, list view (react) ( #8845 )
...
* adds dashboard listview component
* use new api
* use json over rison
* lint
* adds seperate dashboard list view
* edit and delete actions
* fix lint ignore
* fix common_bootstrap_payload is now a function
* fix license
* fix pylint
* isort
* fix tests
* lint
* lint ts
* fix js tests
* fix double import from bad rebase
* fix indent error
* lookup permissions
* generic permission lookup
* get tslint to pass
* adds js specs
* lint
* fix rebase
* lint
* lint again
* fix type errors preventing build
* adds more specs
* fix tslint error
* fix null check
* remove unecessary code
* use translations provided by api
* more translations
* linting
* fix spec
* i18n
* fix register order
2020-01-16 00:48:55 -05:00
Daniel Vaz Gaspar
3d9181d270
[dashboard] New, get releated owners and slices ( #8872 )
2019-12-20 10:16:57 +00:00
David Aaron Suddjian
016f202423
Refactor Dashboard and Slice models ( #8820 )
...
* refactor dashboard and slice models
* appease various linters
* remove shortcuts & import indirection
* appease mypy
* fix bad imports
* lint
* address various issues
* ignore type issue
* remove unused imports
* lint
2019-12-18 11:40:45 -08:00