-
Notifications
You must be signed in to change notification settings - Fork 77
feat: add country map of bulgaria in superset-ui-legacy-plugin-chart-country-map #2
Conversation
LGTM, I'm not sure what's up with the Travis build. Seems like issues on their side. |
How can we proceed, Do I have to open an issue about Travis? Can PR be merged to the master and NPM package released? btw, I have also PR#6938@incubator-superset for plugin configuration. |
Thank you for your contribution. Looks good. I am about to add a few more things to |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
@kristw For some reason, Travis FAIL again. |
@djok I checked and the issue is not related to this PR. I will merge and take care of that. |
@kristw Any idea when NPM will be updated? |
Can publish by end of week, but there are a few breaking changes to |
* [build] fix typescript builds * [typescript] ensure types pass in build * [typescript][connection] declare modules in tests * [typescript][connection] fix ts errors in tests * [typescript][connection] test/types.ts => types/external.d.ts * [chart][typescript] add @types/react-loadable * [chart][components] convert to ts * [charts][tests][broken] convert to ts * [chart][typescript] re-write component generics * [chart][typescript] fix reactify generic, add react-dom types * [chart][typescript] more iteration * - Tweaking reactify types (using Readonly types). - Uncovered an issue in which ReactifyProps and Props can collide on id and className. - Move @types/react-loadable to dev dependency - Fixing a lint error * [chart][deps] add @types/fetch-mock * [client][typescript] add and export SupersetClientInterface * [chart][clients] fix ts * [charts][components] more ts iterations * [chart][client] assert FormData type * [chart][deps] try adding newest @types/react * [chart][components][ts] fix reactify prop TS * [chart] lint * [chart][ts] lint #2, move @types to deps not dev-deps * [chart][jest] fix tests * [chart][tests] up branch coverage * [chart][ts][test] null => undefined * [chart][tests] hundo * [chart][tests] update name * [chart][ts] ChartClient type fixes
…art-country-map
💔 Breaking Changes
NO
🏆 Enhancements
Add Bulgaria to list of countries in superset-ui-legacy-plugin-chart-country-map
📜 Documentation
🐛 Bug Fix
🏠 Internal