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
|
ed3a5855f3
|
-m
|
2008-10-02 17:51:50 -06:00 |
|
Jason Gerard DeRose
|
993b9f4f63
|
Command.get_default() now only returns a defaults for required values
|
2008-10-02 17:46:48 -06:00 |
|
Martin Nagy
|
149429f305
|
Environment is now subclassed from object, rather then dict. Added tests for Environment and config.py
|
2008-10-02 17:22:41 -06:00 |
|
Jason Gerard DeRose
|
6000b6b5c6
|
Implemented basic Command.forward() method
|
2008-10-02 17:02:24 -06:00 |
|
Jason Gerard DeRose
|
0e137110c7
|
Started on skeleton for xmlrcp client/server
|
2008-10-02 16:12:19 -06:00 |
|
Jason Gerard DeRose
|
2507b7c674
|
Clarified docstrings in */plugins/__init__.py; renamed ipa_server/plugins/ipa_ldap.py to b_ldap.py
|
2008-10-01 16:17:02 -06:00 |
|
Jason Gerard DeRose
|
c846c7d91f
|
Removed the everything except the envtest command and the user related plugins from f_user.py
|
2008-10-01 16:10:41 -06:00 |
|
Jason Gerard DeRose
|
e963be1dda
|
Renamed plugins/example.py to plugins/f_user.py
|
2008-10-01 15:56:04 -06:00 |
|
Jason Gerard DeRose
|
cc93e45e13
|
Removed depreciated override.py module
|
2008-10-01 15:53:21 -06:00 |
|
Jason Gerard DeRose
|
af6653f607
|
Added skeleton for kerberos backend
|
2008-10-01 15:50:04 -06:00 |
|
Jason Gerard DeRose
|
7ee0ccd90d
|
Fixed unit tests; changed example.py so it doesn't import servercore
|
2008-09-30 20:27:52 -06:00 |
|
Rob Crittenden
|
77e6c99f9d
|
Migrate to new source tree layoute
|
2008-09-30 19:37:35 -06:00 |
|
Rob Crittenden
|
b965e558b5
|
Rebase XML-RPC client and server
Fix error handling in server to return exceptions generated in library code
|
2008-09-30 19:37:35 -06:00 |
|
Martin Nagy
|
afdc721038
|
Add support for environment variables, change tests accordingly
|
2008-09-29 17:45:14 -06:00 |
|
Jason Gerard DeRose
|
d77907d2d0
|
373: Replaced type_ optional arg to Param.__init__() with pure kw arg type; updated unit tests and related code
|
2008-09-27 01:30:39 +00:00 |
|
Jason Gerard DeRose
|
8901b9a837
|
372: Started work on docstring for Param class
|
2008-09-27 00:31:59 +00:00 |
|
Jason Gerard DeRose
|
031daabcc4
|
371: Added examples to parse_param_spec() docstring and changed syntax guide into a reStructuredText table
|
2008-09-26 23:41:51 +00:00 |
|
Jason Gerard DeRose
|
7bbd81d831
|
370: Added detailed examples to decstring for DefaultFrom class
|
2008-09-26 22:52:15 +00:00 |
|
Jason Gerard DeRose
|
aa45ec616a
|
369: Added Object.backend attribute used to associated it with a particular backend component
|
2008-09-26 02:43:11 +00:00 |
|
Jason Gerard DeRose
|
0c3ebe0bef
|
367: Implementing basics of loading plugins out of tree
|
2008-09-25 23:21:41 +00:00 |
|
Jason Gerard DeRose
|
ac88500382
|
366: Ported user_* example Commands to crud base classes; added user_show example command
|
2008-09-25 03:58:42 +00:00 |
|
Jason Gerard DeRose
|
55ba8e9d0b
|
365: Implemented find.get_args(), find.get_options(); added corresponding unit tests
|
2008-09-25 03:47:22 +00:00 |
|
Jason Gerard DeRose
|
ddbe3ae934
|
364: Implemented Mod.get_args, Mod.get_options(); added corresponding unit tests
|
2008-09-25 03:42:38 +00:00 |
|
Jason Gerard DeRose
|
152f3089e1
|
363: Added Object.params_minus_pk instance attribute
|
2008-09-25 03:27:40 +00:00 |
|
Jason Gerard DeRose
|
c303a06a94
|
362: Implemented Get.get_args() and Del.get_args(); added corresponding unit tests
|
2008-09-25 03:14:12 +00:00 |
|
Jason Gerard DeRose
|
023f612921
|
361: Implemented crud.Add.get_options() method; added corresponding unit tests
|
2008-09-25 02:13:16 +00:00 |
|
Jason Gerard DeRose
|
9f704e001d
|
360: Removed Method.get_options() default implementation; cleaned up unit tests for Method
|
2008-09-25 01:52:34 +00:00 |
|
Jason Gerard DeRose
|
54c97b4948
|
359: Added Object.primary_key instance attribute; added corresponding unit tests
|
2008-09-25 01:44:53 +00:00 |
|
Jason Gerard DeRose
|
4267422793
|
358: Cleaned up private methods in Object
|
2008-09-25 01:04:10 +00:00 |
|
Jason Gerard DeRose
|
e84dd7a69d
|
357: Some experimenting with the example plugins
|
2008-09-25 00:58:16 +00:00 |
|
Jason Gerard DeRose
|
4747563a80
|
356: Modified Method.get_options() to now pull from self.obj.params(); updated unit tests for Method.get_options()
|
2008-09-25 00:42:38 +00:00 |
|
Jason Gerard DeRose
|
79b33ad366
|
355: Object.set_api() now creates Object.params namespace by merging takes_params and properties together intelegintly
|
2008-09-25 00:00:58 +00:00 |
|
Jason Gerard DeRose
|
f531f7da81
|
354: Added NameSpace.__todict__() method that returns copy of NameSpace.__map; updated NameSpace unit test to also test __todict__()
|
2008-09-24 23:49:44 +00:00 |
|
Jason Gerard DeRose
|
be2e323bbf
|
353: The Object.parms instance attribute is now created in Object.set_api() instead of in Object.__init__()
|
2008-09-24 23:29:15 +00:00 |
|
Jason Gerard DeRose
|
c3b09b2116
|
352: Now removed Object.Property property and added in its place Object.properties instance attribute
|
2008-09-24 23:19:34 +00:00 |
|
Jason Gerard DeRose
|
3d6ab69b46
|
351: Removed Object.Method property and added in its place Object.methods instance attribute
|
2008-09-24 22:19:43 +00:00 |
|
Jason Gerard DeRose
|
e2a680d7c9
|
350: If Param default_from kwarg is callable but not a DefaltFrom instances, the instance is created implicity
|
2008-09-24 22:05:01 +00:00 |
|
Jason Gerard DeRose
|
755ea8d0c2
|
349: Improved clarity of local variables in Param.__init__()
|
2008-09-24 21:57:34 +00:00 |
|
Jason Gerard DeRose
|
250a01b5b7
|
348: If no keys are passed to DefaultFrom.__init__(), the keys from callback.func_code.co_varnames are used; updated DefaultFrom unit tests to test this usage
|
2008-09-24 21:46:37 +00:00 |
|
Jason Gerard DeRose
|
566d5ea02a
|
347: Added primary_key instance attribute to Param and corresponding kwarg; expanded unit tests for Param.__init__()
|
2008-09-24 21:29:15 +00:00 |
|
Jason Gerard DeRose
|
5479a349a8
|
346: Added skeleton framework for crud.py module and corresponding test_crud.py module
|
2008-09-24 20:17:53 +00:00 |
|
Jason Gerard DeRose
|
63a26bd604
|
345: Moved server code from Rob into ipa_server/ package
|
2008-09-24 19:56:07 +00:00 |
|
Jason Gerard DeRose
|
f8bb60f02d
|
344: Added Param.__clone__() method; added corresponding unit tests
|
2008-09-24 19:45:46 +00:00 |
|
Jason Gerard DeRose
|
a79434584e
|
343: create_param() function no longer parses the param spec itself but relies on Param.__init__() to do it
|
2008-09-24 18:44:43 +00:00 |
|
Jason Gerard DeRose
|
97f0310a4c
|
342: Added unit test that TypeError is raised when Param() is created with extra kw args
|
2008-09-24 18:33:25 +00:00 |
|
Jason Gerard DeRose
|
06d7fb42ec
|
341: Param now only takes type_=ipa_types.Unicode() as an optional positional arg, and the rest as pure kwargs
|
2008-09-24 18:27:14 +00:00 |
|
Jason Gerard DeRose
|
792bf7b1d0
|
340: Changed default for Param.required to True
|
2008-09-24 18:02:00 +00:00 |
|
Jason Gerard DeRose
|
11a07008b8
|
339: Added parse_param_spec() function and corresponding unit tests
|
2008-09-24 17:55:29 +00:00 |
|