summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-08 16:24:45 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-20 16:39:12 +0200
commitcbe73c6d2816d590d4314c6d4207de2cfc7d274e (patch)
tree3b8e6cee0be5aa8f68a057cdf0e75c7ed3239c36 /VERSION
parentd0cfe37a7ebda848abd32fc46129e7844da5a9be (diff)
downloadfreeipa-cbe73c6d2816d590d4314c6d4207de2cfc7d274e.tar.gz
freeipa-cbe73c6d2816d590d4314c6d4207de2cfc7d274e.tar.xz
freeipa-cbe73c6d2816d590d4314c6d4207de2cfc7d274e.zip
schema: remove redundant information
Remove the `autofill` kwarg from param schema. On the server, include default value only if autofill is set. On the client, set autofill if param has a default value. Remove the `deprecated_cli_aliases`, `hint` and `sortorder` kwargs, and the `dnsrecord_extra`, `dnsrecord_part` and `suppress_empty` flags from param schema, as they are now handled exclusively on the client. Replace the `no_option` and `no_output` flags in param schema with exclusion of the param in 'cli' and 'webui' contexts. Remove the `no_display` flag from output schema, as it is now handled exclusively on the client. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 34782316b..fed0c7414 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=191
-# Last change: schema: merge command args and options
+IPA_API_VERSION_MINOR=192
+# Last change: schema: remove redundant information