Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2016-07-04 | 1 | -2/+1 |
| | | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | ||||
* | WARNING: massive refactor to follow libomv's latest changes regarding ↵ | Diva Canto | 2015-08-08 | 1 | -4/+4 |
| | | | | | | | inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed! | ||||
* | Trivial: fix copy-paste typo in string | Diva Canto | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | More assertions in inventory client tests to check for assorted combinations ↵ | Diva Canto | 2015-06-04 | 1 | -1/+26 |
| | | | | of cached/non-cached/existing/non-existing items | ||||
* | Added tests that verify the absence of the bug fixed in the previous commits ↵ | Diva Canto | 2015-06-04 | 1 | -1/+29 |
| | | | | (cache issues). | ||||
* | Trivial change just to trigger jenkins to build again | Diva Canto | 2015-05-11 | 1 | -0/+1 |
| | |||||
* | Added inventory tests to Robust.Tests. | Diva Canto | 2015-05-11 | 1 | -0/+152 |