Components/Events: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== Introduction == This allows browser client to bind to AMQP exchanges listed in taskcluster-client and listen for events over a SockJS backed websocket. Homepage: https://...")
 
(Redirected page to TaskCluster/Components/Events)
 
Line 1: Line 1:
== Introduction ==
#REDIRECT [[TaskCluster/Components/Events]]
 
This allows browser client to bind to AMQP exchanges listed in taskcluster-client and listen for events over a SockJS backed websocket.
 
Homepage: https://github.com/taskcluster/taskcluster-events
 
== People ==
 
Owner: [https://mozillians.org/en-US/u/jonasfj/ Jonas] -- the owner is responsible for the health (which is defined as uptime/code quality/decisions) made in each component owned. The ideal is we collaborate through our weekly meetings but each owner is ultimately responsible for yes/no decisions. Owners are _not_ for life and the team may elect new owners as time goes on.
 
== Issue / feature tracking ==
 
The events service is closely tied to [[TaskCluster/components/Tools]] and shares a bugzilla queue with it:
 
<bugzilla>
    {
        "quicksearch": "status:new,assigned,reopened,unconfirmed",
        "product": "Taskcluster",
        "component": "Tools"
    }
</bugzilla>
 
== Submitting patches ==
 
If a bug is not open already corresponding to the bug you want to fix (or the feature you want to add), please file one. After that, please open a github pull request with your code change, mentioning the bug in the description.  Assign the pull request to a good reviwer, such as the component owner.

Latest revision as of 20:45, 11 July 2016