This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 04, 2015
-
-
Cam Saül authored
add `migrate` and `ins` functions to `metabase.db`
-
Cam Saul authored
-
Allen Gilliland authored
Liquibase for migrations??
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
don't include :entity_fields on base entity because that forces those columns to be returned on EVERY query, which is not always desired. instead we need to find a way to make the fields list composable.
-
Allen Gilliland authored
add more of the schema to the liquibase initial migration. we are now covering user, organization, and userorgperm tables. also, for debugging purposes the app main method will dump the liquibase sql into a script in /tmp/script.sql so that we can check it out and run it manually while we work through creating the liquibase changelog.
-
Allen Gilliland authored
-
- Feb 03, 2015
-
-
Cam Saul authored
which is "0.8.2"
-
Allen Gilliland authored
-
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).
-
Allen Gilliland authored
Basic boilerplate for Compojure/Ring HTTP server
-
Cam Saul authored
add some deps we will definitely want or need
-
Allen Gilliland authored
H2 + basic config
-
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
-
Allen Gilliland authored
Add dependencies for dox and unit tests, add first unit test
-
Allen Gilliland authored
Conflicts: project.clj test/metabase_init/core_test.clj
-
Allen Gilliland authored
basic scaffolding for logging setup.
-
- Feb 02, 2015
-
-
Allen Gilliland authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul 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
-
Allen Gilliland authored
-