* Rebasing
* Fixing bad change
* Bumping up CI to go1.17 and enabling CI for PRs.
* Adding go.sum now that issues seem to have gone away.
* Do not ignore go.sum any longer.
* Bump up aurora to 0.25.0 and mesos to 1.9.0
* Removing t.Parallel to remove another possible cause of issues for now
* Fixing Mac tests. Adding extra time for killing thermos jobs
* Minor fix in an attempt to get CI to pass
* Fixing gofmt issue.
* Reducing number of group to two for variable to see if it'll help the test pass.
* reduce the thermos overhead for unit tests
Co-authored-by: lenhattan86 <lenhattan86@users.noreply.github.com>
* Remove unnecessary files from the thrift repository that come along with the go library.
* Updating thrift generated code to be 0.12.0 final generated code.
* Remove git.apache.org dependency in vendor folder.
* Migrating from git.apache.org/thrift.git to github.com/apache/thrift
* Upgrading dep (although it will not work now that imports are using mod format, it allows for users to easily fix this with a replacement of the import path).
* Upgrading mod dependencies for Thrift to point to github.com location of the repository.
* Bug fix for Thermos Payload generation relating to the GPU being set.