This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 23, 2016
-
-
Cam Saül authored
-
Cam Saül authored
-
Cam Saül authored
-
Allen Gilliland authored
-
- Feb 21, 2016
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
update our revert-to-revision protocol function to require passing in a user-id which is necessary for most entities and add revision/revert endpoints onto our dashboard api with unit tests.
-
Allen Gilliland authored
update the functions for reverting a dashboard so that it handles restoring DashboardCardSeries now.
-
Allen Gilliland authored
update implementations for serialize-dashboard and diff-dashboard to account for the addition of :series on DashboardCards.
-
Allen Gilliland authored
-
- Feb 20, 2016
-
-
Tom Robinson authored
-
- Feb 19, 2016
-
-
Allen Gilliland authored
when no field-values exist for a field, clear out any previous field-values so we don't leave stale data lying around.
-
Allen Gilliland authored
apply a check for `valid-metadata?` when updating the attributes of a Field so that we can prevent invalid metadata configurations (#824)
-
Allen Gilliland authored
-
- Feb 18, 2016
-
-
Allen Gilliland authored
-
- Feb 17, 2016
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Feb 16, 2016
-
-
Cam Saül authored
-
Kyle Brett authored
-
- Feb 15, 2016
-
-
Cam Saül authored
-
- Feb 13, 2016
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Feb 12, 2016
-
-
Cam Saül authored
-
Allen Gilliland authored
-
Cam Saül authored
-
- Feb 11, 2016
-
-
Cam Saül authored
-
- Feb 10, 2016
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Feb 05, 2016
-
-
Cam Saül authored
-
- Feb 03, 2016
-
-
Allen Gilliland authored
adding an api endpoint for GET /api/dataset/card/:id which runs the given Card's query, then returns the result along with the card details. also did some updating on the unit tests.
-
- Feb 02, 2016
-
-
Allen Gilliland authored
-
Allen Gilliland authored
update api endpoints for adding/updating DashboardCards to allow for specifying the `:series` of additional cards to apply.
-
Allen Gilliland authored
add the DashboardCardSeries model which allows attaching additional cards to a DashboardCard. this includes the new database migration, new model code, new persistence functions on DashboardCard, and a bunch of unit tests.
-
- Feb 01, 2016
-
-
Allen Gilliland authored
update api endpoint GET /api/dashboard/:id to remove the superfluous wrapper with {:dashboard {real thing we want}}
-
Allen Gilliland authored
move api endpoint POST /api/dashboard/:id/reposition -> PUT /api/dashboard/:id/cards so it's more consistent with the other dashcard api endpoints.
-
Allen Gilliland authored
tidying up dashboard api unit tests a bit before we start. also added a unit test for the reposition endpoint, which was missing.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Jan 29, 2016
-
-
Cam Saül authored
-