mirror of
https://github.com/directus/directus.git
synced 2026-01-23 08:17:57 -05:00
* added faker.js for testing * edited env vars removed sqlite from testing (temp) * getMany endpoint working with no data * converted to faker * getOne test passing * schema for relations, item creation => factory * many to many test working, factory refactored * faker as dev dep * new schema, tests passing postgres json exception * tests passing * upgrade tedious * images * removed images, rebuilt package-lock.json * added users and schema map(WIP) * user => artist m2o relation working on fields * downgrade tedious * user => guest, each => all * items/:collection/invalid_id test * items/invalid_collection/:id test added * /:collection POST createOne test * createMany factory, createMany endpoint test * error handling tests * create many with a many to one * createMany with options to link relations * some more describe sorting * factory tests working * tests passing