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
/
test_plugable.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove __public__ and __proxy__ hold-overs from Plugin class
Jason Gerard DeRose
2010-01-28
1
-101
/
+0
*
Removed PluginProxy and all its uses
Jason Gerard DeRose
2009-08-05
1
-151
/
+13
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-6
/
+6
*
Finish work replacing the errors module with errors2
Rob Crittenden
2009-04-20
1
-1
/
+1
*
Plugin.call() now uses errors2 version of SubprocessError
Jason Gerard DeRose
2009-01-03
1
-2
/
+1
*
Ported plugin registration errors into errors2.py; plugable.Registrar now rai...
Jason Gerard DeRose
2009-01-03
1
-6
/
+16
*
Removed depreciated code in ipalib.plugable that has been moving into ipalib....
Jason Gerard DeRose
2009-01-02
1
-191
/
+0
*
Plugin.__init__() now checks that subclass hasn't defined attributes that con...
Jason Gerard DeRose
2008-12-21
1
-0
/
+8
*
Improved Plugin.call() method and added its unit test
Jason Gerard DeRose
2008-12-21
1
-0
/
+12
*
Plugin.doc instance attribute is now parsed out using inspect.getdoc(); added...
Jason Gerard DeRose
2008-12-17
1
-2
/
+11
*
Removed Plugin.doc property and replaced with instance attribute created in P...
Jason Gerard DeRose
2008-12-17
1
-10
/
+9
*
Removed Plugin.name property and replaced with instance attribute created in ...
Jason Gerard DeRose
2008-12-17
1
-6
/
+10
*
Fixed Warning messages about log dir in unit test
Jason Gerard DeRose
2008-12-08
1
-3
/
+4
*
Added tests.util.get_api() function to create a standard (api, home) tuple fo...
Jason Gerard DeRose
2008-10-30
1
-10
/
+5
*
API.load_plugins() no longer takes dry_run=False kwarg and instead checks in ...
Jason Gerard DeRose
2008-10-27
1
-2
/
+3
*
Unit test for CLI.boostrap() now checks that -e overrides and values from con...
Jason Gerard DeRose
2008-10-27
1
-1
/
+2
*
API.bootstrap() now calls Env._finalize_core(); updated unit tests
Jason Gerard DeRose
2008-10-27
1
-2
/
+12
*
Added API.load_plugins() place-holder, which cascades call to API.bootstrap()
Jason Gerard DeRose
2008-10-26
1
-0
/
+13
*
Implemented placeholder API.bootstrap() method; added API __doing(), __do_if_...
Jason Gerard DeRose
2008-10-26
1
-82
/
+105
*
Reworking Environment, moved it to config.py
Martin Nagy
2008-10-17
1
-79
/
+0
*
Fixed two PEP 257 violations I missed in test_plugable.py
Jason Gerard DeRose
2008-10-08
1
-2
/
+2
*
PEP 257: cleaned up docstrings in test_plugable.py
Jason Gerard DeRose
2008-10-07
1
-24
/
+69
*
Renamed tests/tstutil.py to tests/util.py
Jason Gerard DeRose
2008-10-07
1
-3
/
+3
*
Moved tstutil.py into base of tests so it can be used by all test subpackages...
Jason Gerard DeRose
2008-10-07
1
-3
/
+3
*
Cleaned up package and module level docstrings for everything in tests/
Jason Gerard DeRose
2008-10-07
1
-1
/
+1
*
Moved ipalib/tests/ into tests/test_ipalib/
Jason Gerard DeRose
2008-10-07
1
-0
/
+896