hapi-sequelize-crud/src
2016-10-27 21:03:32 -07:00
..
associations fix(primaryKey): use model.primaryKey instead of hardcoded id for id routes, fixes #9 2016-07-13 11:27:48 +04:30
crud-create.integration.test.js Test add CRUD tests 2016-10-27 12:33:02 -07:00
crud-destroy.integration.test.js Test add destroyScope tests 2016-10-27 21:03:32 -07:00
crud-include.integration.test.js Test fix error checking in include tests #oops 2016-10-27 12:32:36 -07:00
crud-route-creation.integration.test.js Test add integration tests for route creation 2016-10-26 13:26:56 -07:00
crud-update.integration.test.js Test add CRUD tests 2016-10-27 12:33:02 -07:00
crud-where.integration.test.js Test add CRUD tests 2016-10-27 12:33:02 -07:00
crud.js Fix(crud) 404 errors for destroy and destroyAll 2016-10-27 12:33:31 -07:00
crud.test.js Feat add support of limit, offset, order 2016-10-21 11:07:27 -07:00
error.js Feat (error) parse PG 42* errors 2016-09-04 17:28:16 -07:00
get-config-for-method.js Feat add support of limit, offset, order 2016-10-21 11:07:27 -07:00
get-config-for-method.test.js Feat add support of limit, offset, order 2016-10-21 11:07:27 -07:00
index.js Fix prefix should default to /, not '' 2016-10-26 13:25:27 -07:00
utils.js Fix(crud) include param lookup now works w/plurals 2016-10-26 11:19:36 -07:00
utils.test.js Feat add support of limit, offset, order 2016-10-21 11:07:27 -07:00