1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
Jari Bakken
0256d357eb Move components to separate files. 2014-10-30 18:26:51 +01:00
Jari Bakken
21eb8e7f85 Use webpack to build JS/JSX resources. Closes #25. 2014-10-30 16:58:04 +01:00
Jari Bakken
37f5d0ec6a Remove unused dependency 2014-10-27 15:09:41 +01:00
Jari Bakken
7d433cd332 Reduce duplication in packaga.json and run coverage as part of npm test 2014-10-27 13:35:37 +01:00
andsandv
1fb5868dee Change start-dev to dev 2014-10-24 15:02:45 +02:00
andsandv
321c2e1898 Only report coverage on travis build 2014-10-24 15:00:48 +02:00
andsandv
1d3a55d687 #28 Add coverage 2014-10-24 13:54:38 +02:00
Jari Bakken
5f7319b903 Simplify DB setup / migrations 2014-10-23 14:37:10 +02:00
Jari Bakken
a12f679ed8 Don't hardcode port in several places 2014-10-23 14:13:17 +02:00
andsandv
91e615a04b Rewrite to use Bootstrap #23 and added JSXHint 2014-10-23 14:02:07 +02:00
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