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

Remove vestigial getServicesBy* methods #952

Merged
merged 2 commits into from
Sep 30, 2023

Conversation

bwarden
Copy link
Contributor

@bwarden bwarden commented Sep 28, 2023

getServicesByNode is only a dummy method.
getServicesByService doesn't even exist.

Remove the last remaining references to them from cgi-bin/api, and remove the last traces of getServicesByNode from aredn/olsr.lua

Fixes #948
Fixes #949

getServicesByNode is only a dummy method.
getServicesByService doesn't even exist.

Remove the last remaining references to them from cgi-bin/api, and remove the last traces of getServicesByNode from aredn/olsr.lua

Fixes aredn#948
Fixes aredn#949
Copy link
Contributor

@aanon4 aanon4 left a comment

Choose a reason for hiding this comment

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

Can you bump the api version? Thanks.

Breaking change, removing parameters services=bynode,byservice
@bwarden bwarden force-pushed the remove-obsolete-getServicesBy-methods branch from b4babae to ba34f71 Compare September 29, 2023 21:01
@bwarden bwarden requested a review from aanon4 September 30, 2023 00:39
@aanon4 aanon4 merged commit a2e9e30 into aredn:main Sep 30, 2023
@bwarden bwarden deleted the remove-obsolete-getServicesBy-methods branch October 2, 2023 20:18
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.

Broken method call getServicesByNode() in cgi-bin/api Orphaned method getServicesByService() in cgi-bin/api
2 participants