Alexandru Soare
341ae994c5
feat(embed): get charts payload ( #36237 )
...
Co-authored-by: Vitor Avila <vitorfragadeavila@gmail.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-11-28 17:26:30 +03:00
Avindra Goolcharan
b05def1a8a
fix(superset-embedded-sdk/release-if-necessary): remove axios ( #35038 )
2025-09-08 17:47:31 -07:00
Mehmet Salih Yavuz
f802474b07
chore(superset-embedded-sdk): bump version for theming ( #33910 )
2025-06-25 21:00:30 +03:00
alveifbklsiu259
e422e3c620
feat(type-checking): Add type-checking pre-commit hooks ( #32261 )
2025-02-19 15:12:17 -08:00
Evan Rusackas
26ec6b78eb
chore(embedded sdk): bump sdk version number ( #31381 )
2024-12-10 11:50:52 -07:00
Evan Rusackas
232e2055aa
chore(embedded sdk): bumping dependencies ( #31380 )
2024-12-10 11:01:03 -07:00
Geido
62b94d5abf
fix(dev-server): Revert "chore(fe): bump webpack-related packages to v5" ( #30569 )
2024-10-10 12:59:26 +03:00
Đỗ Trọng Hải
2e887598ba
chore(fe): bump webpack-related packages to v5 ( #30528 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-10-07 14:30:04 -03:00
Đỗ Trọng Hải
8c0b873ae2
build(deps, deps-dev): upgrade major versions for dependencies of @superset/embedded-sdk ( #30242 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-09-12 08:40:18 -06:00
Evan Rusackas
88b698c092
fix(deps): release new embedded sdk ( #30234 )
2024-09-11 16:42:18 -06:00
Đỗ Trọng Hải
dd4f223a39
fix(sdk): use latest @supserset-ui/switchboard version to avoid pulling empty dependency ( #30217 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-09-10 11:40:30 -06:00
Darwin Correa
3ade01f828
feat: custom values to sandbox iframe ( #29590 )
2024-07-17 13:14:51 -06:00
Đỗ Trọng Hải
dffad48504
feat(build): uplift Jest to v29 ( #29118 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com >
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com >
2024-06-25 11:56:14 -06:00
Kamil Gabryjelski
5a13e64dc6
fix: Revert "chore(build): uplift webpack-related packages to v5 ( #28342 )" ( #28384 )
2024-05-08 15:40:05 +02:00
Đỗ Trọng Hải
8c27d4d47f
chore(build): uplift webpack-related packages to v5 ( #28342 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-05-08 10:29:07 +02:00
George Voicu
89d49e55bb
feat(embedded-sdk): Add 'urlParams' option to pass query parameters to embedded dashboard ( #24408 )
2024-02-29 17:27:13 -07:00
dependabot[bot]
99d4f8931a
build(deps-dev): bump axios from 0.25.0 to 1.6.0 in /superset-embedded-sdk ( #25953 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 12:39:52 -07:00
Jack Fragassi
7402379346
fix(embedded sdk): Remove trailing slash from passed superset domain if there is one ( #25020 )
2023-08-25 09:24:58 -07:00
Nicolas Charpentier
60c2e7013d
docs: cleanup references to apache-superset/superset-ui ( #23796 )
2023-04-25 09:18:27 -06:00
Elizabeth Thompson
7d8383cbd5
fix: ignore ts warnings from older typescript versions ( #23262 )
2023-03-02 11:44:26 -08:00
Ville Brofeldt
c0aeb2a75a
chore(embedded): bump package versions ( #22676 )
2023-01-11 11:42:46 +02:00
kevin
7ec136fec2
fix(superset-embedded-sdk): Buffer is not defined ( #21641 )
2022-10-17 09:14:28 +01:00
David Aaron Suddjian
8e29ec5a66
feat: Embedded dashboard configuration ( #19364 )
...
* embedded dashboard model
* embedded dashboard endpoints
* DRY up using the with_dashboard decorator elsewhere
* wip
* check feature flags and permissions
* wip
* sdk
* urls
* dao option for id column
* got it working
* Update superset/embedded/view.py
* use the curator check
* put back old endpoint, for now
* allow access by either embedded.uuid or dashboard.id
* keep the old endpoint around, for the time being
* openapi
* lint
* lint
* lint
* test stuff
* lint, test
* typo
* Update superset-frontend/src/embedded/index.tsx
* Update superset-frontend/src/embedded/index.tsx
* fix tests
* bump sdk
2022-03-30 12:34:05 -07:00
Lily Kuang
0ad692511e
fix(embedded): download chart as image ( #19339 )
2022-03-23 14:04:07 -07:00
David Aaron Suddjian
54b60ded8e
chore(embedded): refresh the guest token ( #19132 )
...
* refresh the guest token
* put back the date logic
* version
* fix time hijinks
* test
* Update superset-embedded-sdk/src/guestTokenRefresh.ts
2022-03-14 09:32:25 -07:00
Lily Kuang
124cb0dc66
feat(embedded): add optional dashboard ui configuration ( #19031 )
...
* feat: add optional dashboard ui configuration
* change all flags to boolean
* update README and lint
2022-03-11 12:37:47 -08:00
David Aaron Suddjian
97a879ef27
chore: use switchboard as dependency for embedded sdk ( #18728 )
2022-02-15 11:53:58 -08:00
David Aaron Suddjian
225015fd5a
feat: Introduce a library for embedded iframe <-> host communication ( #18652 )
...
* improved logging
* switchboard, and window size
* lint
* tsconfig
* fix path
* fix release script
* tests, debug mode, and error handling
* moar debug mode
* package lock
* formatting
* comment
* wording
* appease the coverage gods
* Async assertions must be awaited or returned
2022-02-11 20:29:23 -08:00
David Aaron Suddjian
1c2936ba7b
feat: Embedded SDK ( #18250 )
...
* feat: embedded sdk
* correct values
* better version
* readme stuff
* release script
* doc
* oops
* better package description
* license
* that was invalid json
* Apply suggestions from code review
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update superset-embedded-sdk/README.md
* a github workflow to make sure the build succeeds
* fix github workflows
* writing
* try a different trigger
* no point in a single unit matrix
* Revert "no point in a single unit matrix"
This reverts commit 90f78bfc98 .
* workflow changes
* fix some scripts
* pull request types
* slight rename
* test list
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2022-02-03 14:01:45 -08:00