-
Notifications
You must be signed in to change notification settings - Fork 137
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
Support JDBC backend search filter for listing only devices or only gateways #3517
Labels
Feature Request
A request for adding new functionality to Hono
JDBC Device Registry
The JDBC based Device Registry implementation
Milestone
Comments
sophokles73
added
help wanted
Issues that we would welcome any help from (new) contributors with
Feature Request
A request for adding new functionality to Hono
JDBC Device Registry
The JDBC based Device Registry implementation
labels
Oct 13, 2023
sophokles73
pushed a commit
that referenced
this issue
Nov 22, 2023
Implement gateway filter for JDBC (H2 & Postgresql) device registry: - add optional parameter "isGateway" - functionality for listing only devices or gateways - add documentation Also-by: Matthias Feurer <[email protected]> Signed-off-by: Georgios Dimitropoulos <[email protected]>
sophokles73
removed
the
help wanted
Issues that we would welcome any help from (new) contributors with
label
Nov 22, 2023
sophokles73
added a commit
that referenced
this issue
Dec 3, 2023
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
sophokles73
added a commit
that referenced
this issue
Dec 16, 2023
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
sophokles73
added a commit
that referenced
this issue
Dec 16, 2023
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
sophokles73
added a commit
that referenced
this issue
Dec 17, 2023
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
sophokles73
added a commit
that referenced
this issue
Dec 17, 2023
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
sophokles73
added a commit
that referenced
this issue
Dec 17, 2023
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
sophokles73
added a commit
that referenced
this issue
Dec 17, 2023
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
sophokles73
added a commit
that referenced
this issue
Jan 15, 2024
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
sophokles73
added a commit
that referenced
this issue
Jan 15, 2024
The MongoDB based registry has been extended to support the isGateway query parameter of the Registry Management API's search devices operation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
A request for adding new functionality to Hono
JDBC Device Registry
The JDBC based Device Registry implementation
At the moment, when the user lists all devices for a tenant, the list contains all devices and all gateways.
We would like to be able to get only tenant's devices or only gateways.
Device -> ID not used in any via list
Gateway -> ID used in any via list
The text was updated successfully, but these errors were encountered: