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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add tests for the application frontend plugin
Jakub Hrozek
2009-02-10
1
-0
/
+148
*
Fix remaining issues with XML-RPC test cases
Rob Crittenden
2009-02-04
7
-23
/
+36
*
Fixed some of the test_xmlrpc unit tests
Jason Gerard DeRose
2009-02-03
6
-52
/
+52
*
Applied Rob's errors patch
Rob Crittenden
2009-02-03
8
-37
/
+64
*
Mostly got the test_xmlrpc/ tests working again
Jason Gerard DeRose
2009-02-03
8
-41
/
+14
*
Finished reworked cli.CLI class into cli.cli plugin
Jason Gerard DeRose
2009-02-03
9
-170
/
+0
*
Ported xmlclient to subclass from Connectible
Jason Gerard DeRose
2009-02-03
2
-62
/
+69
*
Ported xmlserver to subclass from Executioner
Jason Gerard DeRose
2009-02-03
1
-28
/
+1
*
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
2
-5
/
+180
*
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
2
-1
/
+22
*
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
2
-2
/
+3
*
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...
Jason Gerard DeRose
2009-01-21
4
-1
/
+358
|
\
|
*
Initial implementation of netgroups
Rob Crittenden
2009-01-19
1
-0
/
+320
|
*
Add some negative testing to the user and group plugin tests
Rob Crittenden
2009-01-19
2
-0
/
+38
|
*
Revert change that caused XML-RPC tests to be skipped
Rob Crittenden
2009-01-19
1
-1
/
+0
*
|
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
2
-2
/
+124
|
/
*
Added missing enumerable parameters
Jason Gerard DeRose
2009-01-18
1
-0
/
+49
*
rpcserver now uses xml_dumps() and xml_loads() functions
Jason Gerard DeRose
2009-01-16
1
-8
/
+7
*
Renamed ipaserver.rpc to ipaserver.rpcserver
Jason Gerard DeRose
2009-01-16
1
-6
/
+6
*
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
*
New Param: split common Bytes/Str functionality into new Data base class; Str...
Jason Gerard DeRose
2009-01-14
1
-0
/
+53
*
Updated all references to 'parameter' module to 'parameters'
Jason Gerard DeRose
2009-01-14
1
-50
/
+50
*
New Param: renamed parameter.py to parameters.py
Jason Gerard DeRose
2009-01-14
1
-0
/
+0
*
New Param: Flag now fill-in default=False and also forces default to be a bool
Jason Gerard DeRose
2009-01-14
1
-2
/
+18
*
New Param: added new Flag param class and its unit test
Jason Gerard DeRose
2009-01-13
1
-0
/
+28
*
New Param: added Param.clone() method and corresponding unit test
Jason Gerard DeRose
2009-01-13
1
-0
/
+35
*
New Param: updated Str._convert_scalar() so it raises a ConversionError
Jason Gerard DeRose
2009-01-13
1
-6
/
+12
*
New Param: implemented a base Param._convert_scalar() method; added Param.typ...
Jason Gerard DeRose
2009-01-13
2
-7
/
+31
*
New Param: updated Bytes and Str length rules to use new rule(_, value) calli...
Jason Gerard DeRose
2009-01-13
2
-71
/
+85
*
New Param: ported create_param() function and unit tests
Jason Gerard DeRose
2009-01-13
1
-0
/
+32
*
New Param: added Param.get_default() method and detailed docstring; added cor...
Jason Gerard DeRose
2009-01-12
1
-0
/
+79
[next]