Renán I. Rueda
Renán I. Rueda
### Description: Upgrading Aurora's dependencies on Mesos to 1.7.2 Addresses #104 ### Testing Done: Unit tests End to end tests fail when creating unified containers. Specifically, this same issue shows...
Mesos dependency should be upgrade to 1.7.x
Python 2 will officially sunset January 1st, 2020 according to the Python maintainers https://www.python.org/doc/sunset-python-2/ Since Aurora relies pretty heavily on Python to run tasks in critical spots, I think it...
Working on trying to fix the end to end test has reminded me how painful the process has become for debugging end to end tests when something goes wrong. The...
### Description: A bot recently [reported](https://github.com/apache/aurora/issues?q=is%3Aissue+is%3Aclosed+author%3Alarrycameron80) a large number of vulnerabilities that we inherited from our dependencies. Creating a draft PR while I verify that these dependency upgrades do not...
How to reproduce: Send thrift request that requires username and password to succeed to a follower.
Thrift backup restoration should be deprecated in 0.22.0 and removed in 0.23.0 given the fact that the restoration tool has existed since 0.20.0
I have moved to a new job a few months ago and I don't want to give the impression that this project is still alive or maintained. Thanks to all...
When building aurora, we get the following warning messages: ``` npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update! npm...
We currently use Thrift 0.10.0. Current version is 0.13.0 There's been a bunch of improvements on the Java side and it would be worth while looking at picking them up....