Module pagure_events
[hide private]
[frames] | no frames]

Module pagure_events

source code

Classes [hide private]
ScmPackage
build_on_fedmsg_loop
Functions [hide private]
 
get_repeatedly(url) source code
 
event_info_from_pr_comment(data, base_url)
Message handler for updated pull-request opened in pagure.
source code
 
event_info_from_pr(data, base_url)
Message handler for new pull-request opened in pagure.
source code
 
event_info_from_push(data, base_url)
Message handler for push event in pagure.
source code
 
git_compare_urls(url1, url2) source code
Variables [hide private]
  SUPPORTED_SOURCE_TYPES = [helpers.BuildSourceEnum("scm"), help...
  log = logging.getLogger(__name__)
  ENDPOINT = 'tcp://hub.fedoraproject.org:9940'
  TOPICS = {}
Function Details [hide private]

event_info_from_pr_comment(data, base_url)

source code 

Message handler for updated pull-request opened in pagure. Topic: ``*.pagure.pull-request.comment.added``

event_info_from_pr(data, base_url)

source code 

Message handler for new pull-request opened in pagure. Topic: ``*.pagure.pull-request.new``

event_info_from_push(data, base_url)

source code 

Message handler for push event in pagure. Topic: ``*.pagure.git.receive``


Variables Details [hide private]

SUPPORTED_SOURCE_TYPES

Value:
[helpers.BuildSourceEnum("scm"), helpers.BuildSourceEnum("distgit"),]