Evan Rusackas
aa94a8eebd
feat(docker/ci): migrate Docker and CI from npm to bun
...
Docker changes:
- Use oven/bun:1-debian as base image instead of node:20-trixie-slim
- Replace npm ci with bun install --frozen-lockfile
- Replace npm run commands with bun run
- Mount bun.lock instead of package-lock.json
- Update cache paths for Bun's cache directory
- Rename NPM_RUN_PRUNE env var to BUN_RUN_PRUNE
CI workflow changes:
- Update bashlib.sh npm-install function to use bun
- Update superset-frontend.yml to use bun run commands
- Update release.yml to use setup-bun action and changesets
- Update superset-e2e.yml to use setup-bun action
- Update superset-playwright.yml to use setup-bun action
- Update superset-translations.yml to use setup-bun action
Note: superset-embedded-sdk and superset-websocket remain on npm
as they are separate packages with their own lockfiles.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-10 11:46:21 -08:00
Evan Rusackas
fc5506e466
chore(frontend): comprehensive TypeScript quality improvements ( #37625 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 13:16:57 -08:00
dependabot[bot]
97e5f0631d
chore(deps): bump aws-actions/configure-aws-credentials from 5 to 6 ( #37685 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-05 19:48:51 -08:00
dependabot[bot]
b968d1095c
chore(deps): bump dawidd6/action-download-artifact from 12 to 14 ( #37602 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 21:25:52 -08:00
dependabot[bot]
901dca58f7
chore(deps): bump JustinBeckwith/linkinator-action from 2.3 to 2.4 ( #37562 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-31 03:06:30 -08:00
dependabot[bot]
01a9541a0e
chore(deps): bump dawidd6/action-download-artifact from 6 to 12 ( #37324 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-23 10:53:34 -08:00
dependabot[bot]
5e3acc2041
chore(deps): bump actions/upload-artifact from 4 to 6 ( #37320 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-23 10:53:15 -08:00
Evan Rusackas
d2907b2577
docs: federate scattered markdown files into centralized docs ( #36756 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 13:00:54 -08:00
Evan Rusackas
b460ca94c6
feat(docs): auto-generate database documentation from lib.py ( #36805 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 10:54:01 -08:00
dependabot[bot]
fa3d4a75ca
chore(deps): bump actions/download-artifact from 6 to 7 ( #36699 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 11:00:47 -08:00
Đỗ Trọng Hải
9968393e4c
feat(ci): add container security scan for image built for commits merged to mainline ( #36604 )
2026-01-07 07:04:46 +07:00
Joe Li
d0361cb881
test(playwright): convert and create new dataset list playwright tests ( #36196 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 11:07:11 -08:00
Evan Rusackas
cd2c889c9a
feat(frontend): upgrade Storybook and add extension component documentation ( #36498 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-16 09:31:35 -08:00
Maxime Beauchemin
de7a72a37b
feat(ci): use TTL labels for showtime cleanup ( #36643 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 15:07:20 -08:00
dependabot[bot]
b27ec49204
chore(deps): bump actions/upload-artifact from 5 to 6 ( #36630 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:48:51 -08:00
dependabot[bot]
a1706229db
chore(deps): bump actions/download-artifact from 6 to 7 ( #36628 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:48:36 -08:00
dependabot[bot]
6439440260
chore(deps): bump actions/cache from 4 to 5 ( #36575 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:59:00 -08:00
dependabot[bot]
b8b7b958d9
chore(deps): bump actions/setup-node from 5 to 6 ( #35633 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 11:26:30 -08:00
Evan Rusackas
0092cdca81
chore(ci): Upgrade GitHub Actions artifact actions to latest versions ( #36432 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-10 11:25:43 -08:00
dependabot[bot]
ab80ec8066
chore(deps): bump JustinBeckwith/linkinator-action from 1.11.0 to 2.3 ( #35927 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 09:59:07 -08:00
dependabot[bot]
23b61b080e
chore(deps): bump actions/checkout from 5 to 6 ( #36219 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 12:02:43 -08:00
Michael S. Molina
b12f5f8394
fix: CI failures caused by a ruff version mismatch ( #36358 )
2025-12-01 15:35:22 -05:00
Joe Li
64ca080bb8
feat(playwright): Remove Cypress auth tests in favor of Playwright auth tests ( #35938 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-10 14:29:01 -08:00
Evan Rusackas
8ccdf3b32b
feat(frontend): Replace ESLint with OXC hybrid linting architecture ( #35506 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-30 09:26:21 -07:00
dependabot[bot]
8727d321f3
chore(deps): bump github/codeql-action from 3 to 4 ( #35568 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 17:26:36 -07:00
Joe Li
28389de93e
fix(ci): fix GHA for docs during PRs ( #35186 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Evan Rusackas <evan@rusackas.com >
2025-10-01 10:13:47 -07:00
dependabot[bot]
40378afbf8
chore(deps): bump actions/labeler from 5 to 6 ( #35386 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 07:02:52 -07:00
dependabot[bot]
84e21434b3
chore(deps): bump aws-actions/configure-aws-credentials from 4 to 5 ( #35387 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 07:02:26 -07:00
dependabot[bot]
d27210794c
chore(deps): bump actions/setup-python from 5 to 6 ( #35390 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 07:01:48 -07:00
dependabot[bot]
5a90a84685
chore(deps): bump actions/github-script from 7 to 8 ( #35385 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 07:00:16 -07:00
dependabot[bot]
6fbbc85df7
chore(deps): bump actions/setup-node from 4 to 5 ( #35394 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 06:59:44 -07:00
Maxime Beauchemin
ea519a77b5
fix: only block showtime for unauthorized users on push ( #35184 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-18 12:28:28 -07:00
Michael S. Molina
6cb3ef9f5d
chore: TypeScript Configuration Modernization and Cleanup ( #35159 )
2025-09-18 16:27:57 -03:00
Joe Li
1187902e68
feat(playwright): Add Playwright CI Integration for Cypress Migration (SIP-178) ( #35110 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-17 17:13:47 -07:00
dependabot[bot]
e5e3ddb24e
chore(deps): bump codecov/codecov-action from 3 to 5 ( #34972 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:37:23 -07:00
dependabot[bot]
7320ad9a0a
chore(deps): bump actions/first-interaction from 2 to 3 ( #34970 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:36:51 -07:00
dependabot[bot]
3dbe593a4a
chore(deps): bump actions/checkout from 4 to 5 ( #34969 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:36:16 -07:00
dependabot[bot]
61f359d565
chore(deps): bump actions/setup-java from 4 to 5 ( #34968 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:35:13 -07:00
dependabot[bot]
d2a1d86561
chore(deps): bump actions/download-artifact from 4 to 5 ( #34963 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:32:25 -07:00
Maxime Beauchemin
812374b31b
feat: Integrate Superset Showtime GitHub Actions workflows ( #34833 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-29 09:17:42 -07:00
Michael S. Molina
bcf156c969
fix: Rename apache-superset-cli to apache-superset-extensions-cli ( #34883 )
2025-08-28 14:40:09 -03:00
Phil Dumbreck
53ce530a46
ci: Add Python 3.12 images to Docker Hub ( #34853 )
2025-08-27 09:13:26 -07:00
Aleksey Karpov
b8c2f7db47
build(docker): update base debian image to 13 (trixie) ( #34821 )
2025-08-25 19:10:23 -07:00
Maxime Beauchemin
47414e18d4
feat: Use DuckDB for examples data in Docker development environment ( #34831 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-08-25 12:37:28 -07:00
Michael S. Molina
a8be5a5a0c
chore: Extensions architecture POC ( #31934 )
...
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com >
Co-authored-by: Ville Brofeldt <ville@Villes-MacBook-Pro-2024.local >
Co-authored-by: Ville Brofeldt <v_brofeldt@apple.com >
2025-08-22 21:25:52 -03:00
dependabot[bot]
9300652277
chore(deps): bump actions/first-interaction from 1 to 2 ( #34459 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 14:02:25 -07:00
Beto Dealmeida
8df5860826
chore: bump sqlglot to latest version (27.3.0) ( #34302 )
2025-07-24 15:38:29 -07:00
Maxime Beauchemin
a0a49f9300
feat: add Claude Code GitHub Action integration ( #34231 )
2025-07-21 09:14:45 -07:00
Maxime Beauchemin
73dfe57ae2
fix: make flask-cors a core dependency ( #34115 )
2025-07-09 14:54:39 -07:00
dependabot[bot]
c31daf8c92
chore(deps): bump actions/cache from 3 to 4 ( #33999 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 09:14:28 -07:00