mirror of
https://github.com/directus/directus.git
synced 2026-01-09 01:28:07 -05:00
* initial testing
* bypass accountability and fix error
* continue implementing new content versioning
* fix versionRaw and tweak post nulling
* fix circular references
* improve deep-map and add testing
* add blackbox tests
* add load tests
* update loadtests
* update testsuite
* update load-tests
* undo package.json change
* add way to run everything in parallel
* add github actions
* fix gh action
* improve logging and add wait
* update runners and fmt
* cleanup
* add deadlock tests
* fix deadlock tests for oracle and mssql
* cleanup
* shorten transaction duration
* add web preview option to load tests
* fix lockfile
* fix import for QueryOptions
* format
* use admin for versioned writes
* Fix workflow permissions warning
* move loadtests to separate branch
* fix admin on read
* fix another bug
* update pnpm lock
* fix gql read one
* fix requesting version in gql
* rename bypassAccountability to skipTracking
* not filter default value fields
* update tests
* stupid mistake fix
* fix gql *_by_version
* Create great-experts-clap.md
* Revert "fix gql *_by_version"
This reverts commit 82bf7239e8.
* Update .changeset/great-experts-clap.md
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
* Update .changeset/great-experts-clap.md
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
* Update great-experts-clap.md
---------
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: Alex Gaillard <alex@directus.io>
Blackbox Tests
See https://docs.directus.io/contributing/tests.html#running-blackbox-tests.
Run Blackbox Tests in Pull Requests
Full blackbox tests run automatically when changes are merged into main. To trigger blackbox tests on a pull request,
add the Run Blackbox label.