Tags · wavefrontHQ/wavefront-cli · GitHub
Skip to content

Tags: wavefrontHQ/wavefront-cli

Tags

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pypi Matrix and README updates (#42)

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update setup.py (#38)

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor bug (#36)

* Update proxy.py

* Update setup.py

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
WFESO-6060: Fix Linter Issues. (#35)

* Fix Linters Issues

* Fix Missing Dependency.

* Test if Workflow is Passing.

* Removing the Test Code.

v0.0.124

Toggle v0.0.124's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MONIT-35755: The proxy install.sh file should be updated to support C… (

#34)

* MONIT-35755: The proxy install.sh file should be updated to support CSP credentials for Linux os.

* Updated README.md file.

* Fixed small bug.

* Fixed minor issue.

v0.0.123

Toggle v0.0.123's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from wavefrontHQ/austinov/update-travis

Add Python 3.9 and Remove EOLed 3.5.

v0.0.122

Toggle v0.0.122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #24 from gangadharaswamy/master

INT-797: Added user permission check for telegraf config path

v0.0.121

Toggle v0.0.121's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ESO-2568 Change URL that we used to fetch pip installation script (#27)

* install pip 20.3.4

* pip==20.3.4

* check python version and install pip

* adding python version check and install corresponding pip

* adding python version check and install corresponding pip

* adding python version check and install corresponding pip

* change from gt to ge in install_pip function

* change from python to PYTHON_PATH

* adding python path with install.sh

* instead of python

* adding python path

* update the url

* clean the comment

* change curl url

* adding check

* clean up comment

* remove extra line before/after install_pip()

Co-authored-by: Ajay Jain <32074182+ajayj89@users.noreply.github.com>

v0.0.119

Toggle v0.0.119's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix to extend OS support using the distro (#20)

* Fix to extend OS support using the distro

* incorporated review comments