superset/superset
Vitor Avila 5167d20f27
fix: Improving handling for tag relationship when deleting assets v2 (#29229)
2024-06-12 09:39:34 -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 feat(SIP-95): catalogs in SQL Lab and datasets (#28376) 2024-05-08 17:19:36 -04:00
charts refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
cli feat: Adds Histogram chart migration logic (#28780) 2024-06-05 13:33:50 -03:00
columns chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
commands refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
common fix: Remove BASE_AXIS from pre-query (#29084) 2024-06-05 10:27:26 -07:00
connectors chore: remove duplicate code in `SqlaTable` (#28752) 2024-05-29 15:07:21 -04:00
css_templates chore: harmonize and clean up list views (#25961) 2023-12-04 11:51:18 -08:00
daos chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
dashboards refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
databases refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
datasets chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
datasource refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200) 2024-01-18 08:27:29 +13:00
db_engine_specs feat: OAuth2 client initial work (#29109) 2024-06-09 22:11:18 -04: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 feat: Adds the Featured Charts dashboard (#28789) 2024-06-04 16:59:10 -03:00
explore chore: Remove obsolete actor (#27147) 2024-02-21 09:08:08 +13:00
extensions refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
importexport refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
initialization chore: deprecate multiple old APIs (#28492) 2024-05-14 22:00:45 +01:00
key_value refactor: Migration of json utilities from core (#28522) 2024-05-20 10:27:22 -07:00
migrations feat: Adds Histogram chart migration logic (#28780) 2024-06-05 13:33:50 -03:00
models fix: Improving handling for tag relationship when deleting assets v2 (#29229) 2024-06-12 09:39:34 -07:00
queries refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
reports fix: use channel id with new slack api for file uploads (#28797) 2024-06-04 15:18:29 -07:00
row_level_security chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
security chore: change security error level (#28641) 2024-06-05 15:43:22 -07:00
sql_validators feat(SIP-95): new endpoint for table metadata (#28122) 2024-04-25 12:23:49 -04:00
sqllab refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -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 chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
tasks fix: use channel id with new slack api for file uploads (#28797) 2024-06-04 15:18:29 -07:00
templates feat: new Excel upload form and API (#28105) 2024-04-19 14:19:42 +01: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(i18n): improved Russian translation (#28572) 2024-06-05 13:46:26 -07:00
utils feat: OAuth2 client initial work (#29109) 2024-06-09 22:11:18 -04:00
views feat(formatters): Add custom d3-time-format locale (#24263) 2024-06-10 12:24:33 -06: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(async): Making create app configurable (#25346) 2023-09-20 10:04:58 -07:00
config.py feat(formatters): Add custom d3-time-format locale (#24263) 2024-06-10 12:24:33 -06:00
constants.py feat(SIP-95): permissions for catalogs (#28317) 2024-05-06 11:41:58 -04: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 fix: adds the ability to disallow SQL functions per engine (#28639) 2024-05-29 10:51:28 +01: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 refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
sql_parse.py chore: remove duplicate code in `SqlaTable` (#28752) 2024-05-29 15:07:21 -04: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