summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib
Commit message (Expand)AuthorAgeFilesLines
* Add weekly periodic schedule to AccessTime param type.root2010-05-041-3/+2
* Add test cases for AccessTime param and fix some problems in AccessTimeRob Crittenden2010-05-031-0/+40
* Add gettext translation test using test language.John Dennis2010-04-161-0/+88
* XML-RPC signature changeJason Gerard DeRose2010-03-301-1/+1
* Finish deferred translation mechanismJason Gerard DeRose2010-03-161-11/+124
* localize doc stringsJohn Dennis2010-03-083-5/+6
* Fix unicode failures in Env tests and dn failures in XML-RPC testsRob Crittenden2010-02-261-19/+19
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-3/+3
* Fix non XML-RPC testsJason Gerard DeRose2010-02-191-8/+13
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-0/+19
* Allow one-character Param namesRob Crittenden2010-02-121-4/+0
* Command.output_params not contains params in Command.paramsJason Gerard DeRose2010-02-111-0/+27
* Add support for the 'no_create', 'no_update', and 'no_search' Param flagsJason Gerard DeRose2010-02-051-3/+5
* Remove __public__ and __proxy__ hold-overs from Plugin classJason Gerard DeRose2010-01-283-118/+0
* Fix backend.Executioner unit test.Pavel Zuna2010-01-131-6/+13
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-106-64/+553
* Reading INT parameter class should respect radix prefixJohn Dennis2009-11-231-0/+27
* _convert_scalar() should throw an error if passed a tuple or listRob Crittenden2009-11-171-1/+7
* Change Password param so (password, confirm_password) can be passed to _conve...Jason Gerard DeRose2009-10-181-0/+11
* Removed util.add_global_options() and frontend.ApplicationJason Gerard DeRose2009-10-141-37/+0
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-0/+21
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-053-143/+9
* 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