You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/05/06 05:05:36 UTC

[superset] branch master updated (331310d -> 68058b0)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 331310d  refactor: Bootstrap to AntD - Form - iteration 2 (#14379)
     add 68058b0  chore: Moves spec files to the src folder - iteration 4 (#14380)

No new revisions were added by this update.

Summary of changes:
 .../utils/cacheWrapper_spec.ts => src/utils/cacheWrapper.test.ts}         | 0
 .../{spec/javascripts/utils/common_spec.jsx => src/utils/common.test.jsx} | 0
 .../utils/getClientErrorObject.test.ts}                                   | 0
 .../utils/getControlsForVizType.test.js}                                  | 0
 .../utils/parseCookie_spec.ts => src/utils/parseCookie.test.ts}           | 0
 .../utils/safeStringify_spec.ts => src/utils/safeStringify.test.ts}       | 0
 6 files changed, 0 insertions(+), 0 deletions(-)
 rename superset-frontend/{spec/javascripts/utils/cacheWrapper_spec.ts => src/utils/cacheWrapper.test.ts} (100%)
 rename superset-frontend/{spec/javascripts/utils/common_spec.jsx => src/utils/common.test.jsx} (100%)
 rename superset-frontend/{spec/javascripts/utils/getClientErrorObject_spec.ts => src/utils/getClientErrorObject.test.ts} (100%)
 rename superset-frontend/{spec/javascripts/utils/getControlsForVizType_spec.js => src/utils/getControlsForVizType.test.js} (100%)
 rename superset-frontend/{spec/javascripts/utils/parseCookie_spec.ts => src/utils/parseCookie.test.ts} (100%)
 rename superset-frontend/{spec/javascripts/utils/safeStringify_spec.ts => src/utils/safeStringify.test.ts} (100%)