Skip to content

Conversation

rueckstiess
Copy link
Contributor

This PR adds:

  • new progress bar during sampling and schema analysis
  • message text changes from "Sampling collection..." to "Analyzing documents..."
  • new loading animation
  • hide progress bar on errors
  • lowercase metrics and clearer metrics names

progress_bars

@imlucas
Copy link
Contributor

imlucas commented Nov 10, 2015

:shipit:

imlucas added a commit that referenced this pull request Nov 10, 2015
@imlucas imlucas merged commit 371bb1f into master Nov 10, 2015
@imlucas imlucas deleted the INT-708-progress-bar branch November 10, 2015 14:19
gribnoysup pushed a commit that referenced this pull request Apr 26, 2021
* chore: COMPASS-4191: Update deps

```
☉ [update-deps] data-service/ ncu -u async lodash mongodb mongodb-collection-sample mongodb-index-model mongodb-ns chai electron-mocha electron-rebuild mocha mongodb-js-precommit
Upgrading /Users/lucas/data-service/package.json
[====================] 11/11 100%

 async                       ^3.1.0  →    ^3.2.0
 lodash                     ^4.17.0  →  ^4.17.15
 mongodb                     ^3.5.2  →    ^3.5.4
 mongodb-collection-sample   ^4.4.4  →    ^4.5.1
 mongodb-index-model         ^2.5.0  →    ^2.6.0
 mongodb-ns                  ^2.0.0  →    ^2.2.0
 chai                        ^3.4.1  →    ^4.2.0
 electron-mocha              ^8.1.2  →    ^8.2.1
 electron-rebuild            ^1.8.8  →   ^1.10.0
 mocha                       ^7.0.0  →    ^7.1.0
 mongodb-js-precommit        ^2.0.0  →    ^2.2.1
```

* fix: `.property()` in `chai@4` upgrade

In chai@3:

```
expect(indexes).to.not.have.property({ name: 'a_1' });
```

In chai@4:

```
expect(indexes).to.not.have.property('name', 'a_1');
```
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.

2 participants