summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
Commit message (Expand)AuthorAgeFilesLines
* batch, schema: use Dict instead of AnyJan Cholasta2016-06-151-0/+9
* ipalib: replace DeprecatedParam with `deprecated` Param argumentJan Cholasta2016-06-031-16/+5
* parameters: introduce no_convert keyword argumentJan Cholasta2016-06-031-2/+11
* parameters: introduce cli_metavar keyword argumentJan Cholasta2016-06-031-0/+5
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-6/+0
* makeapi: optimize API.txtJan Cholasta2016-05-251-36/+60
* frontend: perform argument value validation only on serverJan Cholasta2016-05-251-1/+0
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-251-10/+3
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-251-54/+25
* makeapi: use the same formatting for `int` and `long` valuesJan Cholasta2016-05-191-0/+2
* Remove unused importsMartin Basti2015-12-231-3/+2
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-221-1/+1
* ipalib.parameters: Require bytes for Bytes.patternPetr Viktorin2015-10-131-1/+4
* ipalib.parameters: Handle 0-prefixed octal format of intsPetr Viktorin2015-10-131-0/+3
* Do not compare types that are not comparable in Python 3Petr Viktorin2015-10-131-3/+3
* Remove uses of the `types` modulePetr Viktorin2015-10-071-2/+2
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+1
* Replace StandardError with ExceptionRobert Kuska2015-09-301-3/+3
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-4/+4
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Modernize use of range()Petr Viktorin2015-09-011-3/+3
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-8/+8
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-011-3/+2
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-9/+10
* fix missing information in object metadataPetr Vobornik2015-08-261-3/+14
* Use absolute importsPetr Viktorin2015-08-121-10/+11
* Modernize function and method attribute namesPetr Viktorin2015-08-121-1/+1
* Modernize 'except' clausesPetr Viktorin2015-08-121-7/+7
* include more information in metadataPetr Vobornik2015-07-031-19/+6
* Throw zonemgr error message before installation proceedsMartin Basti2014-12-011-30/+5
* Check normalization only for IDNA domainsMartin Basti2014-07-011-10/+15
* DNSNameParam parameterMartin Basti2014-06-031-0/+69
* Allows to sort non text entriesMartin Basti2014-06-031-0/+5
* ipalib: Add DateTime parameterTomas Babej2014-05-051-1/+51
* cli: Add mechanism for deprecated option name aliasesPetr Viktorin2014-03-211-0/+2
* Remove NULLS from constants.pyNathaniel McCallum2014-02-251-8/+11
* Add support for managed permissionsPetr Viktorin2014-02-121-0/+2
* Allow sets for initialization of frozenset-typed Param keywordsPetr Viktorin2013-12-131-1/+1
* Add IntEnum parameter to ipalibNathaniel McCallum2013-10-091-24/+42
* Allow multiple types in Param type validationNathaniel McCallum2013-10-091-35/+18
* Add optional_create flagNathaniel McCallum2013-10-081-0/+2
* Don't special case the Password class in Param.__init__()Nathaniel McCallum2013-10-081-11/+6
* Document no_search in Param flagsNathaniel McCallum2013-10-071-1/+3
* Deprecate HBAC source hosts from CLIAna Krivokapic2013-04-121-0/+17
* Drop support for CSV in the CLI clientPetr Viktorin2013-02-221-60/+1
* Remove csv_separator and csv_skipspace Param argumentsPetr Viktorin2013-02-221-11/+3
* Raise ValidationError on invalid CSV values.Jan Cholasta2013-02-081-3/+10
* Pylint cleanup.Jan Cholasta2013-01-291-5/+3
* Switch %r specifiers to '%s' in Public errorsLynn Root2012-12-111-10/+6
* Improve StrEnum validation error messageMartin Kosek2012-10-011-5/+10