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
*
178: Registrar now subclasses from DictProxy; made Registrar.__iter__ behave ...
Jason Gerard DeRose
2008-08-15
1
-28
/
+21
*
176: PluginProxy now subclasses from SetProxy
Jason Gerard DeRose
2008-08-15
1
-2
/
+2
*
175: Renamed Proxy to PluginProxy
Jason Gerard DeRose
2008-08-15
2
-13
/
+13
*
173: NameSpace now subclasses from DictProxy
Jason Gerard DeRose
2008-08-15
1
-2
/
+2
*
171: MagicDict now subclasses from DictProxy; updated unit tests
Jason Gerard DeRose
2008-08-15
1
-56
/
+56
*
170: Added SetProxy and DictProxy classes to plugable so container emulation ...
Jason Gerard DeRose
2008-08-15
1
-0
/
+88
*
169: Renamed DictProxy to MagicDict
Jason Gerard DeRose
2008-08-14
1
-6
/
+6
*
165: Added unit tests for plugable.lock() function; replaced occurances of 's...
Jason Gerard DeRose
2008-08-14
1
-0
/
+29
*
161: Registrar now takes advantage of DictProxy; updated corresponding unit t...
Jason Gerard DeRose
2008-08-14
1
-24
/
+22
*
160: DictProxy now checks type of d in __init__(); updated unit tests
Jason Gerard DeRose
2008-08-14
1
-0
/
+2
*
159: Added plugable.DictProxy class; added corresponding unit tests; added se...
Jason Gerard DeRose
2008-08-14
2
-1
/
+72
*
156: Fixed all broken docstring cross references
Jason Gerard DeRose
2008-08-14
3
-32
/
+39
*
154: Merged ProxyTarget functionality into Plugin to make things a bit clearer
Jason Gerard DeRose
2008-08-14
1
-132
/
+123
*
152: Updated unit tests check_name() now that it returns the name
Jason Gerard DeRose
2008-08-14
1
-1
/
+1
*
151: Rearanged tests in test_plugable.py to match definition order in plugabl...
Jason Gerard DeRose
2008-08-14
1
-143
/
+143
*
150: NameSpace.__iter__() now iterates through the names, not the members; ad...
Jason Gerard DeRose
2008-08-14
2
-8
/
+15
*
146: Removed CLI.parse_kw() method and corresponding unit tests
Jason Gerard DeRose
2008-08-13
1
-13
/
+0
*
145: Added new CLI.parse() method; added corresponding unit tests
Jason Gerard DeRose
2008-08-13
1
-0
/
+17
*
143: Added errors.RequirementError exception; cmd.validate() now raises Requi...
Jason Gerard DeRose
2008-08-13
1
-13
/
+24
*
141: Fixed unit tests for CLI.finalize()
Jason Gerard DeRose
2008-08-13
1
-0
/
+3
*
138: Added ProxyTarget.doc property; CLI.print_commands() now uses cmd.doc in...
Jason Gerard DeRose
2008-08-13
1
-3
/
+16
*
135: Added unit test for CLI dictoinary interface
Jason Gerard DeRose
2008-08-13
1
-0
/
+16
*
134: Added CLI.mcl (Max Command Length) property; added corresponding unit tests
Jason Gerard DeRose
2008-08-13
1
-0
/
+41
*
123: API.finalize() now raises AssetionError if called more than once; added ...
Jason Gerard DeRose
2008-08-12
1
-0
/
+3
*
121: Renamed API.__call__() method to API.finalize()
Jason Gerard DeRose
2008-08-12
2
-2
/
+2
*
119: Added ProxyTarget.implemented_by() classmethod; added corresponding unit...
Jason Gerard DeRose
2008-08-12
1
-0
/
+43
*
115: CLI now parses out kw args; cmd.__call__() now uses print_n_call() to gi...
Jason Gerard DeRose
2008-08-12
1
-0
/
+12
*
113: Fixed regex used in attr.__init__(); added unit tests for mthd.get_optio...
Jason Gerard DeRose
2008-08-11
1
-1
/
+41
*
111: Minor changes to mthd and prop classes; updated mthd and prop unit tests
Jason Gerard DeRose
2008-08-11
1
-7
/
+16
*
110: Started fleshing out more in cli.py
Jason Gerard DeRose
2008-08-11
2
-0
/
+26
*
109: Cleanups in cmd; added unit tests for cmd.validate()
Jason Gerard DeRose
2008-08-11
1
-1
/
+19
*
108: Changed cmd.default() so that it now only return dictionary of values fo...
Jason Gerard DeRose
2008-08-11
1
-4
/
+3
*
107: Some cleanup in cmd; added unit tests for cmd.default() method
Jason Gerard DeRose
2008-08-11
1
-0
/
+29
*
106: Fixed some typos in cmd.__get_options(); added unit tests for cmd.option...
Jason Gerard DeRose
2008-08-11
1
-2
/
+35
*
105: Added a default implementation of cmd.get_options; added corresponding u...
Jason Gerard DeRose
2008-08-11
1
-3
/
+30
*
104: public.option now subclasses from plugable.Plugin; cleaned up unit tests...
Jason Gerard DeRose
2008-08-10
1
-9
/
+12
*
100: Cleaned up NameSpace docstrings; cleanup up NameSpace unit tests
Jason Gerard DeRose
2008-08-09
1
-53
/
+60
*
99: Cleaned up unit tests for plugable.Plugin
Jason Gerard DeRose
2008-08-09
1
-24
/
+34
*
95: Improved docstrings for ReadOnly class; added ReadOnly.__islocked__() met...
Jason Gerard DeRose
2008-08-09
1
-0
/
+12
*
94: Renamed Proxy._clone() method to Proxy.__clone__(); updated unit tests
Jason Gerard DeRose
2008-08-09
1
-13
/
+20
*
93: Added Proxy.implements() method; addeded corresponding unit tests
Jason Gerard DeRose
2008-08-09
1
-79
/
+106
*
92: Added ProxyTarget.name property; added corresponding unit tests
Jason Gerard DeRose
2008-08-08
1
-3
/
+14
*
90: Renamed plugable.Abstract to ProxyTarget, which now subclasses from ReadO...
Jason Gerard DeRose
2008-08-08
1
-71
/
+84
*
89: Moved ClassChecker from test_public.py into tstutil.py; improved unit tes...
Jason Gerard DeRose
2008-08-08
3
-44
/
+75
*
88: Renamed ReadOnly._lock() to ReadOnly.__lock__(); updated subclasses and u...
Jason Gerard DeRose
2008-08-08
1
-2
/
+2
*
87: Moved to_cli(), from_cli() functions from plugable.py into new cli.py fil...
Jason Gerard DeRose
2008-08-08
2
-12
/
+36
*
86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'
Jason Gerard DeRose
2008-08-08
4
-239
/
+239
*
85: Added ReadOnly._lock() method to make class easier to use; updated subcla...
Jason Gerard DeRose
2008-08-08
1
-1
/
+3
*
83: Added unit tests for plugable.Abstract
Jason Gerard DeRose
2008-08-08
1
-0
/
+50
*
82: Cleaned up unit tests for public.option; added some doodles in plugable.Base
Jason Gerard DeRose
2008-08-08
1
-22
/
+50
[next]