Marcin Siodelski
|
35300a55ab
[2316] Passing option by reference as suggested in the review.
|
12 years ago |
Marcin Siodelski
|
6c12b4328d
[2316] Replace constructor with default param values with constructor
|
12 years ago |
Marcin Siodelski
|
9bb3d27efd
[2316] Changes according to code review.
|
12 years ago |
Marcin Siodelski
|
82c0737d3d
[2316] Added option collection to the Subnet class.
|
12 years ago |
Mukund Sivaraman
|
932edbb0ec
Merge branch 'master' into trac2302
|
12 years ago |
JINMEI Tatuya
|
f97ecbe97b
[master] add changelog entry for #2340
|
12 years ago |
JINMEI Tatuya
|
e78384f8c6
Merge branch 'trac2340' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2340
|
12 years ago |
JINMEI Tatuya
|
bc03b9cc89
Merge branch 'master' into trac2340
|
12 years ago |
JINMEI Tatuya
|
55be177fc4
[2340] removed a bogus 'test' within a test(1) expression.
|
12 years ago |
JINMEI Tatuya
|
16823263f5
[master] changelog for #2339
|
12 years ago |
JINMEI Tatuya
|
ecdf1aeb4b
[2339] changed the search order of python executable: seek python3.x first.
|
12 years ago |
Michal 'vorner' Vaner
|
b6501267d7
Compilation fix: usual static_cast<X*>(NULL)
|
12 years ago |
Michal 'vorner' Vaner
|
47cfab4fa9
Remove extra comma at the end of enum
|
12 years ago |
JINMEI Tatuya
|
bd7ef43a90
[master] added changelog for #2244
|
12 years ago |
JINMEI Tatuya
|
aea67d4949
[master] a minor grammar fix to changelog entry.
|
12 years ago |
JINMEI Tatuya
|
52ba8a9314
[2244] missing update: Component.running() was renamed is_running().
|
12 years ago |
JINMEI Tatuya
|
ed72f2bf21
[2244] renamed BaseComponent.is_failed() to is_restarting().
|
12 years ago |
JINMEI Tatuya
|
ff2fabced6
[2244] fixed a typo in a log message.
|
12 years ago |
JINMEI Tatuya
|
dda8b3fa72
[2244] rename Componet.running() is_running() for consistency.
|
12 years ago |
JINMEI Tatuya
|
35bdd068cf
[2244] cleanup: reordered log message file
|
12 years ago |
JINMEI Tatuya
|
1645116db4
[2244] make sure restarting components only when they are in config.
|
12 years ago |
JINMEI Tatuya
|
6207e0ccf7
[2244] a minor editorial fix to the previous comment update
|
12 years ago |
JINMEI Tatuya
|
e3079eb5ce
[2244] added comment about has_comonent as it may not be very obvious.
|
12 years ago |
JINMEI Tatuya
|
5097c34950
[2244] added a simple has_component() method to configurtor.
|
12 years ago |
JINMEI Tatuya
|
9f77979fd6
[2244] make sure configurtor's build_plan() handles 'failed' component.
|
12 years ago |
JINMEI Tatuya
|
a969883cd4
[2244] introduced a new "Failed" state of Component.
|
12 years ago |
JINMEI Tatuya
|
214377d851
[2244] added a test case that reproduces one aspect of the problem.
|
12 years ago |
JINMEI Tatuya
|
c76f74659b
[2204] removed an obsolete comment that only made sense for the previous code.
|
12 years ago |
JINMEI Tatuya
|
64bcd98477
[2204] added notes about future extensions of incremental datasrc config update
|
12 years ago |
JINMEI Tatuya
|
0fc7d94b29
[2204] grammar fix in documentation
|
12 years ago |