This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 17, 2016
-
-
Allen Gilliland authored
add a new optional driver method for `notify-database-updated` which allows drivers to be informed when their databases are updated. then implement this method on the generic-sql driver and use it to actively shutdown any open connection pool on the updated database so that we can recreate it as needed.
-
Allen Gilliland authored
update the connection-spec acquisition code for our generic SQL driver to unify it based on acquiring a connection for a given DATABASE and to replace the memoize/ttl with our own atom for caching db connection pools to each database. This avoids the unnecessary recreation of connection pools every so many hours.
-
Allen Gilliland authored
add a client side search on the table name in the data selector.
-
Allen Gilliland authored
-
- Mar 16, 2016
-
-
Cam Saül authored
Add new :min & :max aggregation types
-
Cam Saül authored
-
Cam Saül authored
Better type checking for our clojure protocols & types
-
Allen Gilliland authored
we have the column metadata to tell us if the column is a date, so lets use it
-
Allen Gilliland authored
construct the new rows query from the data reference in a more appropriate fashion.
-
Allen Gilliland authored
fix typo that was preventing description from saving on cards
-
Allen Gilliland authored
fix up the LimitWidget and use it as a declarative UI component.
-
Cam Saül authored
-
Allen Gilliland authored
-
Cam Saül authored
Bump dependencies
-
Cam Saül authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
Update moment.js
-
Allen Gilliland authored
Fix support for Java 1.7
#2098
-
- Mar 15, 2016
-
-
Cam Saül authored
-
Cam Saül authored
Metabot improvements
-
Cam Saül authored
-
Cam Saül authored
-
Cam Saül authored
-
Tom Robinson authored
-
Allen Gilliland authored
Format dates using timezone returned in the data
-
Allen Gilliland authored
Cleanup deprecated React APIs / enforce more lint rules
-
- Mar 14, 2016
-
-
Tom Robinson authored
Conflicts: frontend/src/lib/formatting.js
-
Allen Gilliland authored
-
Tom Robinson authored
-
Allen Gilliland authored
refactor app mount point to remove flex context by default
-
- Mar 11, 2016
-
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Allen Gilliland authored
Fix metric bugs
-
Allen Gilliland authored
fix up the rendering of retired metrics in the field list and the description on retired metric tooltips.
-
Allen Gilliland authored
don't show the `Common Metrics` aggregation section if there are no active metrics the user can reasonably pick from.
-
Allen Gilliland authored
-