superset/superset
Harshit 5a3b1ee3fd
fix: machine auth for GAQ enabled deployments (#29591)
2024-08-02 15:48:08 -07:00
..
advanced_data_type chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
annotation_layers refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
async_events refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
available_domains chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
cachekeys chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
charts fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
cli feat(CLI command): Apache Superset "Factory Reset" CLI command #27207 (#27221) 2024-07-03 09:20:05 -07:00
columns chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
commands fix: pass slack recipients correctly (#29721) 2024-08-02 10:42:40 -07:00
common fix(plugins): Fix dashboard filter for Table and Big Number with Time Comparison (#29517) 2024-07-08 23:07:35 +02:00
connectors chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
css_templates fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
daos chore(key-value): convert command to dao (#29344) 2024-07-01 20:22:11 +03:00
dashboards fix(Dashboard): Copying a Dashboard does not commit the transaction (#29776) 2024-07-31 19:40:23 +03:00
databases fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
datasets fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
datasource refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200) 2024-01-18 08:27:29 +13:00
db_engine_specs fix: catalog upgrade/downgrade (#29780) 2024-07-30 15:15:40 -04:00
distributed_lock chore(key-value): convert command to dao (#29344) 2024-07-01 20:22:11 +03:00
embedded fix(embedded): add missing GUEST_TOKEN_HEADER_NAME to bootstrap data (#28932) 2024-06-05 18:58:38 -07:00
embedded_dashboard chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
examples chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
explore chore: Remove obsolete actor (#27147) 2024-02-21 09:08:08 +13:00
extensions fix(metastore-cache): import dao in methods (#29451) 2024-07-02 15:28:42 +03:00
importexport refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
initialization fix: refactor view error handling into a separate module (#29330) 2024-07-09 10:16:40 -07:00
key_value chore(key-value): convert command to dao (#29344) 2024-07-01 20:22:11 +03:00
migrations fix: Downgrade of revision 678eefb4ab44 throws error (#29799) 2024-08-01 08:10:08 -03:00
models fix: schemas for upload API (#29604) 2024-07-16 15:53:25 -04:00
queries fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
reports fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
row_level_security fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
security chore: add catalog_access to OBJECT_SPEC_PERMISSIONS (#29650) 2024-07-19 19:40:05 -04:00
sql_validators chore: enable ruff lint rule TRY201 and B904 to improve `raise` stack traces (#29166) 2024-06-12 13:04:42 -07:00
sqllab chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tables chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
tags fix(Tags filter): Filter assets by tag ID (#29412) 2024-07-11 12:26:36 -03:00
tasks fix: set default timezone to UTC for cron timezone conversions (#29798) 2024-08-01 11:49:47 -06:00
templates fix: sort schemas when uploading data (#29610) 2024-07-16 19:55:11 -04:00
temporary_cache chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
thumbnails feat(thumbnails): add support for user specific thumbs (#22328) 2022-12-14 15:02:31 +02:00
translations fix(translations): Translate embedded errors (#29782) 2024-07-31 11:19:03 -06:00
utils fix: machine auth for GAQ enabled deployments (#29591) 2024-08-02 15:48:08 -07:00
views feat: add slackv2 notification (#29264) 2024-07-17 15:14:32 -07:00
__init__.py fix: Cypress CI process while opening PR from a fork (#29098) 2024-06-05 17:59:11 -07:00
app.py chore: enable ruff lint rule TRY201 and B904 to improve `raise` stack traces (#29166) 2024-06-12 13:04:42 -07:00
config.py chore: deleting vestigial EMAIL_NOTIFICATIONS (#29792) 2024-07-31 17:54:47 -06:00
constants.py feat: add slackv2 notification (#29264) 2024-07-17 15:14:32 -07:00
dataframe.py fix: improve df to records performance (#28512) 2024-05-15 15:30:23 +01:00
errors.py feat(sip-95): new endpoint for extra table metadata (#28063) 2024-04-18 10:42:53 -04:00
exceptions.py chore(key-value): convert command to dao (#29344) 2024-07-01 20:22:11 +03:00
forms.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
jinja_context.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
legacy.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
result_set.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
schemas.py feat: initial work to make v1 API compatible with SIP-40 and SIP-41 (#13960) 2021-04-06 22:06:32 -07:00
sql_lab.py fix: OAuth2 in async DBs (#29461) 2024-07-02 21:12:07 -04:00
sql_parse.py feat: add connector for CouchbaseDB (#29225) 2024-07-10 11:54:36 +03:00
stats_logger.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
superset_typing.py fix: Handling of column types for Presto, Trino, et al. (#28653) 2024-05-28 08:56:38 -07:00
viz.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00