index
:
.git
master
Unnamed repository; edit this file 'description' to name the repository.
Rob Crittenden
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-1
/
+4
*
Finalize plugin initialization on demand.
Jan Cholasta
2011-11-22
1
-0
/
+4
*
Let the framework be able to override the hostname.
Rob Crittenden
2011-06-23
1
-4
/
+0
*
Don't perform some API self-tests in production mode for performance reasons
Rob Crittenden
2011-01-28
1
-0
/
+3
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Add Requires on ipa-client to ipa-admintools, ensure ipa client is configured
Rob Crittenden
2010-10-15
1
-0
/
+2
*
Fix unicode failures in Env tests and dn failures in XML-RPC tests
Rob Crittenden
2010-02-26
1
-8
/
+8
*
Use unicode instead of str for environmental variables in Env.
Pavel Zuna
2010-02-19
1
-2
/
+4
*
Allow one-character Param names
Rob Crittenden
2010-02-12
1
-2
/
+2
*
Use the FQDN and not just the hostname internally.
Rob Crittenden
2009-10-16
1
-2
/
+2
*
Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base cl...
Jason Gerard DeRose
2009-05-19
1
-1
/
+3
*
Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...
Jason Gerard DeRose
2009-05-11
1
-23
/
+60
*
Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working
Jason Gerard DeRose
2009-02-03
1
-1
/
+0
*
Started work on a much simplified mod_python server
Jason Gerard DeRose
2009-02-03
1
-2
/
+7
*
Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requested
Jason Gerard DeRose
2009-02-03
1
-0
/
+4
*
A few docstring improvements in Env
Jason Gerard DeRose
2009-01-05
1
-10
/
+20
*
Added a bit to config.Env docstring about that variable names must pass check...
Jason Gerard DeRose
2009-01-02
1
-0
/
+14
*
Fixed Env._bootstrap() docstring typo
Jason Gerard DeRose
2008-12-30
1
-1
/
+1
*
Env now supports float values
Jason Gerard DeRose
2008-12-30
1
-6
/
+15
*
Added my name to Athors of config.py
Jason Gerard DeRose
2008-12-30
1
-0
/
+1
*
More docstring cleanup in ipalib.config
Jason Gerard DeRose
2008-12-30
1
-13
/
+37
*
Docstring cleanup in the Env bootstraping methods
Jason Gerard DeRose
2008-12-30
1
-37
/
+86
*
Started moving some core classes and functions from plugable.py to new base.p...
Jason Gerard DeRose
2008-12-30
1
-27
/
+54
*
Renamed Env._merge_config() to Env._merge_from_file()
Jason Gerard DeRose
2008-12-29
1
-3
/
+3
*
Yet more small docstring cleanup in Env
Jason Gerard DeRose
2008-12-23
1
-4
/
+5
*
More docstring cleanup in Env and its methods
Jason Gerard DeRose
2008-12-23
1
-9
/
+20
*
Finished Env class docstring; more organizational cleanup in Env and its unit...
Jason Gerard DeRose
2008-12-23
1
-60
/
+99
*
Moved setting of run-time variables from Env.__init__() to Env._bootstrap()
Jason Gerard DeRose
2008-12-22
1
-13
/
+19
*
Some more reorganization in Env and added class docstring to Env with lots of...
Jason Gerard DeRose
2008-12-22
1
-16
/
+104
*
Cleaned up Env.__setattr__() and Env.__setitem__() a bit updated their unit t...
Jason Gerard DeRose
2008-12-22
1
-33
/
+40
*
The Env.__setitem__() implied conversion is now case sensitive; Env.__setitem...
Jason Gerard DeRose
2008-12-22
1
-11
/
+13
*
Removed Env.__getattr__(); Env no longer accepts callables for values (no mor...
Jason Gerard DeRose
2008-12-22
1
-27
/
+11
*
Removed depreciated code from config.py; removed corresponding unit tests
Jason Gerard DeRose
2008-12-22
1
-280
/
+1
*
Added 'conf_dir' env variable, which is directory containing config files
Jason Gerard DeRose
2008-11-10
1
-0
/
+2
*
Finished fist draft of plugin tutorial in ipalib/__init__.py docstring
Jason Gerard DeRose
2008-11-07
1
-3
/
+9
*
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...
Jason Gerard DeRose
2008-10-29
1
-0
/
+1
|
\
|
*
Implement host groups
Rob Crittenden
2008-10-27
1
-0
/
+1
*
|
Env._finalize_core() now also loads config from Env.conf_default
Jason Gerard DeRose
2008-10-27
1
-0
/
+2
*
|
Env._bootstrap() now also sets Env.conf_default
Jason Gerard DeRose
2008-10-27
1
-5
/
+7
*
|
Finished Env._finalize() and corresponding unit tests
Jason Gerard DeRose
2008-10-24
1
-4
/
+10
*
|
Finished Env._finalize_core() and corresponding unit tests
Jason Gerard DeRose
2008-10-24
1
-13
/
+49
*
|
Env._bootstrap() now raises StandardError if called more than once
Jason Gerard DeRose
2008-10-24
1
-0
/
+9
*
|
Added ipalib/constants.py; added Env._load_config() method along with compreh...
Jason Gerard DeRose
2008-10-24
1
-3
/
+78
*
|
Finished doodle with stricter version of Environment
Jason Gerard DeRose
2008-10-24
1
-0
/
+87
|
/
*
Fix ipa command running in server_context=True
Rob Crittenden
2008-10-23
1
-0
/
+2
*
Implement the host commands
Rob Crittenden
2008-10-22
1
-0
/
+1
*
Add comments in config.py and fix Environment.get()
Martin Nagy
2008-10-20
1
-2
/
+52
*
Reworking Environment, moved it to config.py
Martin Nagy
2008-10-17
1
-46
/
+165
*
Port user-show to new CrudBackend framework
Rob Crittenden
2008-10-14
1
-0
/
+3
*
Convert string values to boolean when generating environment
Martin Nagy
2008-10-14
1
-10
/
+28
[next]