aboutsummaryrefslogtreecommitdiffstats
path: root/src/persistence-binding.c
AgeCommit message (Collapse)AuthorFilesLines
2019-10-09binding: data-persistence: Modified the response of verb_readGaykawadpk1-2/+18
Added key and value both in response so that user can know which key the value corresponds to. The current persistence implementation responds with only the value when queried. Since this is async call and multiple keys can be queried at the same time, the key and value should be given as response to any persistence query done. This will improve the readability of the Read verb response for user application. Also made the same changes for failed case of Read verb so that if read verb fails, user can know for which key it failed. Bug-AGL: SPEC-2828 Signed-off-by: Gaykawadpk <Puja.Kumari@kpit.com> Change-Id: I565cd78ca2c1e7c5d5f63ab49479b495044772ce
2019-08-09Migration to binding version 3José Bollo1-53/+53
Bug-AGL: SPEC-2743 Change-Id: I7eb6c685076aafd9c685aea102ee91ae95c716f8 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2019-04-10agl-service-data-persistence: change AFB_INFO calls to AFB_DEBUGhalibut_7.99.1halibut/7.99.17.99.1Matt Ranostay1-4/+4
AFB_INFO calls for key creation/update/delete for key value pairs is cluttering up the journal, and also a security risk for possibly leaking data. Change-Id: Ifcaf3de5551c66ba4e5813dcaf447d9ca1ef25a1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-08moved files to root folder.guppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2flounder/5.99.16.90.05.99.65.99.55.99.45.99.35.99.25.99.1Loïc Collignon1-0/+469
Change-Id: I7103241843736e1a5747253781485afa457a64d0 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>