This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 01, 2017
-
-
Tom Robinson authored
-
Cam Saul authored
Don't set max heap size unless testing; only reload src/ for dev server
-
Ryan Senior authored
Add an in-context test fixture to help diagnose stale test data
-
Ryan Senior authored
This commit adds an expectation_options namespace that the expectations library will automatically load for functions that should run before/after/around each test expectation. An 'in-context' is in that namespace that will run around each test expectations checking for instances of a specified model. If one is found the test run exits with helpful information in tracking down where the stale data came from. By default this function is noop and no models are checked. Adding modes to the `models-to-check` var will enable this debugging and if stale data is founc, the `with-model-cleanup` macro in test/metabase/test/util can be used to ensure that stale data gets removed.
-
- Oct 31, 2017
- Oct 30, 2017
-
-
Cam Saul authored
Fix frontend test runner on Java 9
-
Cam Saul authored
-
Sameer Al-Sakran authored
Dynamically space x axis ticks
-
Sameer Al-Sakran authored
Make fill-timeseries work on not evenly spaced data
-
- Oct 29, 2017
-
-
Simon Belak authored
-
- Oct 27, 2017
-
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
- Oct 26, 2017
- Oct 25, 2017
-
-
Kyle Doherty authored
* virtualize select content * clean up example * show examples
-
Cam Saul authored
New chart settings to change title of serieses (#5951)
-
Kyle Doherty authored
-
Kyle Doherty authored
* update nav * tweaks * nav cleanup * test fixes
-
Ryan Senior authored
Refactor pulse sending and add tests
-
Ryan Senior authored
-
Ryan Senior authored
This commit adds some separation in the pulse code to allow tests to be written that don't require sending emails or the other code that is more side-affecty.
-
Kyle Doherty authored
* fix calendar spacing / remove maxWidth on popover * only remove max-width on date filters * make sure qb timeseries mode gets the class * add autoWidth prop to Popover and apply * fix typo * Move conditional popover content width logic to FilterPopover * ignore flow
-
- Oct 24, 2017
- Oct 23, 2017
-
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Cam Saul authored
Use HTTPS for Redshift driver
-
Cam Saul authored
-