Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Sep 08, 2017
  2. Sep 06, 2017
  3. Sep 05, 2017
    • Cam Saul's avatar
    • Cam Saul's avatar
      Fix Mac App reset password · 9a58e16e
      Cam Saul authored
      Unverified
      9a58e16e
    • Ryan Senior's avatar
      Add timezones to pulse rendering · 18293c3a
      Ryan Senior authored
      Previously pulses were always rendered with UTC time, this commit
      changes that to use the report timezone (if available and applicable)
      otherwise the JVM timezone (similar to how query results are
      returned).
      
      Fixes #3109
      18293c3a
    • Kyle Doherty's avatar
      xray cleanup (#5880) · f104122e
      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
      
      * add sample? predicate
      
      * cleanup
      
      * spacing
      
      * cleanup
      
      * fix failing tests
      
      * fix failing tests
      
      * Update tests
      
      * Refactored periodicity reweighing, more tests
      
      * Support :as in date-time fields, more tests, fix another periodicity bug
      
      * add error handling
      
      * add missing label
      
      * tweak fidelity icon size
      
      * fix histograms
      
      * more specific legend hiding
      
      * hide link for now
      
      * card xray title
      
      * fix field header
      
      * fix stat group padding
      
      * card error handling
      
      * remove duplicated code
      f104122e
  4. Sep 01, 2017
  5. Aug 31, 2017
    • Ryan Senior's avatar
      Add type information to expression columns · c0dc5074
      Ryan Senior authored
      Expressions aren't columns, but they have an entry in the cols
      property which currently doesn't have type info. This adds that which
      allows it to be used as the Y-axis in graphs.
      
      Fixes #3952
      c0dc5074
  6. Aug 30, 2017
  7. Aug 28, 2017
    • Cam Saul's avatar
      Dashboards On-Demand updating & tests · 8c1eb218
      Cam Saul authored
      Unverified
      8c1eb218
    • Cam Saul's avatar
      Tests for On-Demand updates for Cards · 786362ff
      Cam Saul authored
      Unverified
      786362ff
    • Cam Saul's avatar
      Finish logic for Cards + Dashboards updating · bc3eab1f
      Cam Saul authored
      Unverified
      bc3eab1f
    • Cam Saul's avatar
      On-Demand FieldValues Caching [ci skip] [wip] · 9ef932f8
      Cam Saul authored
      Unverified
      9ef932f8
    • 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
  8. Aug 23, 2017
  9. Aug 22, 2017
  10. Aug 21, 2017
  11. Aug 18, 2017
  12. Aug 17, 2017
  13. Aug 16, 2017
  14. 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
    • Cam Saul's avatar
      Sync scheduling API changes · df74910b
      Cam Saul authored
      Unverified
      df74910b
  15. Aug 09, 2017
Loading