Skip to content

Conversation

rueckstiess
Copy link
Contributor

adding back filterableMixin for FieldCollections.

also fixing a bug that caused the type bars to not adjust their widths after filter/unfilter.

This makes PR #55 obsolete. Closes #55.

also fixing a bug that caused the type bars to not adjust their widths after filter/unfilter.

This makes PR #55 obsolete. Closes #55.
@rueckstiess rueckstiess changed the title INT-354 adding back filterableMixin for FieldCollections INT-354 fixes filtering of fields Jul 8, 2015
@kangas kangas closed this Jul 8, 2015
@kangas kangas added the bug label Jul 10, 2015
imlucas added a commit that referenced this pull request Mar 9, 2020
mongodb-js/compass-import-export#120

> - chore: Upgrade to javascript-stringify@2 b5bdc7b Fixes #56
> - fix(import): Preview table values always strings 29148cd Fixes COMPASS-4164
> - fix(import): Hard limit reading fs for preview to first 20kb so preview always shows as fast as possible.

![Screenshot 2020-03-09 12 18 44](https://user-images.githubusercontent.com/23074/76234690-6f985e00-6200-11ea-86a7-e902b2d0510f.png)
imlucas added a commit that referenced this pull request Mar 9, 2020
mongodb-js/compass-import-export#120

## Description
(wasn't handling `Date` properly in example @mmarcon had on COMPASS-4164)

From mongodb-js/compass-import-export#120

> - chore: Upgrade to javascript-stringify@2 b5bdc7b Fixes #56
> - fix(import): Preview table values always strings 29148cd Fixes COMPASS-4164
> - fix(import): Hard limit reading fs for preview to first 20kb so preview always shows as fast as possible.
> 
> ![Screenshot 2020-03-09 12 18 44](https://user-images.githubusercontent.com/23074/76234690-6f985e00-6200-11ea-86a7-e902b2d0510f.png)

As a reminder, because we're now using a streaming backend, the total number of documents is likely to be off, especially for very large imports. So, 100% progress but still running is expected behavior. Devtools will log not only the input options that user chose but the estimator details as well:
![Screenshot 2020-03-09 12 40 32](https://user-images.githubusercontent.com/23074/76236618-580ea480-6203-11ea-89b9-1f91af4256a3.png)

Summary stats are also logged when the import completes successfully, by user selection or error:
![Screenshot 2020-03-09 12 41 20](https://user-images.githubusercontent.com/23074/76236622-593fd180-6203-11ea-9d29-a1eded665b11.png)

![Screenshot 2020-03-09 12 45 25](https://user-images.githubusercontent.com/23074/76236992-e4b96280-6203-11ea-8e4a-af6faf5214e0.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants