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
/
ipalib
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
54: Added plugable.Proxy._clone() method; fleshed out public.obj; updated uni...
Jason Gerard DeRose
2008-08-06
1
-0
/
+7
*
52: Got cli working against new framework
Jason Gerard DeRose
2008-08-05
1
-2
/
+2
*
49: Added public.PublicAPI class; added some basic unit tests for same
Jason Gerard DeRose
2008-08-05
1
-0
/
+17
*
48: Added public.py with base classes for 'public' api used for XML-RPC, CLI,...
Jason Gerard DeRose
2008-08-05
1
-0
/
+66
*
47: Added plugable.check_identifier() function; added corresponding unit tests
Jason Gerard DeRose
2008-08-05
1
-0
/
+24
*
46: plugable.API now takes allowed base class in __init__ and creates Registr...
Jason Gerard DeRose
2008-08-05
1
-4
/
+5
*
44: Added Plugin.finalize() method called by API after all plugin instances a...
Jason Gerard DeRose
2008-08-05
1
-4
/
+12
*
43: Fleshed out new plugable.API class; added corresponding unit tests
Jason Gerard DeRose
2008-08-05
1
-0
/
+67
*
42: plugable.Plugin.__init__() now takes the plugable.API instance as its sin...
Jason Gerard DeRose
2008-08-01
1
-4
/
+11
*
41: New plugable.NameSpace now has attributes set for each member; updated un...
Jason Gerard DeRose
2008-08-01
1
-2
/
+8
*
40: Rewrote dictionary interface for plugable.NameSpace to better suite new a...
Jason Gerard DeRose
2008-08-01
2
-1
/
+69
*
39: Added unit tests for Registrar.__iter__()
Jason Gerard DeRose
2008-08-01
1
-0
/
+38
*
38: dict interface of Registrar now works with both classes and strings as th...
Jason Gerard DeRose
2008-08-01
1
-14
/
+23
*
37: Renamed tstutil.yes_raises() to raises(); changed test_plugable.py to use...
Jason Gerard DeRose
2008-08-01
3
-57
/
+11
*
36: Added more functionality to tests.tstutil; added corresponding tests.test...
Jason Gerard DeRose
2008-08-01
2
-16
/
+178
*
35: Renamed unit_common.py to tstutil.py
Jason Gerard DeRose
2008-08-01
2
-7
/
+7
*
34: Added tests.unit_common with frequently used utility functions; split ro ...
Jason Gerard DeRose
2008-08-01
2
-0
/
+81
*
33: Finished unit tests for plugable.Proxy
Jason Gerard DeRose
2008-08-01
1
-9
/
+66
*
32: Added Plugin and Proxy base classes in plugable module, along with to_cli...
Jason Gerard DeRose
2008-07-31
1
-0
/
+47
*
31: Renamed exceptions.py to errors.py
Jason Gerard DeRose
2008-07-31
2
-10
/
+10
*
30: Added plugable module with more generic implementation of Registrar; adde...
Jason Gerard DeRose
2008-07-28
1
-0
/
+115
*
29: Some experimentation to make the Registar more generalized
Jason Gerard DeRose
2008-07-25
1
-75
/
+89
*
28: Added new base.Register class that is a more generic way of doing the plu...
Jason Gerard DeRose
2008-07-22
1
-0
/
+61
*
24: Ported Registar to changes around Attribute; updated unit tests
Jason Gerard DeRose
2008-07-20
1
-73
/
+71
*
23: Added base.Attribute class that determins the object association via clas...
Jason Gerard DeRose
2008-07-20
1
-0
/
+71
*
19: Removed depreciated base2.py and test_base2.py files
Jason Gerard DeRose
2008-07-20
1
-155
/
+0
*
18: Moved base2 stuff into base
Jason Gerard DeRose
2008-07-20
1
-165
/
+72
*
17: Registar.finalize() now sets the commands property on each object with co...
Jason Gerard DeRose
2008-07-20
1
-0
/
+5
*
16: Changed base2.WithObj.__set_obj() slightly so that its gets locked into r...
Jason Gerard DeRose
2008-07-20
1
-0
/
+8
*
15: Added ipalib.base2 module where I'm experimenting with a 3rd approach tha...
Jason Gerard DeRose
2008-07-20
1
-0
/
+142
*
14: Added Named.cli property that returns name.replace('_', '-'); Named.doc p...
Jason Gerard DeRose
2008-07-20
1
-0
/
+11
*
12: Fixed test_base.test_API.test_finalize() unit tests now that CrudLike has...
Jason Gerard DeRose
2008-07-20
1
-3
/
+3
*
10: Updated base.API to reflect the fact that base.Object is now the new unit...
Jason Gerard DeRose
2008-07-20
1
-50
/
+51
*
9: Reorganized new work and unit tests based around base.Object being the plu...
Jason Gerard DeRose
2008-07-19
2
-156
/
+88
*
8: Experimental work on more OO definition of what gets pluged into API.commands
Jason Gerard DeRose
2008-07-19
1
-0
/
+111
*
7: Roughed out API.finalize(); added corresponding unit tests
Jason Gerard DeRose
2008-07-19
1
-2
/
+26
*
6: Fleshed out API.register_command, made correpsonding unit tests much more ...
Jason Gerard DeRose
2008-07-19
1
-13
/
+44
*
5: Fleshed out base.Named, added corresponding unit tests
Jason Gerard DeRose
2008-07-19
1
-0
/
+71
*
4: Got basics of API.register_command() working; added corresponding unit tests
Jason Gerard DeRose
2008-07-19
1
-1
/
+64
*
3: Finished NameSpace and cerresponding unit tests
Jason Gerard DeRose
2008-07-19
1
-10
/
+78
*
2: Got basics of NameSpace working, added corresponding unit tests
Jason Gerard DeRose
2008-07-18
1
-3
/
+82
*
1: Started roughing out ipalib package
Jason Gerard DeRose
2008-07-18
2
-0
/
+26