Commit Graph

22 Commits

Author SHA1 Message Date
Ralph Bean
b1fce413f5 Merge branch 'amq-messaging' 2016-10-18 10:45:59 -04:00
Lubos Kocman
dbcc33edae remove log.debug for unrelated messages (too spammy)
Signed-off-by: Lubos Kocman <lkocman@redhat.com>
Signed-off-by: Nils Philippsen <nils@redhat.com>
2016-10-17 14:45:02 +02:00
Lubos Kocman
151d4ebadb messaging: amq PEP improvements 2016-10-04 15:07:54 +02:00
Lubos Kocman
452aba0373 messaging: publish*, unify order of args, remove positional arg 2016-10-04 15:07:54 +02:00
Lubos Kocman
b00ea5ac95 messaging: fixed typo 2016-10-04 15:07:54 +02:00
Lubos Kocman
6ec05fd058 messaging.py: mng -> msngr 2016-10-04 15:07:54 +02:00
Lubos Kocman
bb1110758e remove unuseful/obsolete get_amq_addr call 2016-10-04 15:07:54 +02:00
Lubos Kocman
b090a8d7f8 messaging: add space after comma 2016-10-04 15:07:53 +02:00
Lubos Kocman
372367bb9c messaging: use single isinstance() 2016-10-04 15:07:53 +02:00
Lubos Kocman
11703ccb41 Improved conditions for message filtering 2016-10-04 15:07:53 +02:00
Lubos Kocman
9783fe6c04 Fixed hasattr 2016-10-04 15:07:53 +02:00
Lubos Kocman
823f851d29 rida.messaging add initial amq support
Signed-off-by: Lubos Kocman <lkocman@redhat.com>
2016-10-04 15:07:53 +02:00
Lubos Kocman
0787abd1b5 rida.messaging: few changes:
- pass over conf as param (helps amq implementation)
- modname -> service to be less fedmsg centric

Signed-off-by: Lubos Kocman <lkocman@redhat.com>
2016-10-04 15:07:53 +02:00
Lubos Kocman
e6e8d13b5c fix incorrect rida.logger reference to rida.log
Signed-off-by: Lubos Kocman <lkocman@redhat.com>
2016-09-30 16:59:08 +02:00
Nils Philippsen
2233f60f58 implement BaseMessage.__repr__
Take advantage of the information contained in signature/parameter
objects to represent positional and keyword arguments properly. Fall
back to using the funcsigs module on Python 2.
2016-09-22 16:08:52 +02:00
Matt Prahl
d37659afd8 Modify message functions to accept conf instead of backend 2016-09-21 14:58:10 +02:00
Matt Prahl
23f057b750 Use abstract message classes instead of legacy code 2016-09-21 14:58:10 +02:00
Matt Prahl
43f80e181c Implement message classes for abstract messaging 2016-09-21 13:48:22 +02:00
Matt Prahl
a674de3fc3 Separate top-level function by two blank lines 2016-09-21 13:48:22 +02:00
Ralph Bean
1099752c90 Also "listen" for messaging. 2016-06-30 13:23:30 -04:00
Ralph Bean
c691973601 Basics of messaging. 2016-06-30 12:30:01 -04:00
Petr Šabata
400e8bfde8 Sharing an early development version
Signed-off-by: Petr Šabata <contyk@redhat.com>
2016-06-24 10:28:04 +02:00