superset/caravel
Gustavo Brian 198226a39f Fix date serialization (#873)
* [panoramix] -> [dashed]

* merge from caravel/master

* Updated from airbnb

* Cleaning

* Rebase with upstream/master

* merge from caravel/master

* Updated from airbnb

* Cleaning

* Manual rebase

* Last pending change to rebase

* Convert date to datetime before serialization.
Approach choosen: transform data before serialize and keep just one way to serialize

* Unit test created

* stupid error :(

* remove uneeded code and rename test

* Avoid double type checking
Test updated
note: isinstance(<datetime>, <date>) == True, check order changed

* Increase coverage

* Fix assertRaises
2016-08-10 23:13:59 -07:00
..
assets Fixes explore view when no slice is defined (#924) 2016-08-10 22:59:35 -07:00
bin Add an option to allow users to choose to what IP address the web server must bind to. Default to 0.0.0.0 (all IP addresses). (#826) 2016-07-28 11:49:43 -07:00
data Fix erroneous options for default slices (#730) 2016-07-10 19:37:02 -07:00
migrations Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
static Caravel - renaming files 2016-03-28 21:53:24 -07:00
templates pass the standalone request arg in the /caravel/slices/<slice_id>/ endpoint redirect (#876) 2016-08-10 23:11:53 -07:00
translations Fix small typo in message strings (#778) 2016-07-19 17:30:06 -04:00
__init__.py Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
forms.py Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
models.py Add per database permissions for the SQL Lab. (#885) 2016-08-09 17:53:23 -07:00
utils.py Fix date serialization (#873) 2016-08-10 23:13:59 -07:00
version.py v0.10.0 2016-06-28 16:42:33 -07:00
views.py pass the standalone request arg in the /caravel/slices/<slice_id>/ endpoint redirect (#876) 2016-08-10 23:11:53 -07:00
viz.py Histogram (#888) 2016-08-10 15:04:19 -07:00