devopshq / tfs

Microsoft TFS API Python client
https://devopshq.github.io/tfs/
MIT License
110 stars 28 forks source link

allow separate usage of to_ and from_ in get_changesets #75

Closed fuzzmz closed 5 years ago

fuzzmz commented 5 years ago

Enable usage of to and from restrictions by themselves. Currently if from is used without the to then from_ is ignored, and vice versa.

Fixes #74

fuzzmz commented 5 years ago

@allburov, @Boltyk, I'm honestly stumped as to why the tests fail when mocked, as the change works correctly locally when connected to an actual TFS instance.

allburov commented 5 years ago

@fuzzmz tests are not smart, we get all changesets from json and ignore from, to and other query.

Thanks!