Mathieu Mitchell
Mathieu Mitchell
Currently, distributions was being put under the "on:" section of the .travis.yml file. According to the documentation [0], the distributions key was expected to be right under "deploy". This commit...
# Bug Report It is not possible to close a calendar picker via the escape key when it is embedded in a modal. It appears the issue is not limited...
When invoking through setup.py nosetests (instead of nosetests directly), the following error message is provided, even if no exclude dirs are specified. py27 runtests: commands[0] | python setup.py nosetests Traceback...
``` An error occurred while executing the action on the 'test.example.org' [exec] machine. Please handle this error then try again: [exec] [exec] While creating the server, it transitioned to an...
Fixes performance issues noted in #199. On my production server, the original query took 22 seconds to retrieve 272 rows. This new query takes 204ms and retrieves the same rows....
Currently, netman depends on ncclient and pulls lxml when installing. This is problematic because lxml often has to be compiled. Additionally, the version of lxml used (3.6.1) clashes with Ubuntu...
Removing the last VLAN of a trunk interface results in an error when commiting. Behavior implemented in https://github.com/internap/fake-switches/pull/37
The following methods have been identified as violating the nomenclature guidelines. Proper compliance tests for those would help us move forward. ``` $ grep 'TODO' -A1 netman/core/objects/switch_base.py # TODO(mmitchell): Should...