1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/lib
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
..
error Clean up strategyApi with chained-promises 2014-12-10 19:11:52 +01:00
dbPool.js Use knex for DB access. Closes #46. 2014-11-14 15:06:53 +01:00
eventApi.js Fix event api 2014-11-14 07:28:40 +01:00
eventDb.js Improvements on log view 2014-11-17 10:13:30 +01:00
eventStore.js Move unleash-server to top level. 2014-10-31 16:35:35 +01:00
eventType.js Implemented server side API for deleting strategies. 2014-12-08 20:56:22 +01:00
featureApi.js Clean up strategyApi with chained-promises 2014-12-10 19:11:52 +01:00
featureDb.js Validation logic should probably not be in the db-code 2014-12-10 18:49:08 +01:00
logger.js Move unleash-server to top level. 2014-10-31 16:35:35 +01:00
migrationRunner.js Reduce duplication when adding a new migration. 2014-11-10 15:58:11 +01:00
routes.js Move unleash-server to top level. 2014-10-31 16:35:35 +01:00
strategyApi.js Begin work on running tests against the database: 2014-12-12 16:12:56 +01:00
strategyDb.js Implemented server side API for deleting strategies. 2014-12-08 20:56:22 +01:00