Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chores/docs] Remove HTTP and SSH backends #53 #54

Merged
merged 3 commits into from
May 26, 2021

Conversation

purhan
Copy link
Contributor

@purhan purhan commented May 23, 2021

Resolves part of #53

Copy link
Member

@pandafy pandafy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work @purhan. Some minor improvements can be done.


The legacy versions of this project had support for SSH and HTTP for extracting information from
devices. To see how it worked, visit the
`0.1.0 pre-alpha release <https://github.com/openwisp/netengine/releases/tag/0.1.0a>`_ page on
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Read the docs provides versioned documentation. If it is not much work to set it up, then we can enable that and use that link here instead.

If above is not quickly doable, then we can link https://github.com/openwisp/netengine/tree/0.1.0a instead of the tag. We can update this link later while releasing the module

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, it was an alpha release, not pre-alpha.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a note in #56, if you want to delegate enabling versioned documentation. So we remember that we need to take care of this.

docs/source/index.rst Show resolved Hide resolved
test-settings.example.json Show resolved Hide resolved
@purhan purhan requested a review from pandafy May 24, 2021 10:29
docs/source/index.rst Outdated Show resolved Hide resolved
Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some dependencies like paramiko and mechanize were pulled because of http and ssh backends, make sure the dependencies that are not needed anymore are removed.

Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go!

@@ -1,6 +1,3 @@
paramiko
pysnmp
ipaddress
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

once we migrate to python3 we should be able to remove this as well, let's keep in mind.

@nemesifier nemesifier merged commit 9646440 into master May 26, 2021
@purhan purhan deleted the issues/53-remove-unused-code branch May 26, 2021 08:33
@pandafy pandafy mentioned this pull request May 26, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants