This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 22, 2015
-
-
Allen Gilliland authored
Revisions via new events system
-
- 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 17, 2015
-
-
Sameer Al-Sakran authored
rename to index to keep jekyll from barfing
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
Break up docs
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
- Sep 16, 2015
-
-
Sameer Al-Sakran authored
-
Kyle Doherty authored
fix placeholder on metadata field
-
Kyle Doherty authored
-
- Sep 15, 2015
-
-
Kyle Doherty authored
handle subject to deal with sql backed cards
-
Sameer Al-Sakran authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Sameer Al-Sakran authored
fixes #577
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
update readme to our current lack of a token on installation
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
add guide descriptions
-
- Sep 14, 2015
-
-
Kyle Doherty authored
fix filter widget height issue
-
Kyle Doherty authored
-
Tom Robinson authored
Clean query fixes and other query builder inconsistencies
-
Kyle Doherty authored
consistent auth scene
-
Kyle Doherty authored
-
Tom Robinson authored
-
Tom Robinson authored
Remove dataset_query argument from runQuery so that it always cleans and runs the canonical version of the query (fixes issue with cleanQuery modifications not being persistent)
-
Tom Robinson authored
-
- Sep 13, 2015
-
-
Kyle Doherty authored
use inflection on table and relationships for object details
-
Kyle Doherty authored
documentation and light refactor of <IconBorder> component
-
Allen Gilliland authored
create an `:mb-run-mode` config property which defaults to "prod" and add couple predicate functions in our config ns for checking `is-prod?` and `is-test?`. then update our event listener startup calls and wrap them with `(when (config/is-prod?) ...)` so that we only start them up when we intend to run the app for real. lastly, update our environment for our expectations unit tests so that :mb-run-mode is "test" and thus our event processing listeners are not started for unit tests.
-