Rename "query info" to "query" everywhere, and "action" to "object"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 13 Feb 2017 22:01:33 +0000 (17:01 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:38 +0000 (12:57 -0400)
commita67681c1f02f54bc1f708d449bceb35476024083
tree85f59d9df63e796dab73a685791e519357b7dbf5
parent2b4c4a7ca098cb220ebbec83e05b7d1fa238c812
Rename "query info" to "query" everywhere, and "action" to "object"

A "query" here is a request for a specific named object using or not
parameters. This is analogous to a REST (HTTP) GET stateless request:

    GET /path/to/object?param1=value1&param2=value2

Also expect the `metadata-info` object in the ctf.fs query method
instead of the `get-metadata-info` action.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
16 files changed:
bindings/python/bt2/component.py
bindings/python/bt2/native_btcomponentclass.i
converter/babeltrace-cfg.c
converter/babeltrace-cfg.h
converter/babeltrace.c
include/babeltrace/component/component-class-internal.h
include/babeltrace/component/component-class.h
include/babeltrace/plugin/plugin-dev.h
lib/component/component-class.c
lib/plugin/plugin-so.c
plugins/ctf/fs/fs.c
plugins/ctf/fs/fs.h
plugins/ctf/plugin.c
tests/bindings/python/bt2/test_comp_notif_iter.py
tests/lib/test-plugin-plugins/sfs.c
tests/lib/test_plugin.c
This page took 0.026757 seconds and 4 git commands to generate.