Merge lp://staging/~nim-shadowfire/scibrowser/master-server into lp://staging/scibrowser
Proposed by
Michael Arnold
Status: | Merged | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Approved by: | Michael Arnold | ||||||||||||||||||||
Approved revision: | 20 | ||||||||||||||||||||
Merge reported by: | Michael Arnold | ||||||||||||||||||||
Merged at revision: | not available | ||||||||||||||||||||
Proposed branch: | lp://staging/~nim-shadowfire/scibrowser/master-server | ||||||||||||||||||||
Merge into: | lp://staging/scibrowser | ||||||||||||||||||||
Diff against target: |
523 lines (+434/-8) 12 files modified
.project (+17/-0) .pydevproject (+10/-0) LICENSE (+20/-0) config.py (+3/-0) scibrowser/errors.py (+2/-0) scibrowser/metrics/centrality.py (+34/-0) scibrowser/metrics/citation.py (+16/-0) scibrowser/metrics/graph.py (+44/-0) scibrowser/metrics/metric.py (+90/-0) scibrowser/schema/go.py (+53/-0) scibrowser/schema/queries.py (+82/-0) scibrowser/test/metric_test.py (+63/-8) |
||||||||||||||||||||
To merge this branch: | bzr merge lp://staging/~nim-shadowfire/scibrowser/master-server | ||||||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Arnold | Approve | ||
Review via email: mp+19297@code.staging.launchpad.net |
To post a comment you must log in.
Please review lp:~nim-shadowfire/scibrowser/master-server for merge into trunk. These changes give us a good starting point for future development work, with simple protocols and factories in place.