This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 01, 2015
-
-
Cam Saül authored
bump compojure version to latest
-
Cam Saul authored
-
Cam Saül authored
greatest refactor part 2 - eliminate 100 LOC
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
small frontend tweaks
-
Cam Saul authored
-
Cam Saül authored
Greatest refactor ever. Delete 50 lines of boilerplate <3
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
json strings <-> dicts and string <-> keywords when going into/out of the database
-
Allen Gilliland authored
when hydrating :fields on a 'Table' lets filter down to only the set of ...
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
when hydrating :fields on a 'Table' lets filter down to only the set of fields that are :active true
-
Allen Gilliland authored
set default order on dashboard 'ordered_cards' to be by :created_at :asc...
-
Allen Gilliland authored
set default order on dashboard 'ordered_cards' to be by :created_at :asc so it matches the django app. this realistically only affects the card order when no explicit order has been set by repositioning them.
-
Allen Gilliland authored
extend our `realize-json` function to handle the case where the column i...
-
Allen Gilliland authored
extend our `realize-json` function to handle the case where the column is of type org.postgresql.util.PGobject which happens if the postgres column type is 'json'.
-
Allen Gilliland authored
fix 'result' type dataset queries
-
Allen Gilliland authored
convert :status of QueryExecution as a keyword. this fixes a bug in dataset query api endpoint where we were falsly thinking the query failed because we were expecting a keyword instead of a string.
-
Allen Gilliland authored
fix function which runs email reports on task runner. function needed t...
-
Cam Saül authored
Catch errors when running hooks
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
fix function which runs email reports on task runner. function needed to accept a single arg for the hour it's executing on.
-
- Mar 31, 2015
-
-
Cam Saül authored
fix intermittent failures in task_test
-
Allen Gilliland authored
update database listing endpoint to account of org.inherits
-
Allen Gilliland authored
password reset email is now the same as it was in django
-
Cam Saul authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Cam Saül authored
fix permissions checking in GET /api/dash, add tests
-
Allen Gilliland authored
-
Cam Saul authored
-
Allen Gilliland authored
-
Cam Saul authored
-
Cam Saul authored
make sure value of Card.display_type is valid
-
Allen Gilliland authored
update database listing endpoint so that if the org 'inherits' we return ALL databases in the system rather than just the dbs for the specified organization.
-