Joe Li
|
98d0ccd7a7
|
fix(reports): reliability fixes for alert/report execution (#41177)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-26 12:09:12 -07:00 |
|
SkinnyPigeon
|
0d43c2c12c
|
feat(reports): trigger alerts (#41336)
|
2026-06-25 22:01:39 -07:00 |
|
Evan Rusackas
|
81f7e42f4e
|
fix(rls): preserve tables/roles on partial RLS rule updates (#41294)
Co-authored-by: Amin Ghadersohi <amin.ghadersohi@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
2026-06-24 16:16:47 -07:00 |
|
Ayush Sharaf
|
d3d5297025
|
fix(reports): preserve dashboard state in tab permalinks (#39708)
Co-authored-by: Ayush Kumar Sharaf <sharaf@Ayushs-MacBook-Air.local>
Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: Ayush Kumar Sharaf <ayush.sharaf@314ecorp.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-23 12:15:41 -07:00 |
|
Ville Brofeldt
|
b061b5d317
|
chore: fix lint on untouched files (#41333)
|
2026-06-23 11:29:19 -07:00 |
|
Evan Rusackas
|
b8aeecfc44
|
fix(export): dashboard export must not leak env-local chartIds (#32972) (#40588)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-06-22 03:50:29 -07:00 |
|
Joe Li
|
b656b1d477
|
fix(reports): escape LIKE wildcards in text filter and preserve typed screenshot width (#40980)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-15 09:59:40 -07:00 |
|
Evan Rusackas
|
9f81565625
|
feat(uploads): add optional max file size for data uploads (#40860)
|
2026-06-14 19:46:48 +07:00 |
|
Shaitan
|
a41869ec7d
|
fix(dashboard): build example-export sample data through the dataset query path (#40976)
Co-authored-by: sha174n <pedro.sousa@preset.io>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-13 19:01:35 +01:00 |
|
Evan Rusackas
|
b05fe4857e
|
fix(chart): require chart access for query_context-only updates (#40648)
Co-authored-by: Claude Code <noreply@anthropic.com>
|
2026-06-13 04:16:29 -07:00 |
|
Evan Rusackas
|
6c5ad1e912
|
fix(sqllab): apply SQL controls (RLS/DML/disallowed) to cost estimation (#40662)
Co-authored-by: Claude Code <noreply@anthropic.com>
|
2026-06-11 05:33:42 -07:00 |
|
Evan Rusackas
|
004101a752
|
fix(rls): apply standard datasource access checks in RLS rule commands (#40650)
Co-authored-by: Claude Code <noreply@anthropic.com>
|
2026-06-09 11:24:12 -07:00 |
|
Evan Rusackas
|
065578e48a
|
fix(commands,api): enforce command validation, sanitize export filename/token, set cache TTLs (#40655)
Co-authored-by: Claude Code <noreply@anthropic.com>
|
2026-06-09 10:29:46 -07:00 |
|
Sebastian Mohr
|
443fd7bcee
|
fix(assets): Support uploading tags using the assets import endpoint (#38343)
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
|
2026-06-09 10:13:28 -04:00 |
|
Evan Rusackas
|
3afbb48188
|
fix(uploads,dao): add zip-safety check to columnar reader and cap DAO page size (#40637)
Co-authored-by: Claude Code <noreply@anthropic.com>
|
2026-06-08 17:07:57 -07:00 |
|
Evan Rusackas
|
381b99ae84
|
fix(csv): respect CSV_EXPORT config for decimal separator and delimiter (#38170)
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-06-05 17:57:21 -07:00 |
|
Shaitan
|
56fd991efd
|
fix(dataset): unify validation for stored and adhoc SQL expressions (#40392)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-03 12:55:50 +01:00 |
|
Shaitan
|
725f5ed2a9
|
fix(api): enforce per-object ownership validation in chart, dataset, and report commands (#39303)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-06-03 12:55:15 +01:00 |
|
Evan Rusackas
|
6abee0289b
|
fix(reports): guard SUCCESS-state report execution against duplicate sends and stuck WORKING state (#40657)
Co-authored-by: Claude Code <noreply@anthropic.com>
|
2026-06-02 15:09:14 -07:00 |
|
Evan Rusackas
|
093b43c7a5
|
fix(exports,email,logs): csv formula escaping, subject CRLF stripping, UTC log pruning (#40645)
Co-authored-by: Claude Code <noreply@anthropic.com>
|
2026-06-02 18:32:36 +01:00 |
|
Mehmet Salih Yavuz
|
e2ed989639
|
fix(reports): skip permalink when dashboard state has no anchor or filters (#40530)
|
2026-06-02 11:37:30 +03:00 |
|
Shaitan
|
63249c8c97
|
fix(chart): add regression coverage for UpdateChartCommand ownership (#39997)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-06-01 09:15:38 -07:00 |
|
Elizabeth Thompson
|
53e2793bc3
|
fix: coerce out-of-bounds nanosecond timestamps to NaT instead of raising (#40127)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Matt Fitzgerald <matt.fitzgerald@preset.io>
|
2026-05-29 14:32:33 -07:00 |
|
Mike Bridge
|
b2320820b4
|
feat(core): SoftDeleteMixin and restore infrastructure (#39977)
Co-authored-by: Mike Bridge <michael.bridge@ext.preset.io>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-29 13:08:10 -07:00 |
|
Evan Rusackas
|
d744f5715c
|
fix(dashboard-export): include and re-attach roles in import/export (#21000) (#40136)
Co-authored-by: Claude Code <noreply@anthropic.com>
Co-authored-by: SBIN2010 <Sbin2010@mail.ru>
|
2026-05-27 10:49:07 -07:00 |
|
Evan Rusackas
|
aa8255c55c
|
test(reports): regression for alerts CSV missing chart time filters (#25538) (#40232)
Co-authored-by: Claude Code <noreply@anthropic.com>
|
2026-05-20 11:42:52 -07:00 |
|
Shaitan
|
69adecd6a3
|
fix(reports): enforce server-side recipient on chart/dashboard report subscriptions (#38847)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-20 10:36:42 -07:00 |
|
Mafi
|
b66c104fde
|
fix(sqllab): execute prequeries on streaming connection to fix PostgreSQL CSV export (#40194)
Co-authored-by: Matt Fitzgerald <matt.fitzgerald@preset.io>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-18 09:43:06 -04:00 |
|
Mafi
|
144dae7c43
|
fix(dashboard): use datasetUuid instead of datasetId in display controls export/import (SC-104655) (#40008)
Co-authored-by: Matt Fitzgerald <matt.fitzgerald@preset.io>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-14 10:18:57 -07:00 |
|
Maxime Beauchemin
|
d90d3a2dea
|
fix(importexport): honor overwrite flag on /api/v1/assets/import (#39502)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-05-11 10:24:42 -07:00 |
|
Oleg Ovcharuk
|
d83b0c5ce3
|
feat: support creating datasets for schema-less databases (#39433)
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
|
2026-05-11 08:30:13 -04:00 |
|
Enzo Martellucci
|
9aaa12c7d4
|
fix(reports): preserve urlParams in multi-tab report fan-out (#39884)
|
2026-05-06 16:29:45 +02:00 |
|
Beto Dealmeida
|
cb53745d43
|
feat: semantic layer extension (#37815)
|
2026-05-05 12:07:46 -04:00 |
|
Maxime Beauchemin
|
c4cf03f899
|
fix(import): import tags during CLI native asset import (#39495)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-20 13:59:51 -07:00 |
|
Beto Dealmeida
|
84f7b4a973
|
fix: do_ping takes a connection, not engine (#39013)
|
2026-04-15 11:10:24 -04:00 |
|
Mehmet Salih Yavuz
|
5263abdc60
|
fix(AlertsReports): untie filters from alerts reports tabs flag (#38722)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-09 11:11:43 +03:00 |
|
Joe Li
|
9e27d682f6
|
test(alerts/reports): close backend and frontend test coverage gaps (#38591)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-02 11:55:24 -07:00 |
|
Alexandru Soare
|
5c782397bb
|
refactor(passwords): accept passwords via YAML file (#38059)
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me>
|
2026-03-27 14:37:34 +02:00 |
|
Alexandru Soare
|
89d1b80ce7
|
fix(keys): Unsafe dict access in get_native_filters_params() crashes execution (#38272)
|
2026-03-24 15:43:27 +02:00 |
|
Shaitan
|
962abf6904
|
fix(sqllab): add authorization check to query cost estimation (#38648)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-24 12:57:02 +00:00 |
|
Mehmet Salih Yavuz
|
100ad7d9ee
|
fix(AlertsReports): validate anchor_list is a list (#38723)
|
2026-03-23 18:19:57 +03:00 |
|
Kamil Gabryjelski
|
660357c76b
|
feat: Persist default folders location when repositioned in folders editor (#38105)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-26 15:58:25 +01:00 |
|
Joe Li
|
5eb35a4795
|
fix(reports): validate database field on PUT report schedule (#38084)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 16:58:19 -08:00 |
|
Joe Li
|
6328e51620
|
test(examples): add tests for UUID threading and security bypass (#37557)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-12 14:12:12 -08:00 |
|
Evan Rusackas
|
87bbd54d0a
|
feat(examples): Transpile virtual dataset SQL on import (#37311)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
|
2026-01-22 09:50:05 -08:00 |
|
Evan Rusackas
|
dee063a4c5
|
feat(examples): Modernize example data loading with Parquet and YAML configs (#36538)
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-01-21 12:42:15 -08:00 |
|
Mehmet Salih Yavuz
|
4f5789abfe
|
fix(reports): Use authenticated user as recipient for chart/dashboard reports (#36981)
|
2026-01-12 12:29:54 +03:00 |
|
Gabriel Torres Ruiz
|
5edaed2e5b
|
fix(alerts): wrong alert trigger with custom query (#35871)
|
2026-01-07 18:06:18 +01:00 |
|
Felipe López
|
cedc35e39f
|
fix(SQLLab): remove error icon displayed when writing Jinja SQL even when the script is correct (#36422)
|
2026-01-06 16:58:40 +03:00 |
|
Beto Dealmeida
|
c458f99dd4
|
chore: cleanup ssh tunnel (#34388)
|
2025-12-03 14:26:35 -05:00 |
|