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
/
parameters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug where List parameters where always cloned with keywords parsed from n...
Pavel Zuna
2009-06-02
1
-6
/
+7
*
Completed Param.use_in_context() functionality, which is now used by Command ...
Jason Gerard DeRose
2009-05-21
1
-12
/
+42
*
Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base cl...
Jason Gerard DeRose
2009-05-19
1
-4
/
+48
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
1
-1
/
+1
*
Add new type List that converts delimited values into a tuple
Rob Crittenden
2009-03-20
1
-0
/
+50
*
Add maxvalue and minvalue kwargs and rules to Int and Float
Rob Crittenden
2009-03-03
1
-2
/
+67
*
Fix multivalue params requiring default to be of type self.type instead of tu...
Pavel Zuna
2009-02-23
1
-1
/
+4
*
Add pattern matching to Str and Bytes
Jason Gerard DeRose
2009-02-17
1
-6
/
+25
*
Added some missing parameter unit tests; added docstring about Command._repr_...
Jason Gerard DeRose
2009-02-03
1
-0
/
+20
*
Fixed a few problems in the CLI interactive prompting (wont prompt for Flag now)
Jason Gerard DeRose
2009-02-03
1
-1
/
+6
*
More work on xmlrpc stuff, started migrated more code to use errors2 instead ...
Jason Gerard DeRose
2009-02-03
1
-0
/
+5
*
Added Command.args_options_2_params() method and its unit tests
Jason Gerard DeRose
2009-02-03
1
-0
/
+1
*
Started roughing out new crud base classes
Jason Gerard DeRose
2009-02-03
1
-0
/
+5
*
Fixed Param.validate() so that self.query is checked after self.required
Jason Gerard DeRose
2009-01-20
1
-3
/
+2
*
Added example to StrEnum docstring
Jason Gerard DeRose
2009-01-18
1
-0
/
+10
*
Added missing enumerable parameters
Jason Gerard DeRose
2009-01-18
1
-0
/
+41
*
Updated passwd plugins module to where it can at least be imported
Jason Gerard DeRose
2009-01-14
1
-0
/
+6
*
New Param: all docstring examples now pass under doctests
Jason Gerard DeRose
2009-01-14
1
-2
/
+24
*
New Param: added Param.query kwarg for crud operations like Retrieve and Sear...
Jason Gerard DeRose
2009-01-14
1
-0
/
+3
*
All unit tests now working (except for doctests and Rob's xmlrpc tests)
Jason Gerard DeRose
2009-01-14
1
-1
/
+7
*
New Param: split common Bytes/Str functionality into new Data base class; Str...
Jason Gerard DeRose
2009-01-14
1
-15
/
+36
*
New Param: renamed parameter.py to parameters.py
Jason Gerard DeRose
2009-01-14
1
-0
/
+882