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
/
frontend.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Command.takes_options and Command.takes_args class attributes can now also be...
Jason Gerard DeRose
2009-02-03
1
-4
/
+14
*
New Param: all docstring examples now pass under doctests
Jason Gerard DeRose
2009-01-14
1
-14
/
+16
*
New Param: got most of unit tests ported (still have 6 errors); haven't porte...
Jason Gerard DeRose
2009-01-14
1
-26
/
+22
*
New Param: removed more depreciated 'import ipa_types'
Jason Gerard DeRose
2009-01-14
1
-0
/
+1
*
Removed depreciated code from frontend.py; frontend.py no longer imports ipa_...
Jason Gerard DeRose
2009-01-14
1
-450
/
+3
*
Plugin.__init__() now checks that subclass hasn't defined attributes that con...
Jason Gerard DeRose
2008-12-21
1
-1
/
+0
*
Removed Plugin.name property and replaced with instance attribute created in ...
Jason Gerard DeRose
2008-12-17
1
-2
/
+3
*
Continued work on xmlrpc.dispatch() unit tests; fixed bug in Command.args_to_...
Jason Gerard DeRose
2008-11-25
1
-1
/
+7
*
Some changes to make reading dubugging output easier
Jason Gerard DeRose
2008-11-24
1
-1
/
+4
*
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
1
-0
/
+7
*
Command.get_defaults() now returns param.default if param.type is a Bool
Jason Gerard DeRose
2008-11-17
1
-0
/
+2
*
env plugin now subclasses from RemoteOrLocal
Jason Gerard DeRose
2008-11-14
1
-1
/
+1
*
Added frontend.LocalOrRemote command base class for commands like env
Jason Gerard DeRose
2008-11-14
1
-0
/
+31
*
Change Param.__repr__() so it returns the exact expression that could create ...
Jason Gerard DeRose
2008-11-13
1
-13
/
+17
*
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
1
-0
/
+1
*
output_for_cli signature is now output_for_cli(textui, result, *args, **options)
Jason Gerard DeRose
2008-11-12
1
-6
/
+10
*
Command.get_default() will now fill-in None for all missing non-required params
Jason Gerard DeRose
2008-11-12
1
-3
/
+6
*
API.env is now an Env instance rather than an Environment instance
Jason Gerard DeRose
2008-10-27
1
-1
/
+1
*
Fixed typos in tables in docstrings for Attribute and Method
Jason Gerard DeRose
2008-10-21
1
-8
/
+8
*
Added docstring (with example) to frontend.Attribute class
Jason Gerard DeRose
2008-10-20
1
-0
/
+34
*
Added docstring (with examples) to frontend.Method class
Jason Gerard DeRose
2008-10-20
1
-0
/
+62
*
Fixed bug in DefaultFrom where impleied keys were using entire func_code.co_v...
Jason Gerard DeRose
2008-10-20
1
-1
/
+2
*
Added some more examples to Param docstrings
Jason Gerard DeRose
2008-10-18
1
-1
/
+23
*
Removed generic Command.output_for_cli() method; CLI.run_interactive() now on...
Jason Gerard DeRose
2008-10-17
1
-8
/
+1
*
make-test now runs doctests also; fixed several broken doctests
Jason Gerard DeRose
2008-10-17
1
-4
/
+4
*
Added new Param.flags attribute (set with flags=foo kwarg)
Jason Gerard DeRose
2008-10-17
1
-0
/
+3
*
Started roughing out user_add() using api.Backend.ldap; added Command.output_...
Jason Gerard DeRose
2008-10-14
1
-0
/
+9
*
Added Object.get_dn() method; added corresponding unit tests
Jason Gerard DeRose
2008-10-13
1
-0
/
+7
*
Command.params are now sorted the same way as Object.params (make user-add pr...
Jason Gerard DeRose
2008-10-13
1
-1
/
+8
*
Param now takes cli_name kwarg that sets Param.cli_name attribute
Jason Gerard DeRose
2008-10-13
1
-0
/
+4
*
Base Command.execute() method now raises NotImplementedError; updated unit tests
Jason Gerard DeRose
2008-10-08
1
-3
/
+1
*
Reorganized Command methods so it is easier to understand and added lots of d...
Jason Gerard DeRose
2008-10-08
1
-85
/
+223
*
Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and xmlrpc_u...
Jason Gerard DeRose
2008-10-02
1
-2
/
+4
*
-m
Jason Gerard DeRose
2008-10-02
1
-1
/
+0
*
Command.get_default() now only returns a defaults for required values
Jason Gerard DeRose
2008-10-02
1
-1
/
+1
*
Implemented basic Command.forward() method
Jason Gerard DeRose
2008-10-02
1
-3
/
+3
*
Add support for environment variables, change tests accordingly
Martin Nagy
2008-09-29
1
-1
/
+1
*
373: Replaced type_ optional arg to Param.__init__() with pure kw arg type; u...
Jason Gerard DeRose
2008-09-27
1
-5
/
+7
*
372: Started work on docstring for Param class
Jason Gerard DeRose
2008-09-27
1
-2
/
+15
*
371: Added examples to parse_param_spec() docstring and changed syntax guide ...
Jason Gerard DeRose
2008-09-26
1
-4
/
+19
*
370: Added detailed examples to decstring for DefaultFrom class
Jason Gerard DeRose
2008-09-26
1
-10
/
+66
*
369: Added Object.backend attribute used to associated it with a particular b...
Jason Gerard DeRose
2008-09-26
1
-1
/
+11
*
363: Added Object.params_minus_pk instance attribute
Jason Gerard DeRose
2008-09-25
1
-0
/
+5
*
361: Implemented crud.Add.get_options() method; added corresponding unit tests
Jason Gerard DeRose
2008-09-25
1
-1
/
+1
*
360: Removed Method.get_options() default implementation; cleaned up unit tes...
Jason Gerard DeRose
2008-09-25
1
-7
/
+0
*
359: Added Object.primary_key instance attribute; added corresponding unit tests
Jason Gerard DeRose
2008-09-25
1
-0
/
+12
*
358: Cleaned up private methods in Object
Jason Gerard DeRose
2008-09-25
1
-8
/
+9
*
356: Modified Method.get_options() to now pull from self.obj.params(); update...
Jason Gerard DeRose
2008-09-25
1
-11
/
+10
[prev]
[next]