This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 30, 2015
- Sep 28, 2015
-
-
Cam Saul authored
-
Allen Gilliland authored
-
- Sep 25, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
add dynamic password complexity checking to the UserStep. this is done by adding an /api/util/password_check endpoint that we can use to test passwords against as the user puts them in.
-
Cam Saul authored
-
Cam Saul authored
-
- Sep 24, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
tidy up the DatabaseStep and add in full form validation support along with the ability to use the setup api to validate the connection details of possible new database creation.
-
- Sep 21, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
update revision api tests so that they are focused on testing the endpoint functionality and not a bunch of other stuff.
-
Allen Gilliland authored
-
Allen Gilliland authored
flush out the unit tests for `(process-revision-event ...)` function which handles new events related to revision tracking.
-
Allen Gilliland authored
-
- Sep 12, 2015
-
-
Allen Gilliland authored
upgrade the revisions code to work off our new events system so that we can remove some unnecessary code from our api endpoint implementations. also, included here is a small tweak to the revision model to add a new field/column for :is_creation which is true when we know the revision represents the time when the object was created.
-
- Sep 11, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
a couple small tweaks to our activity unit tests to prevent race conditions which intermittently cause test failures.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Sep 10, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Sep 09, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
update unit test to account for the fact that we changed the query param for specifying the model id.
-
- Sep 08, 2015
-
-
Allen Gilliland authored
-
- Sep 03, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
add some additional api validation so that we ensure the caller passes in an `id` param if they specify a filter mode of :database of :table
-
Allen Gilliland authored
ability to filter list of Cards returned from GET /api/card by `:table` or `:database` both of which require a second arguement for `id`
-
Allen Gilliland authored
make sure that new card attributes extracted from query dictionary are always set automatically on pre-update and pre-insert and tidy up unit tests to make sure everything is passing.
-
- Sep 02, 2015
-
-
Allen Gilliland authored
-