master server needs to exist
Bug #521581 reported by
Michael Arnold
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SciBrowser |
Fix Released
|
Critical
|
Michael Arnold |
Bug Description
Need a master server in order to direct the worker nodes.
Related branches
lp://staging/~nim-shadowfire/scibrowser/master-server
- Michael Arnold: Approve
-
Diff: 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)
Changed in scibrowser: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in branch master-server