bt2: Mass notification -> message rename
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 2 Apr 2019 18:03:30 +0000 (14:03 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit5602ef8155de326402dcb33f40ee4c7d5d693ca5
treeb4377b13195f88c3bae3e68a8135297d294060fb
parent51c1116e02971704e2e5d56dce9e3af45792c6dd
bt2: Mass notification -> message rename

As the "notification" concept has been renamed to "message", I decided
to do a mass rename (including renaming files).  It's quite
straightforward and will reduce a little bit the noise in further
patches.

The changes were done mostly mechanically, but I verified them to make
sure it didn't go too wild (like changing "notifier" to "msgier", which
we wouldn't want).

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Change-Id: I6e6dec1234864400a2570a4726c32a1398cf42c0
Reviewed-on: https://review.gerrithub.io/c/eepp/babeltrace/+/452232
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: Philippe Proulx <eeppeliteloop@gmail.com>
24 files changed:
bindings/python/babeltrace/babeltrace/reader_trace_collection.py
bindings/python/bt2/Makefile.am
bindings/python/bt2/bt2/__init__.py.in
bindings/python/bt2/bt2/component.py
bindings/python/bt2/bt2/connection.py
bindings/python/bt2/bt2/message.py [new file with mode: 0644]
bindings/python/bt2/bt2/message_iterator.py [new file with mode: 0644]
bindings/python/bt2/bt2/native_bt_component_class.i
bindings/python/bt2/bt2/notification.py [deleted file]
bindings/python/bt2/bt2/notification_iterator.py [deleted file]
bindings/python/bt2/bt2/port.py
bindings/python/bt2/bt2/trace_collection_message_iterator.py [new file with mode: 0644]
bindings/python/bt2/bt2/trace_collection_notification_iterator.py [deleted file]
tests/bindings/python/bt2/Makefile.am
tests/bindings/python/bt2/test_component_class.py
tests/bindings/python/bt2/test_connection.py
tests/bindings/python/bt2/test_graph.py
tests/bindings/python/bt2/test_message.py [new file with mode: 0644]
tests/bindings/python/bt2/test_message_iterator.py [new file with mode: 0644]
tests/bindings/python/bt2/test_notification.py [deleted file]
tests/bindings/python/bt2/test_notification_iterator.py [deleted file]
tests/bindings/python/bt2/test_port.py
tests/bindings/python/bt2/test_trace_collection_message_iterator.py [new file with mode: 0644]
tests/bindings/python/bt2/test_trace_collection_notification_iterator.py [deleted file]
This page took 0.025817 seconds and 4 git commands to generate.