You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add collectStats field to project invites (#1098)
* feat: Add collectStats field to project invites
* wip: Outline more of stats API
* chore: rename collectStats to sendStats
* feat: project. and initial test
* chore: Pin specific schema version
* chore: Check for sendStats in tests
* test: make sure sendStats persists and is in invites
* fix: rename sendStats in rpc.proto
* fix: Add missing migration file
* fix: sendStats should be required
* chore: Fixes for sendStats being mandatory
* chore: simplify stats shape, clean stats tests
* chore: Optimize stats format to reduce blob size
* chore: Use user timezone for project stats
* chore: Use .values and number timezone offset
* chore: Group stats by week
* fix: Get current week for stats bucketing
* test: Check stats bucketing with time mock
* test: Skip stats bucket test on node 18
* tests: Replace nodejs timer mock with sinonjs fake-timers
* chore: pull in package lock from main
* chore: re-update package-lock
---------
Co-authored-by: Mauve Signweaver <[email protected]>
0 commit comments