Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore]: Technical: Isolate cloud-providers #1942

Merged
merged 4 commits into from Aug 23, 2022

Conversation

dariaterekhova-actionengine
Copy link
Collaborator

No description provided.

@dariaterekhova-actionengine dariaterekhova-actionengine changed the title [Chore]: Technical: Isolate utils [Chore]: Technical: Isolate cloud-providers Aug 19, 2022
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
@heshan0131
Copy link
Contributor

Make sure to fix import in
examples/demo-app/src/cloud-providers/carto/carto-provider.js
examples/demo-app/src/cloud-providers/dropbox/dropbox-provider.js

Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
@@ -25,7 +25,8 @@ import {UploadAnimation} from './status-panel';
import ImageModalContainer from './image-modal-container';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated...but saw this duplicated import on line 25 & 27. it can be merged into one line

@@ -21,7 +21,7 @@
import {OAuthApp} from '@carto/toolkit';
import Console from 'global/console';
import CartoIcon from './carto-icon';
import {Provider} from 'kepler.gl/cloud-providers';
import {Provider} from '@kepler.gl/cloud-providers';
import {createDataContainer, formatCsv} from 'kepler.gl/reducers/table-utils';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line needs to be updated too? createDataContainer formatCsv has been moved

Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
@delete-merged-branch delete-merged-branch bot deleted the dt/cloud-providers-isolation branch August 23, 2022 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants