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

8 Commits

Author SHA1 Message Date
Jari Bakken
e52c1d16fe Begin work on running tests against the database:
* Add Travis postgresql setup.
* Replace "db mocks" with a before hook that creates the same data
  through the HTTP API.
* Reset DB and re-create all fixtures for each test. We'll need
  something  better here.
* CAVEAT: no concept of a dev vs test database. Running tests will
  clear data from the currently configured database.
2014-12-12 16:12:56 +01:00
ivaosthu
00da8d1e3b Clean up strategyApi with chained-promises 2014-12-10 19:11:52 +01:00
ivaosthu
c16f4a1867 Implemented server side API for deleting strategies.
relates to #60
2014-12-08 20:56:22 +01:00
Jari Bakken
20c4fe6702 Add ability to create custom stratgies. Closes #11. 2014-11-25 15:28:31 +01:00
Ivar Østhus
7c5aa8e5bb strategies should be fetched from DB 2014-11-17 22:39:04 +01:00
Ivar Østhus
954f6c76ad Strategies should also have description #34 2014-11-03 21:32:25 +01:00
ivaosthu
0ba223dc4e Simple tab-based menu to have a contianer for strategies 2014-11-01 14:52:37 +01:00
Jari Bakken
8c3fdfc9d4 Move unleash-server to top level. 2014-10-31 16:35:35 +01:00