Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CLI now maps Param.cli_name to Param.name | Jason Gerard DeRose | 2008-10-13 | 2 | -6/+7 |
| | |||||
* | Param now takes cli_name kwarg that sets Param.cli_name attribute | Jason Gerard DeRose | 2008-10-13 | 2 | -0/+6 |
| | |||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-13 | 7 | -26/+350 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Implement user lock and unlock | Rob Crittenden | 2008-10-13 | 3 | -18/+241 |
| | | |||||
| * | Fix up a comment | Rob Crittenden | 2008-10-13 | 1 | -1/+1 |
| | | |||||
| * | Initial implementation of password policy | Rob Crittenden | 2008-10-13 | 1 | -0/+100 |
| | | |||||
| * | Do a more specific search for the user | Rob Crittenden | 2008-10-13 | 1 | -1/+3 |
| | | |||||
| * | We should be registering Commands, not Methods | Rob Crittenden | 2008-10-13 | 1 | -2/+2 |
| | | |||||
| * | Raise the right exceptions | Rob Crittenden | 2008-10-13 | 1 | -4/+3 |
| | | |||||
| * | Fix syntax error | Rob Crittenden | 2008-10-10 | 1 | -1/+1 |
| | | |||||
* | | Added CrudBackend abstract class defining generic CRUD API | Jason Gerard DeRose | 2008-10-13 | 2 | -1/+126 |
|/ | |||||
* | Stub out delegations | Rob Crittenden | 2008-10-11 | 2 | -0/+304 |
| | | | | Add ACI class | ||||
* | Enable the verbose flag to pass thru xmlrpc | Rob Crittenden | 2008-10-10 | 3 | -3/+7 |
| | |||||
* | Use new options handler | Rob Crittenden | 2008-10-10 | 1 | -7/+2 |
| | |||||
* | Start service principal plugin | Rob Crittenden | 2008-10-10 | 1 | -0/+155 |
| | |||||
* | Implement group-mod | Rob Crittenden | 2008-10-10 | 1 | -0/+19 |
| | |||||
* | Implement group-del | Rob Crittenden | 2008-10-10 | 3 | -4/+62 |
| | |||||
* | Slight change to how exceptions are handled | Rob Crittenden | 2008-10-10 | 2 | -4/+3 |
| | |||||
* | Mechanism to convert from xmlrpclib.Fault to an IPAError exception | Rob Crittenden | 2008-10-10 | 5 | -35/+173 |
| | | | | Include slew of new exceptions, not all of which are used yet | ||||
* | Implement user-del | Rob Crittenden | 2008-10-10 | 2 | -4/+34 |
| | | | | rename is_user_unique() to user_exists() | ||||
* | Remove some dead code | Rob Crittenden | 2008-10-10 | 1 | -135/+30 |
| | |||||
* | crud.Add.get_args() and get_options() now yield static values in takes_args, ↵ | Jason Gerard DeRose | 2008-10-09 | 2 | -2/+15 |
| | | | | takes_options after the automagic ones | ||||
* | Base Command.execute() method now raises NotImplementedError; updated unit tests | Jason Gerard DeRose | 2008-10-08 | 2 | -3/+4 |
| | |||||
* | Reorganized Command methods so it is easier to understand and added lots of ↵ | Jason Gerard DeRose | 2008-10-08 | 1 | -85/+223 |
| | | | | docstrings | ||||
* | Changed sub-package docstrings in tests/ to make consintent with other packages | Jason Gerard DeRose | 2008-10-08 | 3 | -3/+3 |
| | |||||
* | PEP 257: cleaned up docstrings in test_ipa_types.py | Jason Gerard DeRose | 2008-10-08 | 1 | -3/+62 |
| | |||||
* | Fixed two PEP 257 violations I missed in test_plugable.py | Jason Gerard DeRose | 2008-10-08 | 1 | -2/+2 |
| | |||||
* | PEP 257: cleaned up docstrings in test_frontend.py | Jason Gerard DeRose | 2008-10-08 | 1 | -45/+76 |
| | |||||
* | PEP 257: cleaned up docstrings in test_errors.py | Jason Gerard DeRose | 2008-10-08 | 1 | -14/+29 |
| | |||||
* | Restructured test_crud.py around new CrudChecker base class | Jason Gerard DeRose | 2008-10-08 | 1 | -85/+83 |
| | |||||
* | Made docstrings in test_crud.py contistent with rest | Jason Gerard DeRose | 2008-10-07 | 1 | -10/+26 |
| | |||||
* | PEP 257: cleaned up docstrings in test_config.py | Jason Gerard DeRose | 2008-10-07 | 1 | -4/+4 |
| | |||||
* | PEP 257: cleaned up docstrings in test_cli.py | Jason Gerard DeRose | 2008-10-07 | 1 | -10/+12 |
| | |||||
* | PEP 257: cleaned up docstrings in test_plugable.py | Jason Gerard DeRose | 2008-10-07 | 1 | -24/+69 |
| | |||||
* | Renamed webui-cherry.py, simple-server.py to lite-webui.py, lite-xmlrpc.py ↵ | Jason Gerard DeRose | 2008-10-07 | 2 | -0/+0 |
| | | | | respectively | ||||
* | Renamed gen-doc.bash, run-tests.bash to make-doc, make-test respectively | Jason Gerard DeRose | 2008-10-07 | 2 | -0/+0 |
| | |||||
* | Fixed example in raise_TypeError() docstring (thanks, mnagy) | Jason Gerard DeRose | 2008-10-07 | 1 | -3/+3 |
| | |||||
* | Renamed tests/tstutil.py to tests/util.py | Jason Gerard DeRose | 2008-10-07 | 11 | -30/+30 |
| | |||||
* | -m | Jason Gerard DeRose | 2008-10-07 | 3 | -3/+3 |
| | |||||
* | Moved tstutil.py into base of tests so it can be used by all test ↵ | Jason Gerard DeRose | 2008-10-07 | 11 | -12/+12 |
| | | | | subpackages more easily | ||||
* | -m | Jason Gerard DeRose | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | Moved ipa_server/tests/ to tests/test_ipa_server/ | Jason Gerard DeRose | 2008-10-07 | 1 | -0/+0 |
| | |||||
* | Cleaned up package and module level docstrings for everything in tests/ | Jason Gerard DeRose | 2008-10-07 | 11 | -11/+11 |
| | |||||
* | Moved ipa_webui/tests/ to tests/test_ipa_webui/ | Jason Gerard DeRose | 2008-10-07 | 2 | -0/+0 |
| | |||||
* | Moved ipalib/tests/ into tests/test_ipalib/ | Jason Gerard DeRose | 2008-10-07 | 12 | -0/+0 |
| | |||||
* | Added top-level tests/ package that will contain all unit tests | Jason Gerard DeRose | 2008-10-07 | 3 | -1/+24 |
| | |||||
* | Finally added a .gitignore | Jason Gerard DeRose | 2008-10-07 | 1 | -0/+3 |
| | |||||
* | Made package-level docstrings more consistent so they read better in ↵ | Jason Gerard DeRose | 2008-10-07 | 7 | -8/+9 |
| | | | | generated documentation | ||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-07 | 8 | -32/+501 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Implement a real user_find and move existing user_find to user_show | Rob Crittenden | 2008-10-07 | 2 | -4/+127 |
| | |