Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
| * | Implement user-mod | Rob Crittenden | 2008-10-07 | 3 | -8/+55 | |
| | | ||||||
| * | Add some more supporting functions | Rob Crittenden | 2008-10-07 | 4 | -10/+61 | |
| | | | | | | | | Do a little bit more error handling and checking | |||||
| * | Add group plugin, routine to get cn=ipaconfig | Rob Crittenden | 2008-10-04 | 3 | -13/+168 | |
| | | ||||||
| * | Implement user-find and user-add backend functions so they work over XML-RPC | Rob Crittenden | 2008-10-04 | 7 | -20/+113 | |
| | | | | | | | | | | Change port to 8880 to not conflict with a running IPA v1 instance Encode incoming values from unicode as utf-8 before sending to LDAP | |||||
* | | Merge branch 'master' of git://git.engineering.redhat.com/users/mnagy/freeipa2 | Jason Gerard DeRose | 2008-10-07 | 4 | -15/+185 | |
|\ \ | ||||||
| * | | Add tests for config.py | Martin Nagy | 2008-10-08 | 1 | -0/+101 | |
| | | | ||||||
| * | | Implement argument parsing for the CLI | Martin Nagy | 2008-10-08 | 2 | -11/+58 | |
| | | | ||||||
| * | | Implement config file reading | Martin Nagy | 2008-10-08 | 3 | -9/+31 | |
| | | | ||||||
* | | | A few more changes to gen-doc.bash | Jason Gerard DeRose | 2008-10-07 | 1 | -2/+3 | |
|/ / | ||||||
* | | gen-doc.bash now also generates for ipa_server, ipa_webui | Jason Gerard DeRose | 2008-10-07 | 1 | -18/+12 | |
| | | ||||||
* | | More work on webui skeleton | Jason Gerard DeRose | 2008-10-06 | 5 | -35/+93 | |
| | | ||||||
* | | Added basic skeleton in ipa_webui; added new webui-cherry.py script | Jason Gerard DeRose | 2008-10-06 | 7 | -0/+226 | |
|/ | ||||||
* | Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵ | Jason Gerard DeRose | 2008-10-02 | 4 | -11/+22 | |
| | | | | xmlrpc_unmarshal() functions respectively | |||||
* | Added ipalib/util.py with xmlrpc_marshal() and xmlrpc_unmarshal() functions; ↵ | Jason Gerard DeRose | 2008-10-02 | 2 | -0/+90 | |
| | | | | added corresponding unit tests | |||||
* | Added docstring to simple-server.py | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+6 | |
| | ||||||
* | -m | Jason Gerard DeRose | 2008-10-02 | 1 | -1/+0 | |
| | ||||||
* | Command.get_default() now only returns a defaults for required values | Jason Gerard DeRose | 2008-10-02 | 1 | -1/+1 | |
| | ||||||
* | Environment is now subclassed from object, rather then dict. Added tests for ↵ | Martin Nagy | 2008-10-02 | 8 | -51/+152 | |
| | | | | Environment and config.py | |||||
* | Implemented basic Command.forward() method | Jason Gerard DeRose | 2008-10-02 | 3 | -18/+18 | |
| | ||||||
* | Started on skeleton for xmlrcp client/server | Jason Gerard DeRose | 2008-10-02 | 2 | -0/+85 | |
| | ||||||
* | Clarified docstrings in */plugins/__init__.py; renamed ↵ | Jason Gerard DeRose | 2008-10-01 | 3 | -3/+7 | |
| | | | | ipa_server/plugins/ipa_ldap.py to b_ldap.py | |||||
* | Removed the everything except the envtest command and the user related ↵ | Jason Gerard DeRose | 2008-10-01 | 1 | -107/+28 | |
| | | | | plugins from f_user.py | |||||
* | Renamed plugins/example.py to plugins/f_user.py | Jason Gerard DeRose | 2008-10-01 | 1 | -0/+0 | |
| | ||||||
* | Removed depreciated override.py module | Jason Gerard DeRose | 2008-10-01 | 1 | -33/+0 | |
| | ||||||
* | Added skeleton for kerberos backend | Jason Gerard DeRose | 2008-10-01 | 2 | -0/+47 | |
| |