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
/
constants.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add autmount-specific location and default entries
Rob Crittenden
2008-11-14
1
-0
/
+1
|
*
Changed calling signature of output_for_cli(); started work on 'textui' ↵
Jason Gerard DeRose
2008-11-12
1
-0
/
+2
|
|
|
|
backend plugin
*
Added 'conf_dir' env variable, which is directory containing config files
Jason Gerard DeRose
2008-11-10
1
-0
/
+1
|
*
Revive the hostgroup_container and include add/remove hosts in hostgroups plugin
Rob Crittenden
2008-11-04
1
-0
/
+1
|
*
Added custom log formatter util.LogFormatter that makes the human-readable ↵
Jason Gerard DeRose
2008-10-31
1
-2
/
+2
|
|
|
|
time stamp in UTC
*
Logging formats are now env variables; added log_format_stderr_debug format ↵
Jason Gerard DeRose
2008-10-31
1
-17
/
+33
|
|
|
|
used when env.debug is True
*
lite-xmlrpc.py now uses api.bootstrap() property, logs to api.logger
Jason Gerard DeRose
2008-10-28
1
-1
/
+2
|
*
Added util.configure_logging() function; API.bootstrap() now calls ↵
Jason Gerard DeRose
2008-10-28
1
-0
/
+16
|
|
|
|
util.configure_logging()
*
More CLI cleanup, got all basics working again
Jason Gerard DeRose
2008-10-27
1
-0
/
+1
|
*
More docstrings, functionality, and unit tests for improved CLI class
Jason Gerard DeRose
2008-10-27
1
-1
/
+0
|
*
Env._bootstrap() now also sets Env.conf_default
Jason Gerard DeRose
2008-10-27
1
-1
/
+2
|
*
Added more needed config in DEFAULT_CONFIG
Jason Gerard DeRose
2008-10-24
1
-4
/
+31
|
*
Finished Env._finalize_core() and corresponding unit tests
Jason Gerard DeRose
2008-10-24
1
-1
/
+37
|
*
Added ipalib/constants.py; added Env._load_config() method along with ↵
Jason Gerard DeRose
2008-10-24
1
-0
/
+25
comprehensive unit tests for same