- 18 Aug, 2011 2 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
add tests to check that a Slave Instance will not be allocated when a Software Instance is destroyed
-
- 17 Aug, 2011 1 commit
-
-
Gabriel Monnerat authored
-
- 16 Aug, 2011 17 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
rename variable to be consistent with ComputerPartition.request and follow last changes in person_slap_interation_workflow
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
refactor code to the paremeters be consistent with ComputerPartition.request. Use shared and shared_xml instead of slave_xml
-
Gabriel Monnerat authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
software_instance was not available anymore.
-
Łukasz Nowak authored
During finding root software instance not full tree is analysed. In order to have more complete graph just add some nodes which shall be. They will be mostly leaf nodes, so they do not impact graph connectivity nor cycleism.
-
Łukasz Nowak authored
-
- 15 Aug, 2011 3 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
add steps to validate the states of sale packing lists when exists many slave instances and is requested start/stop of all instances
-
Gabriel Monnerat authored
change the parameter of "ERP5Site_getSlaveInstanceListFromComputerPartition" to be possible to pass parameters to catalog search
-
- 12 Aug, 2011 17 commits
-
-
Gabriel Monnerat authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Root software instance requests shall be disallowed, period.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Graphs were not cyclic.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Moreover update existing tests in order to simulate real cases.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Even more -- return True in case if all was ok.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Instead of raising ValueError, which is used all the time, except DisconnectedSoftwareTree exception. It allows to have selective detection of software instance problem and allows to test what exactly was told.
-
Łukasz Nowak authored
Treat tree of software instance as graph and simulate requested changes. Before doing any real changes check if graph is still connected. Add utility method to software instance class in order to use collections module and have fast graph walking.
-