John Bodley
|
df79522160
|
refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200)
|
2024-01-18 08:27:29 +13:00 |
|
Michael S. Molina
|
2d3ff8c0dc
|
refactor: Removes the deprecated DASHBOARD_CACHE feature flag (#26349)
|
2024-01-16 14:14:42 -03:00 |
|
Michael S. Molina
|
9387c4c16f
|
refactor: Removes the filters set feature (#26369)
|
2024-01-16 12:42:35 -03:00 |
|
Ville Brofeldt
|
596f5569be
|
chore(sqlalchemy): import from correct path (#26301)
|
2023-12-18 13:01:50 -08:00 |
|
John Bodley
|
aafb54d042
|
chore: Ensure Mixins are ordered according to the MRO (#26288)
|
2023-12-16 14:11:58 +13:00 |
|
Vitor Avila
|
05d7060d83
|
fix(chart-filter): Avoid column denormalization if not enabled (#26199)
|
2023-12-07 17:24:47 -08:00 |
|
Beto Dealmeida
|
7223633da6
|
fix: alias column when fetching values (#26120)
|
2023-11-28 15:11:20 -05:00 |
|
John Bodley
|
07bcfa9b5f
|
chore(command): Organize Commands according to SIP-92 (#25850)
|
2023-11-22 16:55:54 -03:00 |
|
John Bodley
|
07551dc3d4
|
chore(connector): Cleanup base models and views according to SIP-92 (#24773)
|
2023-11-21 10:11:50 -08:00 |
|
Rob Moore
|
8d73ab9955
|
feat(sqllab): TRINO_EXPAND_ROWS: expand columns from ROWs (#25809)
|
2023-11-20 10:59:10 -07:00 |
|
Hugh A. Miles II
|
5def416f63
|
fix: naming denomalized to denormalized in helpers.py (#25973)
|
2023-11-13 18:46:09 -05:00 |
|
Hugh A. Miles II
|
8d8e1bb637
|
fix: always denorm column value before querying values (#25919)
|
2023-11-13 13:18:28 -05:00 |
|
Beto Dealmeida
|
2bd611916d
|
feat: safer insert RLS (#20323)
|
2023-11-08 22:52:25 -05:00 |
|
FGrobelny
|
458be8c848
|
fix(trino): allow impersonate_user flag to be imported (#25872)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
|
2023-11-08 12:00:18 -08:00 |
|
Beto Dealmeida
|
80caba3fd1
|
feat: method for dynamic allows_alias_in_select (#25882)
|
2023-11-07 14:28:28 -05:00 |
|
JUST.in DO IT
|
5ab1e7eae4
|
feat(sqllab): SPA migration (#25151)
|
2023-10-04 15:21:41 -04:00 |
|
Josh Soref
|
0735680674
|
chore(backend): Spelling (#25457)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-09-29 09:36:50 -07:00 |
|
Gyuil Han
|
e83a76a586
|
fix: update the SQLAlchemy model definition at json column for Log table (#25445)
|
2023-09-29 09:02:44 -03:00 |
|
John Bodley
|
893b45feef
|
fix: Rename on_delete parameter to ondelete (#25424)
|
2023-09-26 16:00:37 -07:00 |
|
Michael S. Molina
|
a971a28a34
|
fix: DashboardRoles cascade operation (#25349)
|
2023-09-20 13:08:07 -03:00 |
|
John Bodley
|
d54e827bb9
|
fix: Add explicit ON DELETE CASCADE for dashboard_roles (#25320)
|
2023-09-18 09:49:51 -03:00 |
|
Stepan
|
14c324950a
|
feat(datasource): Checkbox for always filtering main dttm in datasource (#25204)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
|
2023-09-14 15:57:08 -07:00 |
|
KSPT-taylorjohn
|
bbfaeb074e
|
fix: Chart series limit doesn't work for some databases (#25150)
|
2023-08-31 15:05:39 -07:00 |
|
Sebastian Liebscher
|
e585db85b6
|
chore: use contextlib.surpress instead of passing on error (#24896)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
|
2023-08-29 10:09:01 -06:00 |
|
John Bodley
|
adaab3550c
|
fix: Ensure SQLAlchemy sessions are closed (#25031)
|
2023-08-23 11:57:36 -07:00 |
|
Vitor Avila
|
cacad56172
|
chore(dashboard import/export): include additional fields to export/import commands (#24941)
|
2023-08-14 13:50:31 -07:00 |
|
Beto Dealmeida
|
4bc46003b5
|
chore: rate limit requests (#24324)
|
2023-08-11 09:35:31 -07:00 |
|
Beto Dealmeida
|
6f24a4e7a8
|
fix: calls to _get_sqla_engine (#24953)
|
2023-08-11 12:54:01 +02:00 |
|
John Bodley
|
55014bf58b
|
chore: Add explicit ON DELETE CASCADE for embedded_dashboards (#24939)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
|
2023-08-10 11:41:14 -03:00 |
|
John Bodley
|
94c595093b
|
chore: Add explicit ON DELETE CASCADE for dashboard_slices (#24938)
|
2023-08-10 10:56:11 -03:00 |
|
John Bodley
|
5522facdc6
|
chore: Refactor dashboard security access (#24804)
|
2023-08-09 09:25:58 -07:00 |
|
EugeneTorap
|
5f103072b0
|
fix: Python3.11 (str, Enum) issue (#24803)
|
2023-07-31 09:04:09 -07:00 |
|
Jack Fragassi
|
77889b29fb
|
fix: Allow chart import to update the dataset an existing chart points to (#24821)
|
2023-07-28 16:08:03 -07:00 |
|
Gyuil Han
|
ff7c1528db
|
fix(dashboard): increase json_metadata field (#24510)
|
2023-07-25 15:30:43 -03:00 |
|
EugeneTorap
|
fc89718d48
|
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
|
2023-07-24 17:13:49 -07:00 |
|
Beto Dealmeida
|
7675e0db10
|
fix: search_path in RDS (#24739)
|
2023-07-20 12:57:48 -07:00 |
|
John Bodley
|
ae00489779
|
chore(dao): Add explicit ON DELETE CASCADE for ownership (#24628)
|
2023-07-11 11:39:03 -07:00 |
|
JUST.in DO IT
|
e20b69587f
|
chore(sqllab): add extra_json on tabstate (#24489)
|
2023-06-23 14:31:31 -07:00 |
|
John Bodley
|
b9824d687e
|
fix: Native filter dynamic numeric search (#24506)
|
2023-06-23 14:00:31 -07:00 |
|
John Bodley
|
652bf6454e
|
fix: Native filter dynamic numeric search (#24418)
|
2023-06-21 09:45:15 -07:00 |
|
Hugh A. Miles II
|
93e1db4bd9
|
fix: save columns reference from sqllab save datasets flow (#24248)
|
2023-06-20 13:54:19 -04:00 |
|
John Bodley
|
3e76736874
|
chore(dao): Organize DAOs according to SIP-92 (#24331)
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
|
2023-06-18 18:32:32 -07:00 |
|
Maxime Beauchemin
|
b70808d071
|
chore: cleanup sqlalchemy warnings (#24403)
|
2023-06-16 15:30:47 -07:00 |
|
Ville Brofeldt
|
20e0036336
|
fix(sql-lab): remove redundant onChange schema property (#24422)
|
2023-06-16 17:38:26 +03:00 |
|
Daniel Vaz Gaspar
|
23bb1c48a1
|
chore: remove deprecated apis and ENABLE_BROAD_ACTIVITY_ACCESS (#24400)
|
2023-06-15 22:11:24 +01:00 |
|
Hugh A. Miles II
|
eb05225f0d
|
feat(sshtunnel): add configuration for SSH_TIMEOUT (#24369)
|
2023-06-13 12:29:40 -04:00 |
|
John Bodley
|
2b364898a5
|
fix: Address regression introduced in #22853 (#24121)
|
2023-06-12 15:32:40 -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
|
0e3f1f638c
|
chore: Remove deprecated ENABLE_ACCESS_REQUEST workflow (#24266)
|
2023-06-09 18:54:31 -07:00 |
|
John Bodley
|
a4d5d7c6b9
|
chore(pre-commit): Add pyupgrade and pycln hooks (#24197)
|
2023-06-01 12:01:10 -07:00 |
|