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