From f35beca68ceaab34ec1bed86be5ae49a0a931658 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 21 Apr 2016 17:55:08 +0200 Subject: ipalib: introduce API schema plugins Add a set of plugins for API schema introspection. This includes: * a set of commands for command introspection (`command_find`, `command_show`, `command_defaults`), * a set of commands for command param introspection (`param_find`, `param_show`), * a set of commands for command output introspection (`output_find`, `output_show`), * a set of commands for help topic introspection (`topic_find`, `topic_show`), * a command to get the full API schema in one call (`schema`). https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index eeddee931..9d2e234a8 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=172 -# Last change: ipalib: replace DeprecatedParam with `deprecated` Param argument +IPA_API_VERSION_MINOR=173 +# Last change: ipalib: introduce API schema plugins -- cgit