index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
parameters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
pylint: enable the import-error check
Jan Cholasta
2016-10-24
1
-1
/
+3
*
Pylint: fix the rest of unused local variables
Martin Basti
2016-10-11
1
-5
/
+1
*
Tests: Fix failing test_ipalib/test_parameters
Lenka Doudova
2016-10-11
1
-1
/
+1
*
Pylint: enable check for unused-variables
Martin Basti
2016-09-27
1
-0
/
+1
*
pylint: fix unneeded-not
Jan Barta
2016-09-22
1
-2
/
+2
*
raise ValidationError when deprecated param is passed to command
Martin Babinsky
2016-09-05
1
-4
/
+3
*
parameters: move the `confirm` kwarg to Param
Jan Cholasta
2016-08-10
1
-4
/
+2
*
ipalib: introduce Principal parameter
Martin Babinsky
2016-07-01
1
-0
/
+37
*
batch, schema: use Dict instead of Any
Jan Cholasta
2016-06-15
1
-0
/
+9
*
ipalib: replace DeprecatedParam with `deprecated` Param argument
Jan Cholasta
2016-06-03
1
-16
/
+5
*
parameters: introduce no_convert keyword argument
Jan Cholasta
2016-06-03
1
-2
/
+11
*
parameters: introduce cli_metavar keyword argument
Jan Cholasta
2016-06-03
1
-0
/
+5
*
ipalib: remove the unused `csv` argument of Param
Jan Cholasta
2016-05-25
1
-6
/
+0
*
makeapi: optimize API.txt
Jan Cholasta
2016-05-25
1
-36
/
+60
*
frontend: perform argument value validation only on server
Jan Cholasta
2016-05-25
1
-1
/
+0
*
frontend: re-raise remote RequirementError using CLI name in CLI
Jan Cholasta
2016-05-25
1
-10
/
+3
*
parameters: remove unused ConversionError and ValidationError arguments
Jan Cholasta
2016-05-25
1
-54
/
+25
*
makeapi: use the same formatting for `int` and `long` values
Jan Cholasta
2016-05-19
1
-0
/
+2
*
Remove unused imports
Martin Basti
2015-12-23
1
-3
/
+2
*
Handle binascii.Error from base64.b64decode()
Petr Viktorin
2015-10-22
1
-1
/
+1
*
ipalib.parameters: Require bytes for Bytes.pattern
Petr Viktorin
2015-10-13
1
-1
/
+4
*
ipalib.parameters: Handle 0-prefixed octal format of ints
Petr Viktorin
2015-10-13
1
-0
/
+3
*
Do not compare types that are not comparable in Python 3
Petr Viktorin
2015-10-13
1
-3
/
+3
*
Remove uses of the `types` module
Petr Viktorin
2015-10-07
1
-2
/
+2
*
Use six.moves.xmlrpc.client instead of xmlrpclib
Petr Viktorin
2015-10-07
1
-1
/
+1
*
Replace StandardError with Exception
Robert Kuska
2015-09-30
1
-3
/
+3
*
Use bytes instead of str where appropriate
Jan Cholasta
2015-09-17
1
-4
/
+4
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+3
*
Modernize use of range()
Petr Viktorin
2015-09-01
1
-3
/
+3
*
Use six.integer_types instead of (long, int)
Petr Viktorin
2015-09-01
1
-8
/
+8
*
Replace filter() calls with list comprehensions
Petr Viktorin
2015-09-01
1
-3
/
+2
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
1
-9
/
+10
*
fix missing information in object metadata
Petr Vobornik
2015-08-26
1
-3
/
+14
*
Use absolute imports
Petr Viktorin
2015-08-12
1
-10
/
+11
*
Modernize function and method attribute names
Petr Viktorin
2015-08-12
1
-1
/
+1
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-7
/
+7
*
include more information in metadata
Petr Vobornik
2015-07-03
1
-19
/
+6
*
Throw zonemgr error message before installation proceeds
Martin Basti
2014-12-01
1
-30
/
+5
*
Check normalization only for IDNA domains
Martin Basti
2014-07-01
1
-10
/
+15
*
DNSNameParam parameter
Martin Basti
2014-06-03
1
-0
/
+69
*
Allows to sort non text entries
Martin Basti
2014-06-03
1
-0
/
+5
*
ipalib: Add DateTime parameter
Tomas Babej
2014-05-05
1
-1
/
+51
*
cli: Add mechanism for deprecated option name aliases
Petr Viktorin
2014-03-21
1
-0
/
+2
*
Remove NULLS from constants.py
Nathaniel McCallum
2014-02-25
1
-8
/
+11
*
Add support for managed permissions
Petr Viktorin
2014-02-12
1
-0
/
+2
*
Allow sets for initialization of frozenset-typed Param keywords
Petr Viktorin
2013-12-13
1
-1
/
+1
*
Add IntEnum parameter to ipalib
Nathaniel McCallum
2013-10-09
1
-24
/
+42
*
Allow multiple types in Param type validation
Nathaniel McCallum
2013-10-09
1
-35
/
+18
*
Add optional_create flag
Nathaniel McCallum
2013-10-08
1
-0
/
+2
*
Don't special case the Password class in Param.__init__()
Nathaniel McCallum
2013-10-08
1
-11
/
+6
[next]