| Commit message (Expand) | Author | Age | Files | Lines |
* | Package ipapython, ipalib, ipaplatform, ipatests for Python 3 | Petr Viktorin | 2015-12-17 | 1 | -0/+1 |
* | Replace StandardError with Exception | Robert Kuska | 2015-09-30 | 1 | -1/+1 |
* | Use bytes instead of str where appropriate | Jan Cholasta | 2015-09-17 | 1 | -2/+2 |
* | Alias "unicode" to "str" under Python 3 | Jan Cholasta | 2015-09-17 | 1 | -0/+3 |
* | Use the print function | Petr Viktorin | 2015-09-01 | 1 | -15/+16 |
* | Replace uses of map() | Petr Viktorin | 2015-09-01 | 1 | -1/+1 |
* | Use six.moves.input instead of raw_input | Petr Viktorin | 2015-09-01 | 1 | -1/+2 |
* | Use Python3-compatible dict method names | Petr Viktorin | 2015-09-01 | 1 | -4/+3 |
* | Use six.string_types instead of "basestring" | Petr Viktorin | 2015-09-01 | 1 | -2/+5 |
* | Use absolute imports | Petr Viktorin | 2015-08-12 | 1 | -9/+9 |
* | Modernize 'except' clauses | Petr Viktorin | 2015-08-12 | 1 | -4/+4 |
* | ipalib: pass api instance into textui in doctest snippets | Milan KubĂk | 2015-07-10 | 1 | -12/+13 |
* | add option to skip client API version check | Martin Babinsky | 2015-07-08 | 1 | -1/+0 |
* | plugable: Pass API to plugins on initialization rather than using set_api | Jan Cholasta | 2015-07-01 | 1 | -1/+1 |
* | plugable: Load plugins only from modules imported by API | Jan Cholasta | 2015-07-01 | 1 | -2/+1 |
* | Do not print traceback when pipe is broken | Gabe | 2015-06-02 | 1 | -1/+4 |
* | Allow ipa help command to run when ipa-client-install is not configured | Gabe | 2015-06-02 | 1 | -1/+1 |
* | cli: differentiate Flag a Bool when autofill is set | Petr Vobornik | 2015-05-12 | 1 | -2/+2 |
* | CLI conversion of DNSName type | Martin Basti | 2014-06-03 | 1 | -0/+3 |
* | ipalib.cli: Add filename argument to ipa console | Petr Viktorin | 2014-05-22 | 1 | -6/+25 |
* | ipalib: Add DateTime parameter | Tomas Babej | 2014-05-05 | 1 | -1/+5 |
* | Allow primary keys to use different type than unicode. | Jan Cholasta | 2014-04-18 | 1 | -1/+2 |
* | cli: Add mechanism for deprecated option name aliases | Petr Viktorin | 2014-03-21 | 1 | -14/+28 |
* | cli: Show list of values in --help for all Enums | Petr Viktorin | 2014-03-21 | 1 | -4/+4 |
* | cli: Clean up imports | Petr Viktorin | 2014-03-21 | 1 | -6/+3 |
* | cli.print_attribute: Convert values to strings | Petr Viktorin | 2014-01-03 | 1 | -1/+1 |
* | Changed CLI to allow to use FILE as optional param | Martin Basti | 2013-12-02 | 1 | -5/+7 |
* | Help plugin: don't fail if a topic's module is not found | Petr Viktorin | 2013-10-30 | 1 | -3/+8 |
* | Add prompt_param method to avoid code duplication | Tomas Babej | 2013-06-05 | 1 | -13/+12 |
* | Remove redundant check for env.interactive | Tomas Babej | 2013-06-05 | 1 | -1/+0 |
* | Display full command documentation in online help | Petr Viktorin | 2013-04-03 | 1 | -1/+17 |
* | Fix internal error for ipa show-mappings | Ana Krivokapic | 2013-03-18 | 1 | -1/+1 |
* | cli: Do interactive prompting after a context is created | Petr Viktorin | 2013-02-26 | 1 | -3/+3 |
* | Drop support for CSV in the CLI client | Petr Viktorin | 2013-02-22 | 1 | -1/+0 |
* | Add the version option to all Commands | Petr Viktorin | 2013-02-21 | 1 | -2/+2 |
* | Run interactive_prompt callbacks after CSV values are split. | Jan Cholasta | 2013-02-19 | 1 | -8/+8 |
* | In topic help text, mention how to get help for commands | Petr Viktorin | 2013-02-18 | 1 | -0/+3 |
* | Parse command arguments before creating a context | Petr Viktorin | 2013-02-18 | 1 | -1/+1 |
* | Mention `ipa COMMAND --help` as the preferred way to get command help | Petr Viktorin | 2013-02-18 | 1 | -1/+4 |
* | Add command summary to `ipa COMMAND --help` output | Petr Viktorin | 2013-02-18 | 1 | -2/+2 |
* | Simplify `ipa help topics` output | Petr Viktorin | 2013-02-18 | 1 | -10/+3 |
* | Store the OptionParser in the API, use it to print unified help messages | Petr Viktorin | 2013-02-18 | 1 | -7/+4 |
* | Print help to stderr on error | Petr Viktorin | 2013-02-18 | 1 | -30/+46 |
* | Internationalization for public errors | Petr Viktorin | 2012-09-03 | 1 | -1/+1 |
* | Rework the CallbackInterface | Petr Viktorin | 2012-06-14 | 1 | -2/+7 |
* | Add CLI parsing tests | Petr Viktorin | 2012-03-28 | 1 | -4/+20 |
* | Fix the procedure for getting default values of command parameters. | Jan Cholasta | 2012-03-28 | 1 | -4/+4 |
* | Only split CSV in the client, quote instead of escaping | Petr Viktorin | 2012-03-20 | 1 | -1/+2 |
* | Ignore case in yes/no prompts | Martin Kosek | 2012-03-07 | 1 | -1/+1 |
* | Improve dnsrecord interactive help | Martin Kosek | 2012-03-01 | 1 | -1/+5 |