This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 09, 2015
-
-
Cam Saul authored
-
Cam Saül authored
don't run unit tests on JVM shutdown since they delete our H2 DB which
-
Cam Saül authored
fix simple-batched-hydrate; use it when getting cards list for org
-
Cam Saul authored
is obnoxious to say the least
-
Cam Saul authored
-
Cam Saül authored
set upper limit for heap size on JVM when running tests
-
Cam Saul authored
-
Allen Gilliland authored
Fix uberjar so that migrations run
-
Allen Gilliland 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
-
Cam Saül authored
Bootstrap commands give you option to make user a superuser
-
Cam Saul authored
-
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.
-
Allen Gilliland authored
-
Cam Saül authored
Fix tests
-
Allen Gilliland authored
-
Cam Saul authored
-
Allen Gilliland authored
create a simple 'setup' function for our db which we can use as the overall connection + migration work when we bootstrap the app.
-
Allen Gilliland authored
when running the 'genSql' liquibase option lets capture the output (the actual sql) and return it to the caller.
-
Cam Saul authored
-
Cam Saül authored
update dependenices w/ lein ancient
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
Very simple implementation of standalone app
-
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.
-
Allen Gilliland authored
custom leiningen tasks for running npm and gulp so that we can now run all our build steps via leiningen.
-
Cam Saul authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
directly :require cheshire.factory so that when we call our hack a few lines below there is no possible issues of NS not found.
-
Allen Gilliland authored
-
Allen Gilliland authored
move /frontend_client -> /resources/frontend_client to make sure the static resources are bundled in our jar files. small updates to main routes.clj file to make static asset serving from "resources" instead of "files", which allows for serving out of jars.
-
Allen Gilliland authored
admin entry no longer necessary
-