summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Schema change so the nisnetgroup triples work properly.Rob Crittenden2009-05-193-37/+37
* Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...Jason Gerard DeRose2009-05-112-59/+51
* Add missing attribute to fix netgroups testRob Crittenden2009-05-071-1/+1
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-2317-111/+111
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-204-292/+2
* Make parentmap a autofill variable and add tests when parentmap is not passedRob Crittenden2009-04-131-0/+58
* Add new type List that converts delimited values into a tupleRob Crittenden2009-03-201-0/+59
* Add tests for posix groupsRob Crittenden2009-03-201-4/+62
* Modify the taskgroup plugin to use the new group baseclass and add testsRob Crittenden2009-03-201-0/+188
* New plugin to handle role groupsRob Crittenden2009-03-201-0/+143
* 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
* Add tests for the application frontend pluginJakub Hrozek2009-02-101-0/+148
* Fix remaining issues with XML-RPC test casesRob Crittenden2009-02-047-23/+36
* Fixed some of the test_xmlrpc unit testsJason Gerard DeRose2009-02-036-52/+52
* Applied Rob's errors patchRob Crittenden2009-02-038-37/+64
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-038-41/+14
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-039-170/+0
* Ported xmlclient to subclass from ConnectibleJason Gerard DeRose2009-02-032-62/+69
* Ported xmlserver to subclass from ExecutionerJason Gerard DeRose2009-02-031-28/+1
* 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-032-5/+180
* 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-032-1/+22
* 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-032-2/+3
* Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...Jason Gerard DeRose2009-01-214-1/+358
|\
| * Initial implementation of netgroupsRob Crittenden2009-01-191-0/+320
| * Add some negative testing to the user and group plugin testsRob Crittenden2009-01-192-0/+38
| * Revert change that caused XML-RPC tests to be skippedRob Crittenden2009-01-191-1/+0
* | 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-192-2/+124
|/
* Added missing enumerable parametersJason Gerard DeRose2009-01-181-0/+49
* rpcserver now uses xml_dumps() and xml_loads() functionsJason Gerard DeRose2009-01-161-8/+7
* Renamed ipaserver.rpc to ipaserver.rpcserverJason Gerard DeRose2009-01-161-6/+6
* 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