summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/schema.py
Commit message (Expand)AuthorAgeFilesLines
* schema: Decrease schema TTL to one hourDavid Kupka2016-07-011-1/+4
* schema: support plugin versioningJan Cholasta2016-06-281-51/+92
* schema: do not crash in command_defaults if argument is NoneJan Cholasta2016-06-271-2/+2
* schema: fix param default value handlingJan Cholasta2016-06-271-10/+13
* schema: return fingerprint as unicode textDavid Kupka2016-06-211-1/+1
* schema: Cache schema in api instanceDavid Kupka2016-06-211-3/+11
* schema: Add known_fingerprints option to schema commandDavid Kupka2016-06-211-0/+13
* schema: Add fingerprint and TTLDavid Kupka2016-06-211-0/+36
* schema: remove `no_cli` from command schemaJan Cholasta2016-06-201-16/+11
* schema: remove redundant informationJan Cholasta2016-06-201-79/+17
* schema: merge command args and optionsJan Cholasta2016-06-201-17/+10
* schema: remove output_paramsJan Cholasta2016-06-201-9/+14
* schema: add object class schemaJan Cholasta2016-06-201-83/+201
* frontend: don't copy command arguments to output paramsJan Cholasta2016-06-201-2/+1
* schema: exclude local commandsJan Cholasta2016-06-151-8/+14
* batch, schema: use Dict instead of AnyJan Cholasta2016-06-151-6/+2
* schema: fix topic command outputJan Cholasta2016-06-091-5/+11
* schema: do not validate unrequested params in command_defaultsJan Cholasta2016-06-091-2/+1
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-0/+660