3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 19:35:29 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
1582d81e5b Change user_id to created_by
Signed-off-by: snipe <snipe@snipe.net>
2024-09-17 22:16:41 +01:00
9f1e59cf78 Marcus’ nitpicks
Signed-off-by: snipe <snipe@snipe.net>
2024-07-03 23:01:41 +01:00
d66d6e70a6 Added checkedOutToUser factory for consumables
Signed-off-by: snipe <snipe@snipe.net>
2024-07-03 20:18:53 +01:00
2e0e39ccc8 Ensure notification is sent when consumable is checked out via api 2024-01-30 13:19:20 -08:00
13c37e708f Implement tests around consumable checkout 2024-01-30 12:43:20 -08:00
d3a0bacb98 Get name as a string and not an array 2023-06-05 12:57:09 -07:00
371d11305b Ensure consumable name is valid in factory 2023-06-05 12:17:44 -07:00
e7c6771e73 Added supplier to components and consumables factories for seeding
Signed-off-by: snipe <snipe@snipe.net>
2023-04-13 11:07:22 -07:00
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
b944945377 Remove hard-coded company_id in factories and update seeders 2023-03-15 14:12:34 -07:00
f7577bff52 Merge branch 'develop' into fixes/purify-factories 2023-03-14 17:09:30 -07:00
a2efe3fa67 Remove hard-coded category_id in factories 2023-03-14 12:50:02 -07:00
7cf424b914 Remove hard-coded manufacturer_id in factories 2023-03-14 12:01:23 -07:00
e8ff7cc09c Remove hard-coded user_id in factories 2023-03-14 11:34:58 -07:00
66bb897ac4 Fix format to purchase date 2023-03-14 02:55:20 -06: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
f7dbda4ed3 Disable broken tests (#5073)
* Work towards a functional travis.  Step 1: Disable broken unit tests.

* Fix functional tests

This updates the login information and model factories to work with
changes to source.

* Importer name/full name fixes.

Fix a bug where "name" was used ambigously and mapping "item name" to
"name" would confuse the importer into thinking it should also be a user
name.  Now we default to "full name" for the users name, and "item name"
for the item name.  These are still both configurable through the custom
mapping.

Also update sample csvs and remove an outdated sample.

* Max length of supplier notes is 191, not 255, as per default laravel string length.  Might make sense to change this to a text field in the future to match other places.

* Use sqlite/different db setup for unit tests.

* Fix assets api test.

* Fix Components API test.

* increase travis memory limit for functional tests.

* Use travis config for api tests as well.

* Fix memory limit file.

* Disable ApiComponentsAssetsCest until it's fixed.
2018-02-22 21:46:58 -08:00
f51dc9a1c4 Use recent date range for factory 2017-10-07 06:17:39 -07:00
3b2ecda243 Consumables factory/seeder 2017-10-07 02:46:04 -07:00