superset/superset-frontend
Phillip Kelley-Dotson cfd851aa13
fix: replace datamask with key from new key value api (#17680)
* afirst stage to ccheck to get initial datamask

* clean up code and update typescript

* remove consoles

* fix ts and update copy dashboard url

* use key when one doesn't exists

* lint clean up

* fix errors

* add suggested changes

* remove line

* add tests and add changes for copydashboard

* fix lint

* fix lint

* fix lint

* Update superset-frontend/src/dashboard/components/Header/index.jsx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* add timeout

* fix test

* fix test, add qs to cypress and add suggestions

* add suggestions

* fix lint

* more suggested changes for backwards comapat

* fix lint

* cleanup naming and add qs parse to tests

* Update superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* Update superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* more changes and fix lint

* remove nativefiler param

* fix path

* remove con

* simplify logic

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2021-12-21 09:08:48 -08:00
..
.storybook refactor(monorepo): frontend code cleanup after monorepo (#17639) 2021-12-04 10:55:04 +08:00
cypress-base fix: replace datamask with key from new key value api (#17680) 2021-12-21 09:08:48 -08:00
packages chore(generator-superset): migrate to monorepo (#17829) 2021-12-21 11:44:21 +02:00
plugins feat(plugin-chart-pivot-table): support series limit (#17803) 2021-12-21 16:58:54 +01:00
scripts refactor(monorepo): frontend code cleanup after monorepo (#17639) 2021-12-04 10:55:04 +08:00
spec fix: replace datamask with key from new key value api (#17680) 2021-12-21 09:08:48 -08:00
src fix: replace datamask with key from new key value api (#17680) 2021-12-21 09:08:48 -08:00
temporary_superset_ui refactor(monorepo): migrate plugins release workflow (#17827) 2021-12-20 21:58:10 +08:00
.eslintignore refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
.eslintrc.js refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
.gitignore
.nvmrc chore: update node version in nvmrc (#17492) 2021-11-23 11:18:22 +02:00
.prettierignore chore: add .prettierignore and update pre-commit-config 2021-11-26 17:17:24 +08:00
babel.config.js refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
cypress_build.sh
jest.config.js refactor(monorepo): change coverage of core to 100% (#17698) 2021-12-14 16:19:55 +08:00
js_build.sh
lerna.json chore: add lerna version (#17828) 2021-12-20 23:06:51 +08:00
package-lock.json chore(plugin-chart-pivot-table): migrate react-pivottable into superset codebase (#17769) 2021-12-17 12:00:32 +01:00
package.json chore: bump react-resize-detector (#17764) 2021-12-15 17:14:54 +02:00
prettier.config.js
tsconfig.json refactor(monorepo): frontend code cleanup after monorepo (#17639) 2021-12-04 10:55:04 +08:00
webpack.config.js chore(generator-superset): migrate to monorepo (#17829) 2021-12-21 11:44:21 +02:00
webpack.proxy-config.js