- 22 Jun, 2011 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It shall check for instance hosting, not instance setup.
-
Łukasz Nowak authored
Setup all required parameters before requesting again.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
If internal bootstrap is used there is no need to clutter arguments with not required command.
-
- 21 Jun, 2011 13 commits
-
-
Łukasz Nowak authored
Play usual started scenario, and later after it is started, change the decision and request it stopped. Also fix docstring.
-
Vincent Pelletier authored
This was not implemented, and I overlooked it when implementing -d/--dry-run option for some reason.
-
Łukasz Nowak authored
It is required in order to pass values like None.
-
Łukasz Nowak authored
Keep backward compatibility and start automatically just after partition become available. Implement start_requested and stop_requested states in order to have stateful information about software instance requested state. Asynchronously read software instance state and take proper actions in such case (only after .available() call for now). Note: Done in one big commit, as changes are interrelated, and impact system functionality.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Make it not required, in order to support older versions of slap library. Default to started, in order to support usual scenarios, when all is started automatically.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Thanks to partially reverting "Use only externally provided buildout." (commit 2a0bbcc9) it is possible to use slapgrid with provided buildout binary, but no one is forced to follow this way, as old style internal bootstraping procedure is available. Conflicts, manually merged: slapos/grid/slapgrid.py slapos/grid/utils.py
-
Łukasz Nowak authored
Allow to have not defined buildout binary.
-
- 17 Jun, 2011 5 commits
-
-
Romain Courteaud authored
This functionnality is already provided by request.
-
Łukasz Nowak authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 16 Jun, 2011 6 commits
-
-
Gabriel Monnerat authored
Clean up the test because this tests and scripts were moved to erp5_credential. In testVifibCredential have only one test to validate if feature of subscription works in vifib context as expected.
-
Łukasz Nowak authored
Use by default checkUserCanChangePassword, but as in ERP5 users do not have such persmission to Person document which defines them, check if logged in user login is same as document reference.
-
Łukasz Nowak authored
Prove that user can request and revoke certificate for himself. Prove that user cannot request twice the certificate. Prove that user cannot request nor revoke certificate for another one.
-
Łukasz Nowak authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 15 Jun, 2011 11 commits
-
-
Łukasz Nowak authored
Note: Currently failing, because users cannot set own passwords.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It allows to get/revoke certificates for Person. Protected in same way as setting Person's password.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This is too dangerous, as it allows to generate certificates for any user.
-
Łukasz Nowak authored
Try to confirm order related to another requested software instance. It shall fail with ValueError, which indicates in Vifib, that no free partition was found, which means that SLA was correctly used.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-