index
:
.git
master
Unnamed repository; edit this file 'description' to name the repository.
Rob Crittenden
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
parameters.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Pavel Zuna
2009-02-23
1
-1
/
+4
|
|
|
|
tuple.
*
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 ↵
Jason Gerard DeRose
2009-02-03
1
-0
/
+20
|
|
|
|
Command._repr_iter() and Param.safe_value()
*
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
|
|
|
|
of errors
*
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 ↵
Jason Gerard DeRose
2009-01-14
1
-0
/
+3
|
|
|
|
Search where criteria should not be validated
*
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; ↵
Jason Gerard DeRose
2009-01-14
1
-15
/
+36
|
|
|
|
Str no longer subclasses from Bytes
*
New Param: renamed parameter.py to parameters.py
Jason Gerard DeRose
2009-01-14
1
-0
/
+882