Beto Dealmeida
a56f656a83
fix: small fixes to the catalog migration ( #29579 )
2024-07-12 20:49:30 -04:00
Beto Dealmeida
d535f3fe56
fix: make catalog migration lenient ( #29549 )
2024-07-11 15:10:02 -04:00
Michael S. Molina
d4054e3d85
feat: Adds chart IDs option to migrate-viz ( #29361 )
2024-06-26 09:20:29 -03:00
Michael S. Molina
c83d5b88e1
feat: Adds the ECharts Sankey chart ( #29329 )
2024-06-26 08:36:07 -03:00
Michael S. Molina
df0b1cb8ed
feat: Adds Histogram chart migration logic ( #28780 )
2024-06-05 13:33:50 -03: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
Michael S. Molina
e17724a73a
feat: Adds Bar chart migration logic ( #28602 )
2024-05-28 13:58:35 -03:00
Beto Dealmeida
5da6d2bd88
feat: add support for catalogs ( #28416 )
2024-05-16 12:49:31 -04:00
John Bodley
1ccbc655eb
fix: Update migration logic in #27119 ( #28422 )
2024-05-13 11:55:59 -07:00
Beto Dealmeida
f29e1e4c29
feat: catalog support for Databricks native ( #28394 )
2024-05-09 17:41:15 -04:00
Michael S. Molina
b4ab36a6a5
fix: Small tweaks for Line and Area chart migrations (ECharts) ( #28334 )
...
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com >
2024-05-07 10:40:33 -03:00
JUST.in DO IT
2a7bfa4bb3
fix: Missing sql_editor_id index ( #27392 )
...
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-05-06 10:45:33 -07:00
Beto Dealmeida
e90246fd1f
feat(SIP-95): permissions for catalogs ( #28317 )
2024-05-06 11:41:58 -04:00
Maxime Beauchemin
2d63722150
chore: set up ruff as a new linter/formatter ( #28158 )
2024-04-24 17:19:53 -07:00
Michael S. Molina
356b0d8ee5
feat: Adds Heatmap chart migration logic ( #27771 )
2024-03-29 12:08:43 -03:00
Michael S. Molina
8a2f7d378a
refactor: Removes the deprecated GENERIC_CHART_AXES feature flag ( #26372 )
2024-01-31 09:45:57 -05:00
Evan Rusackas
785e832e8d
chore(actions): generate FOSSA report on master, and ALWAYS check for… ( #26857 )
2024-01-29 16:18:50 -07:00
Michael S. Molina
d9a3c3e1dd
refactor: Removes the Filter Box code ( #26328 )
...
Co-authored-by: John Bodley <john.bodley@gmail.com >
2024-01-19 09:54:53 -03:00
John Bodley
8644b1a319
fix: Migration order due to cherry which went astray ( #26160 )
2023-12-01 18:29:21 -08:00
Michael S. Molina
68e5e1afea
feat: Add Bubble chart migration logic ( #26033 )
...
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com >
2023-11-21 15:05:41 -03:00
John Bodley
dd58b31cc4
chore(sqlalchemy): Remove erroneous SQLAlchemy ORM session.merge operations ( #24776 )
2023-11-20 17:25:41 -08:00
Michael S. Molina
97d89d7340
feat: Adds Area chart migration logic ( #25952 )
2023-11-16 14:28:09 -03:00
Michael S. Molina
83b7fa92af
feat: Adds Line chart migration logic ( #23973 )
2023-11-09 15:16:07 -03:00
Michael S. Molina
0c083bdc1a
feat: Adds Sunburst chart migration logic ( #25343 )
2023-09-22 09:44:40 -03:00
Michael S. Molina
b722a95bab
feat: Adds CLI commands to execute viz migrations ( #25304 )
2023-09-19 14:34:08 -03:00
Michael S. Molina
be11556799
feat: Adds options to show subtotals in Pivot Table ( #24960 )
2023-08-14 09:20:32 -03:00
Beto Dealmeida
abb8e28e49
feat: migrate charts on import ( #24703 )
2023-07-21 09:33:34 -07:00
Stepan
df106aa708
fix(pvt2): migrations from legacy pivot table error when form_data have pieces of pvt2 ( #24710 )
2023-07-20 15:25:51 -03:00
John Bodley
ae00489779
chore(dao): Add explicit ON DELETE CASCADE for ownership ( #24628 )
2023-07-11 11:39:03 -07:00
Michael S. Molina
fdef9cbc96
fix: Viz migration adjustments - 2 ( #24429 )
2023-06-20 09:53:13 -07:00
Michael S. Molina
4e47771df1
fix: Viz migration adjustments - 1 ( #24341 )
2023-06-09 15:39:23 -03:00
Michael S. Molina
f5148ef728
feat: Migrates Dual Line Chart to Mixed Chart ( #23910 )
2023-06-08 12:31:28 -03:00
Michael S. Molina
522eb97b65
feat: Migrates Pivot Table v1 to v2 ( #23712 )
2023-06-08 10:13:39 -03:00
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
John Bodley
d583ca9ef5
chore: Embrace the walrus operator ( #24127 )
2023-05-19 00:37:13 -07:00
Michael S. Molina
7fb8b38cdf
feat: Allows dynamic type on viz migrations ( #23975 )
2023-05-10 12:01:43 -03:00
Michael S. Molina
10d640e940
feat: Considers GENERIC_CHART_AXES in viz migrations ( #23905 )
...
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
2023-05-03 18:57:07 -03:00
John Bodley
88a89c9fd6
fix(migration): Ensure the paginated update is deterministic ( #21778 )
2022-10-12 17:11:59 -07:00
Jesse Yang
e2d3ea831a
fix(db): use paginated_update for area chart migration ( #20761 )
2022-07-19 07:20:46 -07:00
Jesse Yang
cadd259788
feat: save active tabs in dashboard permalink ( #19983 )
2022-06-29 09:43:52 -07:00
Jesse Yang
231716cb50
perf: refactor SIP-68 db migrations with INSERT SELECT FROM ( #19421 )
2022-04-19 18:58:18 -07:00
Beto Dealmeida
6136942759
fix: sqloxide optional ( #19570 )
2022-04-06 16:11:38 -07:00
Beto Dealmeida
63b5e2e4fa
perf: improve perf in SIP-68 migration ( #19416 )
...
* chore: improve perf in SIP-68 migration
* Small fixes
* Create tables referenced in SQL
* Update logic in SqlaTable as well
* Fix unit tests
2022-03-29 22:33:15 -07:00
Ville Brofeldt
a619cb4ea9
chore: upgrade black ( #19410 )
2022-03-29 20:03:09 +03:00
Erik Ritter
77d362d306
fix: Remove expensive logs table migration ( #11920 )
2020-12-04 07:59:28 -08:00
Daniel Vaz Gaspar
b1a963b93f
fix: security converge downgrade procedure ( #11852 )
2020-11-30 17:50:12 +00:00
Daniel Vaz Gaspar
9dd33d5566
feat(saved queries): security perm simplification ( #11764 )
...
* feat(saved queries): security perm simplification
* migration script and frontend
* add downgrade procedure
* downgrade procedure, inferred from the upgrade data
* fix JS test
* improve code
* add tests for role migration
* more tests and a short description for each one
* Improve readability
* simplify dataclass creation
* fix dataclass
2020-11-30 13:07:39 +00:00