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

16 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
1422ba1708 amend 2014-10-23 16:02:30 +02:00
Ivar Conradi Østhus
c32b101093 Patch events should update features. 2014-10-23 16:01:04 +02:00
Ivar Conradi Østhus
f298215e1e #18 Use real-db instead of dbMock to fetch feature toggles. 2014-10-23 15:17:22 +02:00
Jari Bakken
a12f679ed8 Don't hardcode port in several places 2014-10-23 14:13:17 +02:00
Ivar Conradi Østhus
99a6f7403a Added fix where we mock database 2014-10-23 13:51:37 +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
247d342be9 Fixed failing validations 2014-10-23 10:32:13 +02:00
Ivar Conradi Østhus
1621fdca57 Fixed jshint complaints 2014-10-22 17:10:02 +02:00
Ivar Conradi Østhus
d5b80c81eb refactored eventStore 2014-10-22 16:53:15 +02:00
Ivar Conradi Østhus
c8021e769a renamed api to feature-api 2014-10-22 16:39:07 +02:00
andsandv
9e92228f1a Rename eventRepository to eventStore 2014-10-22 16:26:36 +02:00
andsandv
8c643d4e8c #13 Sending in a patch request when updating enabled flag 2014-10-22 15:53:37 +02:00
svelovla
50b56fd7a1 #18 eventRepository can now emit events
There is an example in eventRepositorySpec on how to listen on events.
2014-10-22 15:35:43 +02:00
svelovla
e5dbe0d210 #18 feature-update event example 2014-10-21 16:02:58 +02:00
svelovla
f93b61485e #8 mocked api respons 2014-10-20 15:12:30 +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