mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
fde46251de
* Toggles the disabled state of auto_increment_prefix To insert a prefix you had to toggle the checkbox, save the settings and reload. With this script it is immediate. Fixes #1390 * Delete asset image: made checkbox more visible Related to #3153 * Added personal-access-token component * Created basic API testing configuration * First version of /components endpoind cest * On-the-fly bearer token generation * Completed testing of PATCH and PUT methods * Added /components/{id}/assets route with tests * Updated route and dataTable in view * Completed test assertion * Added links to assets in ComponentsAssets view * Linked Company in AssetView page
14 lines
293 B
YAML
14 lines
293 B
YAML
class_name: ApiTester
|
|
modules:
|
|
enabled:
|
|
- \Helper\Api
|
|
- REST:
|
|
url: /api/v1
|
|
depends: Laravel5
|
|
- Asserts
|
|
config:
|
|
- Laravel5:
|
|
environment_file: .env.testing
|
|
disable_middleware: true
|
|
cleanup: true
|