3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-07 19:45:48 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
1fd574779b Remove unneeded or outdated comments and update imports 2023-03-20 11:39:27 -07:00
a37d69fcf1 Replace remaining user_ids in factories 2023-03-20 11:19:34 -07:00
605f214597 Add properties necessary for factories to be called in isolation 2023-03-16 17:08:18 -07:00
0ec885bf18 Remove hard-coded fieldset_id in factories 2023-03-15 18:49:21 -07:00
fb789eb048 Remove hard-coded depreciation_id in factories 2023-03-14 17:51:20 -07:00
a2efe3fa67 Remove hard-coded category_id in factories 2023-03-14 12:50:02 -07:00
4c4101fe64 Fix key name 2023-03-14 12:04:31 -07:00
7cf424b914 Remove hard-coded manufacturer_id in factories 2023-03-14 12:01:23 -07:00
adba450b40 Remove some hard-coded ids in factories 2023-03-13 17:27:06 -07:00
35ba28bff9 Continuing to refactor tests
Signed-off-by: snipe <snipe@snipe.net>
2021-12-02 16:14:45 -08:00
37033fb2f7 Removed some defaul values to handle validation
Signed-off-by: snipe <snipe@snipe.net>
2021-12-02 15:02:11 -08:00
013e168883 adds newer versions of devices for demo 2021-07-21 15:12:27 -07:00
b62d1f49e4 Shift cleanup 2021-06-10 20:19:27 +00:00
104b441e0d Shift to class based factories 2021-06-10 20:17:44 +00:00
934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00
4975f9100c Added more seeders for better custom field displays on seeding 2018-09-29 22:17:36 -07:00
4f1747023a Seed with demo images 2017-10-28 05:46:43 -07:00
d12fc6b13c Add depreciation ID to model factories 2017-10-07 05:32:00 -07:00
1d2787250b Reference IDs 2017-10-07 03:19:27 -07:00
8fdddc310f More rigid seeders for more realistic data 2017-10-07 02:27:02 -07:00