summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use OpenSSH-style public keys as the preferred format of SSH public keys.Jan Cholasta2012-09-061-2/+0
* Transfer long numbers over XMLRPCMartin Kosek2012-09-061-6/+6
* Fixed metadata serialization of Numbers and DNsPetr Vobornik2012-09-061-3/+4
* Internationalization for public errorsPetr Viktorin2012-09-031-1/+1
* Raise Base64DecodeError instead of ConversionError when base64 decoding fails...Jan Cholasta2012-08-141-3/+3
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+18
* Decimal parameter conversion and normalizationMartin Kosek2012-06-171-5/+49
* Change json serialization to serialize useful dataPetr Vobornik2012-06-071-1/+14
* Disallow setattr on no_update/no_create paramsPetr Viktorin2012-05-291-0/+3
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-1/+0
* Redo boolean value encoding.Jan Cholasta2012-05-091-33/+0
* Document the 'nonempty' flagPetr Viktorin2012-04-131-0/+6
* Convert --setattr values for attributes marked no_updatePetr Viktorin2012-04-091-2/+4
* Allow multi-line CSV parametersPetr Viktorin2012-03-281-5/+6
* Change parameters to use only default_from for dynamic default values.Jan Cholasta2012-03-281-73/+6
* Only split CSV in the client, quote instead of escapingPetr Viktorin2012-03-201-11/+41
* Use a consistent parameter name in errors, defaulting to cli_name.Rob Crittenden2012-03-201-14/+21