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_frontend.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Command.output_params not contains params in Command.params
Jason Gerard DeRose
2010-02-11
1
-0
/
+27
*
Remove __public__ and __proxy__ hold-overs from Plugin class
Jason Gerard DeRose
2010-01-28
1
-16
/
+0
*
Take 2: Extensible return values and validation; steps toward a single output...
Jason Gerard DeRose
2009-12-10
1
-12
/
+194
*
Removed util.add_global_options() and frontend.Application
Jason Gerard DeRose
2009-10-14
1
-37
/
+0
*
Fix unit tests for plugins using baseldap classes.
Pavel Zuna
2009-10-05
1
-1
/
+0
*
Removed PluginProxy and all its uses
Jason Gerard DeRose
2009-08-05
1
-1
/
+1
*
Fix bug in Encoder where tuples were encoded into lists. Fix Encoder and Comm...
Pavel Zuna
2009-06-10
1
-0
/
+3
*
Completed Param.use_in_context() functionality, which is now used by Command ...
Jason Gerard DeRose
2009-05-21
1
-4
/
+101
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-7
/
+7
*
Finish work replacing the errors module with errors2
Rob Crittenden
2009-04-20
1
-1
/
+1
*
Add unit test for ipalib.frontend.Command.args_options_2_entry.
Pavel Zuna
2009-02-24
1
-1
/
+32
*
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
1
-2
/
+0
*
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
1
-2
/
+49
*
Command.takes_options and Command.takes_args class attributes can now also be...
Jason Gerard DeRose
2009-02-03
1
-2
/
+2
*
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
*
Fixed Warning messages about log dir in unit test
Jason Gerard DeRose
2008-12-08
1
-21
/
+7
*
Added unit test for Param.ispassword() method
Jason Gerard DeRose
2008-11-18
1
-0
/
+16
*
Command.get_defaults() now returns param.default if param.type is a Bool
Jason Gerard DeRose
2008-11-17
1
-4
/
+4
*
env plugin now subclasses from RemoteOrLocal
Jason Gerard DeRose
2008-11-14
1
-5
/
+5
*
Added frontend.LocalOrRemote command base class for commands like env
Jason Gerard DeRose
2008-11-14
1
-1
/
+55
*
Change Param.__repr__() so it returns the exact expression that could create ...
Jason Gerard DeRose
2008-11-13
1
-0
/
+12
*
output_for_cli signature is now output_for_cli(textui, result, *args, **options)
Jason Gerard DeRose
2008-11-12
1
-10
/
+9
*
API.env is now an Env instance rather than an Environment instance
Jason Gerard DeRose
2008-10-27
1
-4
/
+6
*
Fixed bug in DefaultFrom where impleied keys were using entire func_code.co_v...
Jason Gerard DeRose
2008-10-20
1
-0
/
+10
*
Added new Param.flags attribute (set with flags=foo kwarg)
Jason Gerard DeRose
2008-10-17
1
-0
/
+3
*
Reworking Environment, moved it to config.py
Martin Nagy
2008-10-17
1
-2
/
+2
*
Added Object.get_dn() method; added corresponding unit tests
Jason Gerard DeRose
2008-10-13
1
-0
/
+14
*
Param now takes cli_name kwarg that sets Param.cli_name attribute
Jason Gerard DeRose
2008-10-13
1
-0
/
+2
*
Base Command.execute() method now raises NotImplementedError; updated unit tests
Jason Gerard DeRose
2008-10-08
1
-0
/
+3
*
PEP 257: cleaned up docstrings in test_frontend.py
Jason Gerard DeRose
2008-10-08
1
-45
/
+76
*
Renamed tests/tstutil.py to tests/util.py
Jason Gerard DeRose
2008-10-07
1
-2
/
+2
*
Moved tstutil.py into base of tests so it can be used by all test subpackages...
Jason Gerard DeRose
2008-10-07
1
-2
/
+2
*
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
/
+1080