summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
Commit message (Expand)AuthorAgeFilesLines
* Generate same API.txt under Python 2 and 3Christian Heimes2018-02-151-3/+6
* Fix pylint warnings inconsistent-return-statementsChristian Heimes2017-12-181-2/+33
* Remove pkcs10 module contentsStanislav Laznicka2017-10-251-1/+1
* parameters: introduce CertificateSigningRequestStanislav Laznicka2017-10-251-2/+59
* parameters: relax type checksStanislav Laznicka2017-10-251-3/+8
* parameters: convert Decimal.precision to intStanislav Laznicka2017-09-081-1/+1
* Create a Certificate parameterStanislav Laznicka2017-07-271-1/+41
* parameters: relax type checksStanislav Laznicka2017-07-271-9/+6
* Add --password-expiration to allow admin to force user password expirationGabe2017-03-311-6/+10
* 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