Vitor Avila
|
9661afff16
|
fix(Embedded): Skip CSRF validation for dashboard download endpoints (#31798)
|
2025-01-13 16:50:24 -03:00 |
Maxime Beauchemin
|
e51b95ffa8
|
chore: enforce more ruff rules (#31447)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
|
2024-12-18 17:41:34 -08:00 |
Geido
|
e1f98e246f
|
fix(Dashboard): Sync color configuration via dedicated endpoint (#31374)
|
2024-12-13 15:58:02 +02:00 |
Geido
|
90572be95a
|
fix(Dashboard): Retain colors when color scheme not set (#30646)
|
2024-11-21 19:58:32 +02:00 |
Geido
|
3e29777526
|
fix(Dashboard): Sync/Async Dashboard Screenshot Generation and Default Cache (#30755)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
|
2024-11-01 11:39:43 +02:00 |
Geido
|
d9a1db044a
|
refactor(Dashboard): Native filters form update endpoint (#30609)
|
2024-10-21 14:11:22 +03:00 |
Maxime Beauchemin
|
a849c29288
|
chore: enable lint PT009 'use regular assert over self.assert.*' (#30521)
|
2024-10-07 13:17:27 -07:00 |
Elizabeth Thompson
|
96b0bcfd78
|
chore: add logging for dashboards/get warnings (#30365)
|
2024-09-27 11:08:04 -07:00 |
Beto Dealmeida
|
61c0970968
|
fix: create permissions on DB import (#29802)
|
2024-08-06 12:09:21 -04:00 |
Beto Dealmeida
|
b66c0f8d30
|
fix: schemas for upload API (#29604)
|
2024-07-16 15:53:25 -04:00 |
Vitor Avila
|
33b934cbb3
|
fix(Tags filter): Filter assets by tag ID (#29412)
|
2024-07-11 12:26:36 -03:00 |
Edgar Ulloa
|
d89648147f
|
feat(dashboard): add API endpoints for generating and downloading screenshots (#29187)
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com>
|
2024-07-08 12:52:23 +03:00 |
Jack
|
a5355d86fc
|
feat: Dashboard tabs api endpoint (#27962)
|
2024-06-20 18:40:54 +02:00 |
Eyal Ezer
|
07b2449bd7
|
refactor: Unify all json.(loads|dumps) usage to utils.json (#28702)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
|
2024-05-28 14:17:41 -07:00 |
Vitor Avila
|
0fdb4b7c23
|
chore(tags): Handle tagging as part of asset update call (#28570)
|
2024-05-28 11:41:31 -04:00 |
JUST.in DO IT
|
02478e5b95
|
feat(dashboard): Add metadata bar to the header (#27857)
|
2024-05-10 10:28:57 -07:00 |
Maxime Beauchemin
|
2d63722150
|
chore: set up ruff as a new linter/formatter (#28158)
|
2024-04-24 17:19:53 -07:00 |
John Bodley
|
bc65c245fe
|
chore(tests): Remove unnecessary/problematic app contexts (#28159)
|
2024-04-24 13:46:35 -07:00 |
Daniel Vaz Gaspar
|
e465876ed4
|
feat: new Excel upload form and API (#28105)
|
2024-04-19 14:19:42 +01:00 |
John Bodley
|
481a63da55
|
chore(tests): Remove ineffectual login (#27149)
|
2024-04-09 09:52:02 -07:00 |
Vitor Avila
|
66bf70172f
|
fix(API): Updating assets via the API should preserve ownership configuration (#27364)
|
2024-03-06 16:40:41 +00:00 |
John Bodley
|
847ed3f5b0
|
refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909)
|
2024-02-14 06:20:15 +13:00 |
Michael S. Molina
|
f63e66be01
|
refactor: Removes the deprecated VERSIONED_EXPORT feature flag (#26347)
|
2024-01-19 15:21:14 -03:00 |
John Bodley
|
aafb54d042
|
chore: Ensure Mixins are ordered according to the MRO (#26288)
|
2023-12-16 14:11:58 +13:00 |
Jack Fragassi
|
386d4e0541
|
fix(embedded): Hide sensitive payload data from guest users (#25878)
|
2023-12-04 14:52:59 -08:00 |
Beto Dealmeida
|
60e1526f6a
|
fix: remove `update_charts_owners` (#25843)
|
2023-11-03 13:06:31 -04:00 |
Daniel Vaz Gaspar
|
23bb1c48a1
|
chore: remove deprecated apis and ENABLE_BROAD_ACTIVITY_ACCESS (#24400)
|
2023-06-15 22:11:24 +01:00 |
John Bodley
|
a3aacf2527
|
fix: Address dashboard permission regression in #23586 (#24350)
|
2023-06-12 11:15:27 -07:00 |
Michael S. Molina
|
a7f7f6645d
|
feat: Convert ENABLE_BROAD_ACTIVITY_ACCESS and MENU_HIDE_USER_INFO into feature flags (#24345)
|
2023-06-12 10:40:22 -07:00 |
John Bodley
|
a4d5d7c6b9
|
chore(pre-commit): Add pyupgrade and pycln hooks (#24197)
|
2023-06-01 12:01:10 -07:00 |
Ville Brofeldt
|
2222073778
|
fix(ci): remove username from owner (#24114)
|
2023-05-18 15:38:14 +03:00 |
Ville Brofeldt
|
7114bba718
|
chore(thumbnails): change default executor to logged in user (#22801)
|
2023-05-17 20:32:20 +03:00 |
Geido
|
66fb4867dc
|
chore: Remove unnecessary information from response (#24056)
|
2023-05-17 20:07:47 +03:00 |
Jack Fragassi
|
326c0587fe
|
chore: Migrate copy_dash endpoint to api v1 (#23112)
Co-authored-by: hughhhh <hughmil3s@gmail.com>
|
2023-04-06 11:32:10 -04:00 |
Hugh A. Miles II
|
a4d4084d08
|
fix: tags features flag on base models (#23548)
|
2023-04-04 10:32:24 -04:00 |
Diego Medina
|
f2be53dd53
|
chore: Migrate /superset/favstar to API v1 (#23165)
Co-authored-by: hughhhh <hughmil3s@gmail.com>
|
2023-03-29 16:42:23 -04:00 |
Zef Lin
|
870bf6d0b9
|
fix: revert back to use security manager authz for dashboard when get by uuid (#23330)
|
2023-03-16 15:27:02 +00:00 |
Cody Leff
|
684b8888b1
|
fix(dashboard): Stop updating chart owners for charts removed from dashboard (#21720)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
|
2023-02-09 12:50:06 -05:00 |
Geido
|
9ed2326a20
|
feat: Move cross filters to Dashboard (#22785)
|
2023-01-25 18:01:06 +01:00 |
Jack Fragassi
|
050cbe938f
|
chore: Migrate /superset/recent_activity/<user_id>/ to /api/v1/ (#22789)
|
2023-01-25 09:26:50 +00:00 |
Daniel Vaz Gaspar
|
3761694d72
|
fix: dashboard get by id or slug access filter (#22358)
|
2023-01-05 17:10:40 +00:00 |
Ville Brofeldt
|
037deb9a1d
|
feat(rbac): add customizable related filters (#22526)
|
2023-01-05 16:42:08 +02:00 |
Ville Brofeldt
|
ac0ff78616
|
fix: chart id mapping in dashboard api (#22179)
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
|
2022-11-21 18:30:08 +02:00 |
Shubham Sinha
|
7edf1fbdf0
|
fix(superset): Fixed API for bulk delete of embedded dashboards (#21911)
|
2022-10-22 12:25:17 +01:00 |
Daniel Vaz Gaspar
|
3057e4270c
|
feat: deprecate created_slices API endpoint (#21664)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
|
2022-10-04 09:13:11 +01:00 |
Lily Kuang
|
05354a96bf
|
feat: filter with created_by for charts and dashboards (#21199)
* feat: filter with created_by for charts and dashboards
* add tests
* update tests
* update tests
|
2022-08-30 12:27:38 -07:00 |
Jesse Yang
|
4d192e6e4d
|
feat(report): capture dashboard reports in specific states (#20552)
|
2022-07-26 17:01:56 -07:00 |
Geido
|
6b0c3032b2
|
chore: Update color scheme when deleted or changed (#20589)
* feat(explore): Use v1/explore endpoint data instead of bootstrapData
* Add tests
* Fix ci
* Remove redundant dependency
* Use form_data_key in cypress tests
* Add auth headers to for data request
* Address comments
* Remove displaying danger toast
* Conditionally add auth headers
* Address comments
* Fix typing bug
* fix
* Fix opening dataset
* Fix sqllab chart create
* Run queries in parallel
* Fallback to default color scheme
* Fix dashboard id autofill
* Fix lint
* Fix test
* Fix hydrate action
* Update dashboard colors
* Add color scheme domain
* Add check for default scheme
* Make me pretty
* Clean up
* Nit
* Clean up
* Pretty
* Fix missing sequential
* Lint
* Enhance test
* Lint
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
|
2022-07-25 18:50:49 -04:00 |
David Aaron Suddjian
|
ae70212df3
|
fix: deactivate embedding on a dashboard (#19626)
* fix tests
* commit it properly
* unnecessary commit, correct type in docstring
* unused import
|
2022-04-15 16:15:27 -07:00 |
Jesse Yang
|
ce2bd98442
|
test: freeze time for dashboard export test (#19634)
|
2022-04-09 07:49:39 -07:00 |