This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 19, 2015
-
-
Allen Gilliland authored
move the unit testing log4j.properties out the 'test' code folder because then it's also used in a lot of other places. instead just create a new test_resources folder which we only apply to the unit tests profile.
-
Allen Gilliland authored
* add some jvm args to our expectations profile so that it runs in a more isolated environment
-
- Mar 13, 2015
-
-
Cam Saul authored
-
- Mar 12, 2015
- Mar 11, 2015
- Mar 09, 2015
-
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
move initialization work into an 'init' function and call it from our '-main' function. also setup lein ring to run our init function as part of its :init process.
-
Allen Gilliland authored
-
- Mar 06, 2015
-
-
Allen Gilliland authored
move bootstrap + http_client code into dev and only have clj-http dependency in :dev profile. this also fixes up the issue we had with the uberjar not working properly with running migrations via liquibase.
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
update leiningen project to avoid putting .java source files in our jars and add our "npm" and "gulp" tasks to the :pre-tasks list.
-
Cam Saul authored
-
- Mar 04, 2015
-
-
Allen Gilliland authored
-
- Mar 02, 2015
-
-
Cam Saul authored
-
- Feb 26, 2015
-
-
Cam Saul authored
-
- Feb 25, 2015
-
-
Cam Saul authored
-
- Feb 23, 2015
-
-
Cam Saul authored
testing / REPL debugging purposes. This should be considered a WIP until session management is implemented
-
- Feb 19, 2015
-
-
Cam Saul authored
-
- Feb 18, 2015
-
-
Allen Gilliland authored
-
- Feb 05, 2015
-
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Feb 04, 2015
-
-
Allen Gilliland authored
-
- Feb 03, 2015
-
-
Cam Saul authored
which is "0.8.2"
-
Allen Gilliland authored
* setup a basic example of a unit test that runs migrations (up & down) while testing some model code. * create inital liquibase migration file (only 2 tables reflected so far).
-
Cam Saul authored
add some deps we will definitely want or need
-
Allen Gilliland authored
* create a simple place to store application wide default config settings * configure our Korma db using app defaults or overridable environment variables * tell git to ignore any locally defined leiningen profiles from profiles.clj
-
- Feb 02, 2015
-
-
Allen Gilliland authored
-
Cam Saul authored
-
Allen Gilliland authored
* fix up our namespacing to be based off of "metabase". * add midje to the app for unit testing.
-
Allen Gilliland authored
-