index
:
freeipa.git
WIP
abbra
certauth
ipa-3-3
master
replace_private_samba_calls
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
plugable.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugable: Remove unused call method of Plugin
Jan Cholasta
2015-07-01
1
-18
/
+0
*
plugable: Specify plugin base classes and modules using API properties
Jan Cholasta
2015-07-01
1
-8
/
+17
*
plugable: Change is_production_mode to method of API
Jan Cholasta
2015-07-01
1
-13
/
+9
*
plugable: Remove SetProxy, DictProxy and MagicDict
Jan Cholasta
2015-07-01
1
-110
/
+0
*
plugable: Lock API on finalization rather than on initialization
Jan Cholasta
2015-07-01
1
-10
/
+9
*
plugable: Do not use DictProxy for API
Jan Cholasta
2015-07-01
1
-9
/
+50
*
plugable: Pass API to plugins on initialization rather than using set_api
Jan Cholasta
2015-07-01
1
-28
/
+22
*
plugable: Load plugins only from modules imported by API
Jan Cholasta
2015-07-01
1
-3
/
+21
*
plugable: Specify plugins to import in API by module names
Jan Cholasta
2015-07-01
1
-42
/
+42
*
ipalib: Move find_modules_in_dir from util to plugable
Jan Cholasta
2015-07-01
1
-2
/
+23
*
plugable: Move plugin base class and override logic to API
Jan Cholasta
2015-07-01
1
-152
/
+121
*
ipalib: Move plugin package setup to ipalib-specific API subclass
Jan Cholasta
2015-03-05
1
-8
/
+4
*
ipalib: Allow multiple API instances
Jan Cholasta
2015-03-05
1
-106
/
+98
*
Add version and API version
Gabe
2014-06-09
1
-0
/
+3
*
ipalib.plugable: Always set the parser in bootstrap()
Petr Viktorin
2014-03-05
1
-4
/
+6
*
Allow API plugin registration via a decorator
Petr Viktorin
2013-08-14
1
-0
/
+27
*
Provide ipa-advise tool
Tomas Babej
2013-07-17
1
-0
/
+2
*
Prevent error when running IPA commands with su/sudo
Ana Krivokapic
2013-06-07
1
-5
/
+5
*
Add tests for the help command & --help options
Petr Viktorin
2013-02-18
1
-3
/
+6
*
Mention `ipa COMMAND --help` as the preferred way to get command help
Petr Viktorin
2013-02-18
1
-1
/
+1
*
Store the OptionParser in the API, use it to print unified help messages
Petr Viktorin
2013-02-18
1
-0
/
+1
*
Improve `ipa --help` output
Petr Viktorin
2013-02-18
1
-7
/
+30
*
Disallow setattr on no_update/no_create params
Petr Viktorin
2012-05-29
1
-1
/
+1
*
Import the ipaserver plugins based on context, not env.in_server.
Rob Crittenden
2012-03-19
1
-1
/
+1
*
Don't set delegation flag in client, we're using S4U2Proxy now
Rob Crittenden
2012-02-15
1
-1
/
+4
*
Restore default log level in server to INFO
John Dennis
2011-12-01
1
-0
/
+1
*
Add plugin framework to LDAP updates.
Rob Crittenden
2011-11-22
1
-1
/
+14
*
ticket 2022 - modify codebase to utilize IPALogManager, obsoletes logging
John Dennis
2011-11-23
1
-37
/
+29
*
Finalize plugin initialization on demand.
Jan Cholasta
2011-11-22
1
-6
/
+81
*
Cleanup whitespace
Alexander Bokovoy
2011-09-13
1
-3
/
+3
*
Slight performance improvement by not doing some checking in production mode
Rob Crittenden
2011-06-23
1
-6
/
+12
*
Final i18n unit test fixes.
Pavel Zuna
2011-03-01
1
-2
/
+2
*
Use pygettext to generate translatable strings from plugin files.
Pavel Zuna
2011-03-01
1
-3
/
+2
*
Fix translatable strings in ipalib plugins.
Pavel Zuna
2011-03-01
1
-3
/
+5
*
Translate docstrings.
Pavel Zuna
2011-03-01
1
-1
/
+1
*
Add default success/failure output logging.
Rob Crittenden
2011-02-14
1
-4
/
+8
*
Fix test failures caused by the performance patch.
Rob Crittenden
2011-02-10
1
-6
/
+17
*
Don't perform some API self-tests in production mode for performance reasons
Rob Crittenden
2011-01-28
1
-5
/
+10
*
Don't require or create the log dirs if we're just validating the API.
Rob Crittenden
2011-01-14
1
-1
/
+1
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Add support for client failover to the ipa command-line.
Rob Crittenden
2010-08-16
1
-1
/
+6
*
Handle errors raised by plugins more gracefully in mod_wsgi.
Rob Crittenden
2010-07-12
1
-2
/
+3
*
Connect the -v cli argument to the verbose flag in xmlrpclib
Rob Crittenden
2010-06-03
1
-3
/
+3
*
Add Object.label class attribute, enable in webUI
Jason Gerard DeRose
2010-02-12
1
-0
/
+17
*
Fix logging in CLI and server (take 2)
Jason Gerard DeRose
2010-02-09
1
-5
/
+10
*
Only change the log level if it isn't already set
Rob Crittenden
2010-02-03
1
-4
/
+5
*
Remove __public__ and __proxy__ hold-overs from Plugin class
Jason Gerard DeRose
2010-01-28
1
-72
/
+1
*
Enabled CRUDS in webUI using wehjit 0.2.0
Jason Gerard DeRose
2010-01-26
1
-0
/
+2
*
If plugin fails to load log the traceback
John Dennis
2009-11-23
1
-1
/
+2
*
Provide additional help to --help option
Rob Crittenden
2009-11-19
1
-0
/
+7
[next]