Skip to content

Commit

Permalink
Fixes on DAU and MAU aggregations (#14418)
Browse files Browse the repository at this point in the history
* Fixes on SAU and MAU aggregations

* Report new data from DAU/MAU

* Run tests agains a mongodb container in CI

* Try to run CI correctly

* Fix drop database

* Parse desktop app User Agent correctly

* Fix aggregation of past sessions

* Return past month today

* Fix bug

* Add migration

* Fixed migration

* Migration improvements
  • Loading branch information
rodrigok authored May 9, 2019
1 parent 7ef639d commit 2f8e15f
Show file tree
Hide file tree
Showing 11 changed files with 1,388 additions and 157 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
<<: *defaults
docker:
- image: circleci/node:8.11-stretch
- image: mongo:3.2

steps:
- checkout
Expand Down Expand Up @@ -129,7 +130,7 @@ jobs:
- run:
name: Unit Test
command: |
meteor npm run testunit
MONGO_URL=mongodb://localhost:27017 meteor npm run testunit
- restore_cache:
keys:
Expand Down
Loading

0 comments on commit 2f8e15f

Please sign in to comment.