snipe-it/app/Models
Daniel Meltzer 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
..
Accessory.php Fixed #4628 and #4590 - Illegal mix of collations for operation error when searching on some languages 2018-01-20 03:08:27 -08:00
Actionlog.php Added - changelog searchable in history tab 2017-12-12 05:10:13 -08:00
Asset.php Sigh. 2018-01-25 11:06:37 -08:00
AssetMaintenance.php Applied master changes to develop 2018-02-21 15:51:04 -08:00
AssetModel.php Fixed #4548 - add cateory to model dropdown 2017-12-04 20:19:30 -08:00
Category.php Vue importer (#3235) 2017-01-25 21:29:23 -08:00
CheckoutRequest.php Update references to assetloc to location 2017-10-28 02:58:38 -07:00
Company.php Fixes #4639 2017-12-15 18:54:38 -08:00
CompanyableChildScope.php Updated docblocks 2016-04-07 13:21:09 -07:00
CompanyableChildTrait.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CompanyableScope.php Updated docblocks 2016-04-07 13:21:09 -07:00
CompanyableTrait.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Component.php Fixed #4628 and #4590 - Illegal mix of collations for operation error when searching on some languages 2018-01-20 03:08:27 -08:00
Consumable.php Fixed #4628 and #4590 - Illegal mix of collations for operation error when searching on some languages 2018-01-20 03:08:27 -08:00
ConsumableAssignment.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CustomField.php Fixes #4829 - add fields api (#4840) 2018-01-17 05:31:57 -08:00
CustomFieldset.php More specific required check 2017-09-29 03:44:23 -07:00
Department.php Make department columns sortable 2018-02-21 05:04:20 -08:00
Depreciable.php Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
Depreciation.php Fixed Illuminate path 2017-02-22 22:20:57 -08:00
Group.php Fixes group search 2017-10-10 22:59:32 -07:00
ICompanyableChild.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Import.php Importer mapping - v1 (#3677) 2017-06-21 16:37:37 -07:00
Ldap.php Tidying some of the LDAP UDN logic 2017-10-16 15:29:06 -07:00
License.php Fixed #4413 - Next license seat not bering assigned correctly 2017-11-20 19:21:05 -08:00
LicenseSeat.php Added license seat location method 2018-01-10 20:34:44 -08:00
Location.php Added - Order location by manager 2018-02-21 05:09:40 -08:00
Loggable.php Fix double create log on import. (#4706) 2018-01-03 17:22:02 -08:00
Manufacturer.php Fixes #3311 - more fields for manufacturers 2017-03-10 22:08:59 -08:00
Requestable.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
Setting.php Added setting to choose what appears in model select list - Fixes #4879 2018-01-24 10:43:46 -08:00
SnipeModel.php More importer fixes (#4516) 2017-11-24 10:42:11 -08:00
Statuslabel.php Clesned up status label model for code quality 2017-10-26 22:54:07 -07:00
Supplier.php Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
Throttle.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
User.php Fixed #5067 - account for only one name in generateFormattedNameFromFullName 2018-02-22 14:10:58 -08:00