snipe-it/app
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
..
Console Fixed #4923 - invalid check for location object in Ldap Sync 2018-02-13 17:06:42 -08:00
Events Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Exceptions Fix standardized exception formatter for correct payload 2017-10-24 17:57:49 -07:00
Helpers Fixed #5033 - use PHP’s max filesize for image uploads 2018-02-16 21:17:41 -08:00
Http Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
Importer Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
Jobs Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
LegacyEncrypter First stab at a recrypter for legacy mcrypt conversion 2017-08-21 22:30:56 -07:00
Listeners Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Models Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
Notifications Added Slack test button 2018-02-22 16:35:34 -08:00
Observers Fixed #4652 - asset not correctly checking out to user on creation 2018-01-17 12:10:28 -08:00
Policies Applied master changes to develop 2018-02-21 15:51:04 -08:00
Presenters Added - make total sortable in components 2018-02-21 16:21:21 -08:00
Providers Added Company policy to fix company deletion issue 2018-01-19 17:51:28 -08:00