Rob Crittenden
|
5d2a99925d
|
Implement group-mod
|
2008-10-10 03:36:57 -04:00 |
|
Rob Crittenden
|
8a97b3e8a8
|
Implement group-del
|
2008-10-10 03:36:57 -04:00 |
|
Rob Crittenden
|
5c07d97865
|
Slight change to how exceptions are handled
|
2008-10-10 03:36:57 -04:00 |
|
Rob Crittenden
|
83bb41faeb
|
Mechanism to convert from xmlrpclib.Fault to an IPAError exception
Include slew of new exceptions, not all of which are used yet
|
2008-10-10 03:36:56 -04:00 |
|
Rob Crittenden
|
672c07566d
|
Implement user-del
rename is_user_unique() to user_exists()
|
2008-10-10 03:36:56 -04:00 |
|
Rob Crittenden
|
3e505cc908
|
Remove some dead code
|
2008-10-10 03:36:56 -04:00 |
|
Jason Gerard DeRose
|
87390665f6
|
crud.Add.get_args() and get_options() now yield static values in takes_args, takes_options after the automagic ones
|
2008-10-09 11:33:35 -06:00 |
|
Jason Gerard DeRose
|
887016e69d
|
Base Command.execute() method now raises NotImplementedError; updated unit tests
|
2008-10-08 18:18:13 -06:00 |
|
Jason Gerard DeRose
|
b7fe92f44f
|
Reorganized Command methods so it is easier to understand and added lots of docstrings
|
2008-10-08 18:01:22 -06:00 |
|
Jason Gerard DeRose
|
bc9edbfdf6
|
Changed sub-package docstrings in tests/ to make consintent with other packages
|
2008-10-08 01:30:52 -06:00 |
|
Jason Gerard DeRose
|
b246dbabcf
|
PEP 257: cleaned up docstrings in test_ipa_types.py
|
2008-10-08 01:24:39 -06:00 |
|
Jason Gerard DeRose
|
048678fc77
|
Fixed two PEP 257 violations I missed in test_plugable.py
|
2008-10-08 01:00:44 -06:00 |
|
Jason Gerard DeRose
|
ad2cd6560b
|
PEP 257: cleaned up docstrings in test_frontend.py
|
2008-10-08 00:58:53 -06:00 |
|
Jason Gerard DeRose
|
33648655fe
|
PEP 257: cleaned up docstrings in test_errors.py
|
2008-10-08 00:41:08 -06:00 |
|
Jason Gerard DeRose
|
7599beb693
|
Restructured test_crud.py around new CrudChecker base class
|
2008-10-08 00:17:32 -06:00 |
|
Jason Gerard DeRose
|
f5ea3b1bb9
|
Made docstrings in test_crud.py contistent with rest
|
2008-10-07 23:36:58 -06:00 |
|
Jason Gerard DeRose
|
0d2b5a8892
|
PEP 257: cleaned up docstrings in test_config.py
|
2008-10-07 23:31:40 -06:00 |
|
Jason Gerard DeRose
|
9bff91fc08
|
PEP 257: cleaned up docstrings in test_cli.py
|
2008-10-07 23:29:42 -06:00 |
|
Jason Gerard DeRose
|
97634e18c7
|
PEP 257: cleaned up docstrings in test_plugable.py
|
2008-10-07 23:20:00 -06:00 |
|
Jason Gerard DeRose
|
ac9597ddcb
|
Renamed webui-cherry.py, simple-server.py to lite-webui.py, lite-xmlrpc.py respectively
|
2008-10-07 23:01:11 -06:00 |
|
Jason Gerard DeRose
|
6489e4f348
|
Renamed gen-doc.bash, run-tests.bash to make-doc, make-test respectively
|
2008-10-07 22:45:32 -06:00 |
|
Jason Gerard DeRose
|
fec6fc2e8c
|
Fixed example in raise_TypeError() docstring (thanks, mnagy)
|
2008-10-07 22:35:45 -06:00 |
|
Jason Gerard DeRose
|
deb8e3dfc8
|
Renamed tests/tstutil.py to tests/util.py
|
2008-10-07 22:30:53 -06:00 |
|
Jason Gerard DeRose
|
3fdabc604e
|
-m
|
2008-10-07 22:20:00 -06:00 |
|
Jason Gerard DeRose
|
f6ac2df6bd
|
Moved tstutil.py into base of tests so it can be used by all test subpackages more easily
|
2008-10-07 21:59:47 -06:00 |
|
Jason Gerard DeRose
|
9ec8bf9e9e
|
-m
|
2008-10-07 21:44:34 -06:00 |
|
Jason Gerard DeRose
|
a1e504d442
|
Moved ipa_server/tests/ to tests/test_ipa_server/
|
2008-10-07 21:33:48 -06:00 |
|
Jason Gerard DeRose
|
af56c71d50
|
Cleaned up package and module level docstrings for everything in tests/
|
2008-10-07 21:25:23 -06:00 |
|
Jason Gerard DeRose
|
151b8ba38a
|
Moved ipa_webui/tests/ to tests/test_ipa_webui/
|
2008-10-07 21:06:01 -06:00 |
|
Jason Gerard DeRose
|
7721443a62
|
Moved ipalib/tests/ into tests/test_ipalib/
|
2008-10-07 20:41:15 -06:00 |
|
Jason Gerard DeRose
|
2617f89b6a
|
Added top-level tests/ package that will contain all unit tests
|
2008-10-07 20:36:44 -06:00 |
|
Jason Gerard DeRose
|
de234f3fd0
|
Finally added a .gitignore
|
2008-10-07 20:16:53 -06:00 |
|
Jason Gerard DeRose
|
b2b5b904bc
|
Made package-level docstrings more consistent so they read better in generated documentation
|
2008-10-07 20:07:16 -06:00 |
|
Jason Gerard DeRose
|
c747c12fb2
|
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/freeipa2
|
2008-10-07 17:00:36 -06:00 |
|
Jason Gerard DeRose
|
439d9c305b
|
Merge branch 'master' of git://git.engineering.redhat.com/users/mnagy/freeipa2
|
2008-10-07 16:48:07 -06:00 |
|
Martin Nagy
|
732785b997
|
Add tests for config.py
|
2008-10-08 00:07:44 +02:00 |
|
Martin Nagy
|
4a1c4a3fe3
|
Implement argument parsing for the CLI
|
2008-10-08 00:07:44 +02:00 |
|
Martin Nagy
|
4a68c719f0
|
Implement config file reading
|
2008-10-08 00:07:44 +02:00 |
|
Jason Gerard DeRose
|
33aa9de1b5
|
A few more changes to gen-doc.bash
|
2008-10-07 15:26:50 -06:00 |
|
Jason Gerard DeRose
|
0606226b14
|
gen-doc.bash now also generates for ipa_server, ipa_webui
|
2008-10-07 13:57:44 -06:00 |
|
Rob Crittenden
|
db9d8dd3e0
|
Implement a real user_find and move existing user_find to user_show
|
2008-10-07 06:15:34 -04:00 |
|
Rob Crittenden
|
e012e860b4
|
Implement user-mod
|
2008-10-07 04:31:22 -04:00 |
|
Rob Crittenden
|
69bc5ad77a
|
Add some more supporting functions
Do a little bit more error handling and checking
|
2008-10-07 02:10:15 -04:00 |
|
Jason Gerard DeRose
|
3082a5379a
|
More work on webui skeleton
|
2008-10-06 18:25:57 -06:00 |
|
Jason Gerard DeRose
|
d38dcb6d39
|
Added basic skeleton in ipa_webui; added new webui-cherry.py script
|
2008-10-06 09:37:22 -06:00 |
|
Rob Crittenden
|
cb795fa14b
|
Add group plugin, routine to get cn=ipaconfig
|
2008-10-04 05:17:11 -04:00 |
|
Rob Crittenden
|
7e4b0a072e
|
Implement user-find and user-add backend functions so they work over XML-RPC
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
|
2008-10-04 01:50:59 -04:00 |
|
Jason Gerard DeRose
|
3ffbaac64c
|
Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and xmlrpc_unmarshal() functions respectively
|
2008-10-02 19:42:06 -06:00 |
|
Jason Gerard DeRose
|
d84e27f0d4
|
Added ipalib/util.py with xmlrpc_marshal() and xmlrpc_unmarshal() functions; added corresponding unit tests
|
2008-10-02 19:09:13 -06:00 |
|
Jason Gerard DeRose
|
50e79f3e60
|
Added docstring to simple-server.py
|
2008-10-02 18:05:31 -06:00 |
|