index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_ipalib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Object.label class attribute, enable in webUI
Jason Gerard DeRose
2010-02-12
1
-0
/
+19
*
Allow one-character Param names
Rob Crittenden
2010-02-12
1
-4
/
+0
*
Command.output_params not contains params in Command.params
Jason Gerard DeRose
2010-02-11
1
-0
/
+27
*
Add support for the 'no_create', 'no_update', and 'no_search' Param flags
Jason Gerard DeRose
2010-02-05
1
-3
/
+5
*
Remove __public__ and __proxy__ hold-overs from Plugin class
Jason Gerard DeRose
2010-01-28
3
-118
/
+0
*
Fix backend.Executioner unit test.
Pavel Zuna
2010-01-13
1
-6
/
+13
*
Take 2: Extensible return values and validation; steps toward a single output...
Jason Gerard DeRose
2009-12-10
6
-64
/
+553
*
Reading INT parameter class should respect radix prefix
John Dennis
2009-11-23
1
-0
/
+27
*
_convert_scalar() should throw an error if passed a tuple or list
Rob Crittenden
2009-11-17
1
-1
/
+7
*
Change Password param so (password, confirm_password) can be passed to _conve...
Jason Gerard DeRose
2009-10-18
1
-0
/
+11
*
Removed util.add_global_options() and frontend.Application
Jason Gerard DeRose
2009-10-14
1
-37
/
+0
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
1
-0
/
+21
*
Fix unit tests for plugins using baseldap classes.
Pavel Zuna
2009-10-05
3
-143
/
+9
*
Removed PluginProxy and all its uses
Jason Gerard DeRose
2009-08-05
2
-152
/
+14
*
Fix Encoder.decode test.
Pavel Zuna
2009-07-02
1
-1
/
+1
*
Fix bug in Encoder where tuples were encoded into lists. Fix Encoder and Comm...
Pavel Zuna
2009-06-10
2
-42
/
+50
*
Completed Param.use_in_context() functionality, which is now used by Command ...
Jason Gerard DeRose
2009-05-21
3
-8
/
+105
*
Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base cl...
Jason Gerard DeRose
2009-05-19
1
-2
/
+37
*
Add Encoder base class and method decorators to encode arguments/decode retur...
Pavel Zuna
2009-05-19
1
-0
/
+144
*
Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...
Jason Gerard DeRose
2009-05-11
1
-51
/
+51
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
6
-67
/
+67
*
Finish work replacing the errors module with errors2
Rob Crittenden
2009-04-20
3
-291
/
+2
*
Add new type List that converts delimited values into a tuple
Rob Crittenden
2009-03-20
1
-0
/
+59
*
Fixed Executioner.execute() so that its 'name' argument doesn't conflict with...
Jason Gerard DeRose
2009-03-13
1
-0
/
+14
*
Add maxvalue and minvalue kwargs and rules to Int and Float
Rob Crittenden
2009-03-03
1
-0
/
+168
*
Add unit test for ipalib.frontend.Command.args_options_2_entry.
Pavel Zuna
2009-02-24
1
-1
/
+32
*
Add pattern matching to Str and Bytes
Jason Gerard DeRose
2009-02-17
1
-1
/
+69
*
Removed depreciated xmlrpc_marshal() and xmlrpc_unmarshal() functions
Jason Gerard DeRose
2009-02-17
1
-24
/
+0
*
Finished reworked cli.CLI class into cli.cli plugin
Jason Gerard DeRose
2009-02-03
1
-161
/
+0
*
Ported xmlclient to subclass from Connectible
Jason Gerard DeRose
2009-02-03
2
-62
/
+69
*
Removed the depreciated Context and LazyContext classes
Jason Gerard DeRose
2009-02-03
1
-18
/
+0
*
Added stuff for managing connections and new Executioner backend base class
Jason Gerard DeRose
2009-02-03
1
-2
/
+177
*
Added some missing parameter unit tests; added docstring about Command._repr_...
Jason Gerard DeRose
2009-02-03
1
-3
/
+41
*
More work on xmlrpc stuff, started migrated more code to use errors2 instead ...
Jason Gerard DeRose
2009-02-03
1
-3
/
+1
*
Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...
Jason Gerard DeRose
2009-02-03
3
-10
/
+12
*
Sundry work getting ready to switch to new XML-RPC client/server code
Jason Gerard DeRose
2009-02-03
1
-1
/
+15
*
Added Object.params_minus() method; various small tweaks
Jason Gerard DeRose
2009-02-03
1
-0
/
+20
*
Removed depreciated Command.args_to_kw() method; updated CLI to use Command.a...
Jason Gerard DeRose
2009-02-03
1
-36
/
+4
*
Added Command.args_options_2_params() method and its unit tests
Jason Gerard DeRose
2009-02-03
3
-3
/
+52
*
Command.takes_options and Command.takes_args class attributes can now also be...
Jason Gerard DeRose
2009-02-03
1
-2
/
+2
*
Fixed Param.validate() so that self.query is checked after self.required
Jason Gerard DeRose
2009-01-20
1
-1
/
+2
*
Added rpc.xmlclient backend plugin for forwarding; added corresponding unit t...
Jason Gerard DeRose
2009-01-19
1
-2
/
+79
*
Added missing enumerable parameters
Jason Gerard DeRose
2009-01-18
1
-0
/
+49
*
ipalib.rpc: now using allow_none=True after conversation with Rob; added xml_...
Jason Gerard DeRose
2009-01-15
1
-22
/
+86
*
New Param: added Param.query kwarg for crud operations like Retrieve and Sear...
Jason Gerard DeRose
2009-01-14
1
-2
/
+9
*
All unit tests now working (except for doctests and Rob's xmlrpc tests)
Jason Gerard DeRose
2009-01-14
1
-18
/
+15
*
New Param: got most of unit tests ported (still have 6 errors); haven't porte...
Jason Gerard DeRose
2009-01-14
1
-50
/
+26
*
New Param: removed more depreciated 'import ipa_types'
Jason Gerard DeRose
2009-01-14
1
-1
/
+1
*
Removed depreciated code from frontend.py; frontend.py no longer imports ipa_...
Jason Gerard DeRose
2009-01-14
1
-414
/
+0
*
Removed deprecited ipa_types.py and test_ipa_types.py
Jason Gerard DeRose
2009-01-14
1
-430
/
+0
[next]