summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib
Commit message (Expand)AuthorAgeFilesLines
...
* Removed PluginProxy and all its usesJason Gerard DeRose2009-08-052-152/+14
* Fix Encoder.decode test.Pavel Zuna2009-07-021-1/+1
* Fix bug in Encoder where tuples were encoded into lists. Fix Encoder and Comm...Pavel Zuna2009-06-102-42/+50
* Completed Param.use_in_context() functionality, which is now used by Command ...Jason Gerard DeRose2009-05-213-8/+105
* Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base cl...Jason Gerard DeRose2009-05-191-2/+37
* Add Encoder base class and method decorators to encode arguments/decode retur...Pavel Zuna2009-05-191-0/+144
* Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...Jason Gerard DeRose2009-05-111-51/+51
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-236-67/+67
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-203-291/+2
* Add new type List that converts delimited values into a tupleRob Crittenden2009-03-201-0/+59
* Fixed Executioner.execute() so that its 'name' argument doesn't conflict with...Jason Gerard DeRose2009-03-131-0/+14
* Add maxvalue and minvalue kwargs and rules to Int and FloatRob Crittenden2009-03-031-0/+168
* Add unit test for ipalib.frontend.Command.args_options_2_entry.Pavel Zuna2009-02-241-1/+32
* Add pattern matching to Str and BytesJason Gerard DeRose2009-02-171-1/+69
* Removed depreciated xmlrpc_marshal() and xmlrpc_unmarshal() functionsJason Gerard DeRose2009-02-171-24/+0
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-161/+0
* Ported xmlclient to subclass from ConnectibleJason Gerard DeRose2009-02-032-62/+69
* Removed the depreciated Context and LazyContext classesJason Gerard DeRose2009-02-031-18/+0
* Added stuff for managing connections and new Executioner backend base classJason Gerard DeRose2009-02-031-2/+177
* Added some missing parameter unit tests; added docstring about Command._repr_...Jason Gerard DeRose2009-02-031-3/+41
* More work on xmlrpc stuff, started migrated more code to use errors2 instead ...Jason Gerard DeRose2009-02-031-3/+1
* Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...Jason Gerard DeRose2009-02-033-10/+12
* Sundry work getting ready to switch to new XML-RPC client/server codeJason Gerard DeRose2009-02-031-1/+15
* Added Object.params_minus() method; various small tweaksJason Gerard DeRose2009-02-031-0/+20
* Removed depreciated Command.args_to_kw() method; updated CLI to use Command.a...Jason Gerard DeRose2009-02-031-36/+4
* Added Command.args_options_2_params() method and its unit testsJason Gerard DeRose2009-02-033-3/+52
* Command.takes_options and Command.takes_args class attributes can now also be...Jason Gerard DeRose2009-02-031-2/+2
* Fixed Param.validate() so that self.query is checked after self.requiredJason Gerard DeRose2009-01-201-1/+2
* Added rpc.xmlclient backend plugin for forwarding; added corresponding unit t...Jason Gerard DeRose2009-01-191-2/+79
* Added missing enumerable parametersJason Gerard DeRose2009-01-181-0/+49
* ipalib.rpc: now using allow_none=True after conversation with Rob; added xml_...Jason Gerard DeRose2009-01-151-22/+86
* New Param: added Param.query kwarg for crud operations like Retrieve and Sear...Jason Gerard DeRose2009-01-141-2/+9
* All unit tests now working (except for doctests and Rob's xmlrpc tests)Jason Gerard DeRose2009-01-141-18/+15
* New Param: got most of unit tests ported (still have 6 errors); haven't porte...Jason Gerard DeRose2009-01-141-50/+26
* New Param: removed more depreciated 'import ipa_types'Jason Gerard DeRose2009-01-141-1/+1
* Removed depreciated code from frontend.py; frontend.py no longer imports ipa_...Jason Gerard DeRose2009-01-141-414/+0
* Removed deprecited ipa_types.py and test_ipa_types.pyJason Gerard DeRose2009-01-141-430/+0
* New Param: split common Bytes/Str functionality into new Data base class; Str...Jason Gerard DeRose2009-01-141-0/+53
* Updated all references to 'parameter' module to 'parameters'Jason Gerard DeRose2009-01-141-50/+50
* New Param: renamed parameter.py to parameters.pyJason Gerard DeRose2009-01-141-0/+0
* New Param: Flag now fill-in default=False and also forces default to be a boolJason Gerard DeRose2009-01-141-2/+18
* New Param: added new Flag param class and its unit testJason Gerard DeRose2009-01-131-0/+28
* New Param: added Param.clone() method and corresponding unit testJason Gerard DeRose2009-01-131-0/+35
* New Param: updated Str._convert_scalar() so it raises a ConversionErrorJason Gerard DeRose2009-01-131-6/+12
* New Param: implemented a base Param._convert_scalar() method; added Param.typ...Jason Gerard DeRose2009-01-131-7/+22
* New Param: updated Bytes and Str length rules to use new rule(_, value) calli...Jason Gerard DeRose2009-01-131-70/+72
* New Param: ported create_param() function and unit testsJason Gerard DeRose2009-01-131-0/+32
* New Param: added Param.get_default() method and detailed docstring; added cor...Jason Gerard DeRose2009-01-121-0/+79
* New Param: added Param.validate() and Param._validate_scalar() methods; added...Jason Gerard DeRose2009-01-121-1/+141
* Changed PublicError so str(e) is untranslated (for logging) and added format=...Jason Gerard DeRose2009-01-081-17/+112