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: switch API to Registry-based plugin discovery
Jan Cholasta
2016-05-25
1
-59
/
+41
*
plugable: remove the unused deprecated API.register method
Jan Cholasta
2016-05-25
1
-5
/
+5
*
plugable: replace API.import_plugins with new API.add_package
Jan Cholasta
2016-05-25
1
-30
/
+19
*
Remove wildcard imports
Martin Basti
2015-12-23
1
-1
/
+4
*
Remove unused imports
Martin Basti
2015-12-23
1
-2
/
+1
*
Replace StandardError with Exception
Robert Kuska
2015-09-30
1
-2
/
+2
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+5
*
Use Python3-compatible dict method names
Petr Viktorin
2015-09-01
1
-3
/
+3
*
Use absolute imports
Petr Viktorin
2015-08-12
1
-6
/
+6
*
Replace dict.has_key with the 'in' operator
Petr Viktorin
2015-08-12
1
-1
/
+1
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-4
/
+4
*
Fix logging in API
Martin Basti
2015-07-08
1
-2
/
+2
*
ipalib: Fix skip_version_check option
Jan Cholasta
2015-07-08
1
-7
/
+1
*
add option to skip client API version check
Martin Babinsky
2015-07-08
1
-1
/
+7
*
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
[next]