Files
hawkbit/hawkbit-repository/hawkbit-repository-jpa
Stefan Schake e9ddcefd4a Include attribute values in target search text filter (#736)
* Add specification for like attribute value

v2: ensure returned targets are unique
v3: remove redundant or

Signed-off-by: Stefan Schake <stefan.schake@devolo.de>

* Use like attribute value specification with target search text

Target attributes are the primary way to relay back metadata,
particularly in a plug&play application. They should therefore be
included in the target search. Attribute keys are excluded since they
are expected to be consistent between targets.

v3: remove whitespace changes

Signed-off-by: Stefan Schake <stefan.schake@devolo.de>

* Add test for target search includes attribute values

v2: test targets returned are unique

Signed-off-by: Stefan Schake <stefan.schake@devolo.de>
2018-11-29 10:18:51 +01:00
..
2018-10-25 18:18:37 +02:00
2016-06-04 21:42:04 +02:00

hawkBit JPA implementation

JPA implementation of the repository. Based on EclipseLink and Spring Data Jpa.