Closed
Bug 1028961
Opened 11 years ago
Closed 10 years ago
Get real pushlog for alerts
Categories
(Datazilla Graveyard :: Metrics, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ekyle, Unassigned)
References
Details
My source for changesets and revisions does not seem to model the reality that changesets keep their id across branches and pushes.
Maybe use Joel's code:
load that url in my script and parse out the csets: https://github.com/jmaher/alert_manager/blob/master/parse_news.py#L212
more code to get pushes, csets, etc: http://hg.mozilla.org/graphs/file/217745463427/server/analysis/analyze_talos.py
| Reporter | ||
Comment 1•10 years ago
|
||
dzAlerts treeherder code can now import a local neighbourhood of revisions from the Hg repo, and provide them as general graph API [1]. This is the first step in applying general graph manipulation tools. Unfortunately, it appears general graph manipulation tools usually consume the whole graph. Some work is required to dealing with a (effectively) infinite graph.
[1] https://github.com/klahnakoski/datazilla-alerts/blob/3570faeeb7193f0de347ade7f8b847588e0bb812/dzAlerts/imports/mozilla_graph.py
| Reporter | ||
Comment 2•10 years ago
|
||
dzAlerts is a dead project
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•