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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Started roughing out the consolidated type/parameter system in parameters.py;...
Jason Gerard DeRose
2008-12-10
2
-1
/
+193
*
Fixed Warning messages about log dir in unit test
Jason Gerard DeRose
2008-12-08
1
-3
/
+4
*
Removed depreciated rpc code from ipalib.util; removed corresponding unit tes...
Jason Gerard DeRose
2008-12-08
1
-61
/
+0
*
Continued work on xmlrpc.dispatch() unit tests; fixed bug in Command.args_to_...
Jason Gerard DeRose
2008-11-25
2
-1
/
+14
*
Started fleshing out doodles in xmlrpc.execute()
Jason Gerard DeRose
2008-11-25
1
-1
/
+14
*
Stared some RPC-related error cleanup; started work on ipa_server.rcp.xmlrpc ...
Jason Gerard DeRose
2008-11-24
1
-0
/
+24
*
Started moving xmlrpc-functions from ipalib.util to ipalib.rpc
Jason Gerard DeRose
2008-11-24
2
-2
/
+87
*
Some changes to make reading dubugging output easier
Jason Gerard DeRose
2008-11-24
3
-3
/
+12
*
Added test_util.test_round_trip() test that tests use of xmlrpc_wrap() and xm...
Jason Gerard DeRose
2008-11-20
1
-1
/
+1
*
Added util.xmlrpc_wrap(), util.xmlrpc_unwrap() functions an corresponding uni...
Jason Gerard DeRose
2008-11-19
1
-0
/
+64
*
Fixed some unicode encoded/decode issues in textui.prompt_password() and text...
Jason Gerard DeRose
2008-11-19
1
-4
/
+31
*
Added unit test for Param.ispassword() method
Jason Gerard DeRose
2008-11-18
1
-1
/
+0
*
Calling 'passwd' command now prompts for password using textui.prompt_password()
Jason Gerard DeRose
2008-11-18
3
-20
/
+40
*
Added textui.prompt_password() method; added logic in cli for dealing with 'p...
Jason Gerard DeRose
2008-11-18
2
-12
/
+36
*
Added some experimental textui methods
Jason Gerard DeRose
2008-11-17
1
-5
/
+35
*
Command.get_defaults() now returns param.default if param.type is a Bool
Jason Gerard DeRose
2008-11-17
2
-2
/
+6
*
user-lock and user-unlock commands now use textui, which finishes the user pl...
Jason Gerard DeRose
2008-11-17
1
-6
/
+15
*
user-find now works again, uses textui
Jason Gerard DeRose
2008-11-17
1
-12
/
+17
*
Started updated user_* commands to use textui
Jason Gerard DeRose
2008-11-17
2
-12
/
+39
*
Moved plugins command from ipalib.cli to ipalib.plugins.f_misc
Jason Gerard DeRose
2008-11-16
2
-19
/
+20
*
env command now supports * wildcard for searching
Jason Gerard DeRose
2008-11-14
1
-8
/
+19
*
Fixed textui.print_keyval for cases when the row is a list instead of a tuple
Jason Gerard DeRose
2008-11-14
1
-2
/
+2
*
env plugin now subclasses from RemoteOrLocal
Jason Gerard DeRose
2008-11-14
2
-17
/
+9
*
Added frontend.LocalOrRemote command base class for commands like env
Jason Gerard DeRose
2008-11-14
2
-1
/
+33
*
Fixed doctest in tutorial
Jason Gerard DeRose
2008-11-14
1
-1
/
+1
*
Add autmount-specific location and default entries
Rob Crittenden
2008-11-14
2
-8
/
+9
*
Tutorial: fixed typo in 'How your command should print to stdout' section
Jason Gerard DeRose
2008-11-14
1
-1
/
+1
*
Tutorial: fixed typo in 'First steps: A simple command plugin' section
Jason Gerard DeRose
2008-11-14
1
-1
/
+1
*
Tutorial: another small change to section on using output_for_cli()
Jason Gerard DeRose
2008-11-14
1
-3
/
+3
*
Tutorial: command in output_for_cli() example now also takes an argument
Jason Gerard DeRose
2008-11-14
1
-31
/
+47
*
Added print_plain() and print_paragraph() methods to textui plugin and cleane...
Jason Gerard DeRose
2008-11-14
1
-42
/
+77
*
Tutorial: small improvements to section on using output_for_cli()
Jason Gerard DeRose
2008-11-14
1
-5
/
+10
*
Tutorial: added section on implementing an output_for_cli() method
Jason Gerard DeRose
2008-11-14
1
-4
/
+105
*
Tutorial: added section on allowed return values from a command's execute() m...
Jason Gerard DeRose
2008-11-14
1
-0
/
+42
*
Added textui.prompt() method, which CLI.prompt_interactively() uses
Jason Gerard DeRose
2008-11-13
1
-5
/
+12
*
Started work on cleaning up how exceptions are caught and sys.exit() is calle...
Jason Gerard DeRose
2008-11-13
2
-43
/
+65
*
Change Param.__repr__() so it returns the exact expression that could create ...
Jason Gerard DeRose
2008-11-13
2
-15
/
+19
*
Param.__repr__() now uses util.make_repr()
Jason Gerard DeRose
2008-11-13
1
-5
/
+5
*
Added util.make_repr() function; added corresponding unit tests
Jason Gerard DeRose
2008-11-13
2
-0
/
+10
*
Calling ./ipa with no command now calls Command.help()
Jason Gerard DeRose
2008-11-12
1
-24
/
+27
*
output_for_cli signature is now output_for_cli(textui, result, *args, **options)
Jason Gerard DeRose
2008-11-12
3
-10
/
+15
*
Command.get_default() will now fill-in None for all missing non-required params
Jason Gerard DeRose
2008-11-12
4
-11
/
+35
*
Changed calling signature of output_for_cli(); started work on 'textui' backe...
Jason Gerard DeRose
2008-11-12
3
-63
/
+206
*
Renamed ipalib.get_standard_api() to create_api()
Jason Gerard DeRose
2008-11-11
1
-16
/
+16
*
Tutorial: improved clarity of 'How this tutorial is written' section
Jason Gerard DeRose
2008-11-11
1
-7
/
+6
*
Tutorial: fixed typo
Jason Gerard DeRose
2008-11-10
1
-3
/
+3
*
Tutorial: added intro section about Python interactive intepreter
Jason Gerard DeRose
2008-11-10
1
-9
/
+57
*
More tutorial work: made introduction more concise; moved note on markup to e...
Jason Gerard DeRose
2008-11-10
1
-38
/
+64
*
Added 'conf_dir' env variable, which is directory containing config files
Jason Gerard DeRose
2008-11-10
3
-1
/
+4
*
Fixed typo and made sentance clearer in tutorial
Jason Gerard DeRose
2008-11-07
1
-1
/
+1
[next]