summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
Commit message (Expand)AuthorAgeFilesLines
* Stable _is_null checkChristian Heimes2017-02-101-1/+7
* pylint: enable the import-error checkJan Cholasta2016-10-241-1/+3
* Pylint: fix the rest of unused local variablesMartin Basti2016-10-111-5/+1
* Tests: Fix failing test_ipalib/test_parametersLenka Doudova2016-10-111-1/+1
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+1
* pylint: fix unneeded-notJan Barta2016-09-221-2/+2
* raise ValidationError when deprecated param is passed to commandMartin Babinsky2016-09-051-4/+3
* parameters: move the `confirm` kwarg to ParamJan Cholasta2016-08-101-4/+2
* ipalib: introduce Principal parameterMartin Babinsky2016-07-011-0/+37
* 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