summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/batch.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-143/+0
* ipalib: make optional positional command arguments actually optionalJan Cholasta2016-05-251-2/+2
* batch: do not crash when no argument is specifiedJan Cholasta2016-05-251-1/+1
* rpc: include structured error information in responsesJan Cholasta2016-05-251-0/+1
* Batch command: avoid accessing potentially undefined context.principalPetr Spacek2016-05-121-1/+4
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-2/+7
* Remove unused importsMartin Basti2015-12-231-1/+0
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+1
* Modernize 'except' clausesPetr Viktorin2015-08-121-1/+1
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-1/+4
* Add the version option to all CommandsPetr Viktorin2013-02-211-0/+1
* Fix batch command error reportingPetr Viktorin2012-07-111-2/+9
* Test the batch pluginPetr Viktorin2012-04-031-7/+4
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-6/+6
* Do batch logging on successful commands too, not just failures.Rob Crittenden2011-08-191-1/+1
* Log each command in a batch separately.Rob Crittenden2011-08-191-1/+25
* Typos in freeIPA messages and man pageYuri Chornoivan2011-05-101-2/+2
* Revert "Set hard limit on number of commands in batch request to 256."Adam Young2011-03-011-2/+0
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-2/+2
* Set hard limit on number of commands in batch request to 256.Rob Crittenden2011-02-221-0/+2
* Rename INTERNAL to NO_CLI for commands we hide from the cli.Rob Crittenden2011-01-211-1/+1
* Add API version and have server reject incompatible clients.Rob Crittenden2011-01-141-1/+13
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-9/+9
* batchAdam Young2010-11-051-0/+86