This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 06, 2015
-
-
Allen Gilliland authored
-
- Oct 30, 2015
-
-
Cam Saül authored
-
Allen Gilliland authored
-
- Oct 27, 2015
-
-
Cam Saül authored
-
- Oct 23, 2015
-
-
Allen Gilliland authored
make it possible to complete the initialization process from outside the metabase.core namespace and trigger it in our test setup process so that logins work for unit tests again.
-
- Oct 09, 2015
-
-
Tom Robinson authored
-
- Oct 02, 2015
-
-
Allen Gilliland authored
fix issue where unit test causes setup-token to be recreated on namespace reload, which is annoying in dev.
-
Allen Gilliland authored
-
Cam Saül authored
-
Allen Gilliland authored
-
- Oct 01, 2015
-
-
Allen Gilliland authored
streamline public settings availability and syncing. this is driven mostly by the need to have an `:email_configured` property that we can use on the frontend to dictate some of our UI.
-
- Sep 30, 2015
-
-
Allen Gilliland authored
-
Cam Saül authored
-
Cam Saül authored
-
- 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
-