superset/superset-frontend/temporary_superset_ui/superset-ui
Chris Williams f5d62e3f33 [core] support empty CSRF token (#7)
* [core][deps] remove unused deps

* [core][test] add test for response.ok=false

* [core] support csrf_token=''

* [core][tests] move mock to sole function that uses it
2021-11-26 11:44:30 +08:00
..
.github Merge pull request #1 from apache-superset/chris--core-package 2021-11-26 11:44:30 +08:00
packages/superset-ui-core [core] support empty CSRF token (#7) 2021-11-26 11:44:30 +08:00
.gitignore [core] add parseMethod (#5) 2021-11-26 11:44:30 +08:00
.travis.yml [monorepo] add travis + codecov (#3) 2021-11-26 11:44:30 +08:00
CHANGELOG.md Merge pull request #1 from apache-superset/chris--core-package 2021-11-26 11:44:30 +08:00
lerna.json v0.0.3 2021-11-26 11:44:30 +08:00
package.json [core] add parseMethod (#5) 2021-11-26 11:44:30 +08:00
README.md Merge pull request #1 from apache-superset/chris--core-package 2021-11-26 11:44:30 +08:00

@superset-ui

Collection of packages that power the Apache Superset UI, and can be used to craft custom data applications that leverage a Superset backend 📈

Packages

@superset-ui/core Version

Coming 🔜

  • Data providers
  • Embeddable charts
  • Chart collections
  • Demo storybook package

Development

lerna is used to manage versions and dependencies between packages in this monorepo.

superset-ui/
  lerna.json
  package.json
  ...
  packages/
    package1/
      package.json
      ...
      src/
      test/
      ...
      lib/
      esm/
      ...
    ...

For easiest development

  1. clone this repo
  2. install the root npm modules including lerna and yarn
  3. have lerna install package dependencies and manage the symlinking between packages for you
git clone ...superset-ui && cd superset-ui
npm install
lerna bootstrap

Builds, linting, and testing

Each package defines its own build config, linting, and testing. You can have lerna run commands across all packages using the syntax lerna exec test from the root @superset/monorepo root directory.

License

Apache-2.0