1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
c991fed69c #18 storing events when they are created.
Also introduced mockery to mock db-access. Here we probably
need better modularisation and/or better dependecy management
(injecting of deps?).
2014-10-23 12:04:24 +02:00
Ivar Conradi Østhus
b76b4d2093 #18 reading db-config from DATABASE_URL or ini-file 2014-10-23 10:05:56 +02:00
Jari Bakken
44ed6a9162 Add React + a few components 2014-10-21 18:59:51 +02:00
svelovla
8eda373157 #18 any-db-postgres, dbPool.js 2014-10-21 15:28:10 +02:00
Jari Bakken
5a670e8bea Add a script that generates a liquibase changelog. Should be internal. 2014-10-20 18:46:51 +02:00
Jari Bakken
e4b31d5570 Get rid of liquibase 2014-10-20 17:46:41 +02:00
Jari Bakken
5317fb26fa Fix grunt-liquibase 2014-10-20 15:36:00 +02:00
Jari Bakken
e0abd23bdb Add liquibase + basic schema 2014-10-20 14:11:26 +02:00
ivaosthu
1a68cecb11 Closes #16 - Initial express based server setup.
To start server locally:
npm run start-dev

To execute tests:
npm test
2014-10-20 13:03:43 +02:00