index
:
freeipa.git
ipa-1-0
ipa-1-1
ipa-1-2
master
Unnamed repository; edit this file to name it for gitweb.
Martin Nagy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
2
-1
/
+16
|
*
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
3
-6
/
+10
|
*
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
2
-13
/
+18
|
*
Started updated user_* commands to use textui
Jason Gerard DeRose
2008-11-17
3
-12
/
+59
|
*
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
3
-22
/
+14
|
*
Added frontend.LocalOrRemote command base class for commands like env
Jason Gerard DeRose
2008-11-14
3
-2
/
+88
|
*
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
4
-10
/
+33
|
*
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
3
-46
/
+68
|
*
Change Param.__repr__() so it returns the exact expression that could create ...
Jason Gerard DeRose
2008-11-13
3
-15
/
+31
|
*
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
3
-2
/
+24
|
*
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
4
-20
/
+24
|
*
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
5
-64
/
+237
|
*
Renamed ipalib.get_standard_api() to create_api()
Jason Gerard DeRose
2008-11-11
2
-17
/
+17
|
*
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
|
*
Finished fist draft of plugin tutorial in ipalib/__init__.py docstring
Jason Gerard DeRose
2008-11-07
5
-17
/
+650
|
*
Added Plugin.call() method that calls an external executable via subprocess.c...
Jason Gerard DeRose
2008-11-06
1
-0
/
+11
|
*
Tests for the automount plugin
Rob Crittenden
2008-11-04
1
-0
/
+184
|
*
Fix some problems uncovered during automation test work
Rob Crittenden
2008-11-04
1
-6
/
+17
|
*
Add new tests for hosts and groups of hosts
Rob Crittenden
2008-11-04
2
-0
/
+277
|
*
Revive the hostgroup_container and include add/remove hosts in hostgroups plugin
Rob Crittenden
2008-11-04
2
-2
/
+27
|
*
Add 'all' option to host-find and pull attributes into a global list
Rob Crittenden
2008-11-04
1
-1
/
+9
|
*
Skip tests if the remote XML-RPC server is not responding.
Rob Crittenden
2008-11-03
4
-3
/
+53
|
*
Move socket errors from the XML-RPC plugin to the client
Rob Crittenden
2008-11-03
2
-1
/
+5
|
*
Initial tests for user, group and service plugin API
Rob Crittenden
2008-11-03
4
-0
/
+403
[prev]
[next]