bt2: Mass notification -> message rename
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 2 Apr 2019 18:03:30 +0000 (14:03 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:40 +0000 (18:19 -0400)
commitfa4c33e32ea9cc929d3ceb6c7b30f5a32418c518
treefb93ff0fdad5fc290aab14d9e1d756e1b53e7688
parent9c9bc0dca85ebada80acc48ad38828468f5dc29b
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.026523 seconds and 4 git commands to generate.