Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 23, 2018
  2. Mar 05, 2018
  3. Mar 01, 2018
  4. Feb 21, 2018
  5. Feb 18, 2018
  6. Jan 30, 2018
    • Ryan Senior's avatar
      Switch jest maxWorkers to 8, fix nested Jest tests · d97a083b
      Ryan Senior authored
      This commit reduces the number of test runner workers for Jest tests
      from 10 to 8. This will use less memory and hopefully avoid Circle CI
      4GB memory limit test failures. It also fixes some tests that have
      nested `it` clauses. This doesn't run correctly on older versions of
      Jest and will fail fast on newer versions of Jest.
      
      Fixes #6790
      d97a083b
  7. Jan 16, 2018
  8. Jan 12, 2018
  9. Nov 28, 2017
  10. Nov 06, 2017
  11. Oct 25, 2017
  12. Oct 23, 2017
  13. Oct 19, 2017
  14. Oct 12, 2017
  15. Oct 11, 2017
  16. Oct 10, 2017
  17. Sep 14, 2017
    • Ryan Senior's avatar
      Change the min node version from 8.4.0->6.7.0 · 24dabf0f
      Ryan Senior authored
      Our docker containers currently building with the Alphine system
      nodejs package (6.7.0) so this lowers our minimum version to that in
      packages.json and changes the circle config to use that same version
      24dabf0f
  18. Sep 07, 2017
    • Ryan Senior's avatar
      Bump node version to 8.4.0 · 13eddc06
      Ryan Senior authored
      Yarn 1.0.0 has been released and it doesn't appear to work with the
      version of node we current have configured (4.4.7). Bumping to 8.4.0
      to get the build green again.
      13eddc06
    • Ryan Senior's avatar
      Bump node version to 8.4.0 · 7b8d9301
      Ryan Senior authored
      Yarn 1.0.0 has been released and it doesn't appear to work with the
      version of node we current have configured (4.4.7). Bumping to 8.4.0
      to get the build green again.
      7b8d9301
  19. Aug 31, 2017
  20. Aug 29, 2017
  21. Aug 28, 2017
    • Kyle Doherty's avatar
      XRay comparison v2 (#5793) · 55998e0a
      Kyle Doherty authored
      * Add :largest-contributors to comparison, bug fixes, refactoring
      
      * Add valid-pairs and field endpoints to comparisons
      
      * Dampen field difference weight in contribution assesment
      
      * fix nice-bins for empty histogram
      
      * fix for nice-bins for histogram with only 1 value
      
      * Change comparison field zoom in. Rename largest-contributor to top-contributor
      
      * fix halfassed rename
      
      * refactor + new components
      
      * use true multiseries
      
      * cleanup
      
      * include constituents in card
      
      * add dataset to card return
      
      * card wip
      
      * growth rate
      
      * check for values
      
      * lint
      
      * cardify all series features. Unpack linear regression
      
      * add linear regression
      
      * use percentages
      
      * flip order
      
      * add growth series description
      
      * add additional info
      
      * fix layout
      
      * layout tweaks
      
      * add action in qb
      
      * show growth series as a %
      
      * xray segment action
      
      * flow
      
      * Support all time breakdowns, fix filtering bug
      
      * make linter happy
      
      * more robust test
      
      * Add conditional descriptions for growth-series. Update tests.
      
      * add periodicity to cards
      
      * Update for updated distance measure
      
      * Removed updates to comparison as they should not be part of PR
      
      * Correct chi^2 distance
      
      * fix headings
      
      * fix flow
      
      * disable flow for action
      
      * use beaker for xray actions
      
      * move specs to proper test directory
      
      * Fix round-to-month when crossing year
      
      * add key
      
      * Add smoke tests for table xray and segment xray pages
      
      * Correctly handle unixtimestamps encoded as bigints
      
      * Add test cases for question xray page and segment xray query builder action
      
      * Test also timeseries question action widget action
      
      * Fix lint errors for xray tests
      
      * Fix Histogram element passing data in invalid format to Visualization
      
      * Fix integration tests for xrays
      
      * Make xrays urls in services.js consistent with other urls
      
      * fix periodicty reweighing
      
      * cleanup
      
      * spacing
      
      * cleanup
      
      * fix failing tests
      55998e0a
  22. Aug 21, 2017
  23. Aug 11, 2017
    • Simon Belak's avatar
      X-ray comparison (#5731) · 5a02c313
      Simon Belak authored
      * Remove duplicated code from binning
      
      * remove PKs from constituents
      
      * Add rolling window XoX growth. Update time series decomposition
      
      * Add descriptions for new time series features
      
      * fix comparison
      
      * The big rename
      
      * add xray namespace and rename
      
      * match updated endpoints
      
      * fix threading
      
      * Apparently we don't have to cast *id
      
      * Fix field comparison
      
      * api change: constituents are now keyd
      
      * wip
      
      * Unify shape of features for empty datastets with normal features
      
      * Refactor
      
      * use new structure
      
      * hardcode order
      
      * segment/segment
      
      * comparison button
      
      * histogram colors
      
      * more layout tweaks
      
      * sort by distance
      
      * compare icon
      
      * Refactor, generalize metadata/db-id
      
      * more layout
      
      * add cost to comparisons
      
      * First round of tests, some bug fixes
      
      * comment out currently unsed spec to make linter happy
      
      * add cost to comparisons
      
      * add titles
      
      * use terms for difference
      
      * remove uniqueness
      
      * comparison items hover
      
      * fix segment comparison link
      
      * fix field sort by distance
      
      * lint
      
      * fix button
      
      * fix comparison table borders
      5a02c313
  24. Jul 06, 2017
  25. Jul 05, 2017
  26. Jun 26, 2017
  27. Jun 23, 2017
  28. Jun 22, 2017
  29. Jun 15, 2017
  30. Jun 14, 2017
  31. May 24, 2017
    • Maz Ameli's avatar
      Redesign welcome modals (#5143) · 9800b405
      Maz Ameli authored
      * add image files and get new text in there
      
      * modal content + refactor
      
      * update illustrations and remove redundant one
      
      * add tests
      
      * add images
      
      * button text tweaks
      
      * padding
      9800b405
  32. May 16, 2017
  33. May 03, 2017
Loading